0
Files
src/blimp
xingliu 6a658f84fc Fix the blimp settings crash.
The assignment fetcher is not initialized when the settings jni bridge
needs it, which causes the crash.

To reproduce the bug, we need to clear adb_chrome_public_command_line.
Run:
build/android/adb_chrome_public_command_line ""

Intialization detail:
Since assignment fetcher and identity source both need identity
provider, which is a service created from BlimpClientContextDelegate,
they can't be created in the ctor of BlimpClientContextImpl.

With another CL: https://codereview.chromium.org/2471733002/
We should be able to run local server with client_engine_integration
script, but currently there might be other bugs that local client still
can't receive messages from local engine.

BUG=661322

Review-Url: https://codereview.chromium.org/2470913005
Cr-Commit-Position: refs/heads/master@{#429618}
2016-11-03 16:47:09 +00:00
..
2016-11-03 16:47:09 +00:00
2016-09-16 17:37:35 +00:00
2016-10-31 23:54:37 +00:00
2016-10-31 17:45:54 +00:00
2016-10-10 22:43:03 +00:00

Blimp

Blimp is an experimental project for building Chromium as a thin client.

Engineering

For building blimp, read more at building.

Testing

For testing blimp, read more at testing.

Running Blimp

For running blimp, read more at running.

Updating Fonts

For updating the fonts that blimp supports, read more at fonts.

New to Markdown?

For learning more about Markdown, read more at markdown. Also be sure to read the Google style guide for Markdown.