DescriptionUpdate Java Bridge to use its own thread in the browser process
Currently the Java Bridge uses the WEBKIT thread to manipulate injected objects
in the browser process. However, the WEBKIT thread is not set up when the
renderer is run in-process, and it may be deprecated.
This change adds a new background thread in JavaBridgeDispatcherHost, and updates the JavaBridge to use it in place of the WEBKIT thread.
BUG=106838
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114011
Patch Set 1 #
Total comments: 4
Patch Set 2 : Use local background thread #Patch Set 3 : Remove superfluous header #
Total comments: 8
Patch Set 4 : Use class rather than traits #
Messages
Total messages: 9 (0 generated)
|