|
Have mojo_shell run in its custom thread on android.
The native viewport service on android must run on the main thread
of the application. Because it is expected at the moment to run on
its own thread, this CL move the shell thread on android to a
secondary background thread and use the main thread of the
application for the native viewport service.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283764
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -25 lines) |
Patch |
 |
M |
mojo/mojo.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoShellActivity.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/android/mojo_main.cc
|
View
|
|
4 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/context.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/context.cc
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/dbus_service_loader_linux.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/keep_alive.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/task_runners.h
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/task_runners.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
mojo/shell/ui_service_loader_android.h
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/shell/ui_service_loader_android.cc
|
View
|
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|