|
Know the process shared library loaded in.
- Added LibraryLoader.get() to instance LibraryLoader signleton.
- Added LibraryProcessType to indicate the process it is loaded in.
- Changed BrowserStartupController to accept libraryProcessType parameter.
- Added ChromeBrowserStartupController for helping to create BrowserStartupController for Chrome.
TBR=mnaganov, ben, mark
BUG= 454870
Committed: https://crrev.com/c8b2039345b270d23e02f1d4819f2049a5b9f58b
Cr-Commit-Position: refs/heads/master@{#316170}
Total comments: 18
Total comments: 8
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+277 lines, -134 lines) |
Patch |
 |
M |
android_webview/glue/java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java
|
View
|
1
2
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
android_webview/java_library_common.mk
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/libwebviewchromium.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java
|
View
|
1
2
3
4
5
|
21 chunks |
+98 lines, -58 lines |
0 comments
|
Download
|
 |
M |
base/android/javatests/src/org/chromium/base/metrics/RecordHistogramTest.java
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/android/library_loader/library_loader_hooks.h
|
View
|
1
2
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/android/library_loader/library_loader_hooks.cc
|
View
|
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
base/base.gyp
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ChromiumApplication.java
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/init/NativeInitializationController.java
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/sync/ChromiumSyncAdapter.java
|
View
|
1
2
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/shell/java/src/org/chromium/chrome/shell/preferences/ChromeShellPreferences.java
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/shell/java/src/org/chromium/chrome/shell/signin/AccountsChangedReceiver.java
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellTestBase.java
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/TestApplication.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
|
View
|
1
2
|
4 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/BrowserStartupController.java
|
View
|
1
2
3
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/BrowserStartupControllerTest.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/test/android/javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
View
|
1
2
3
|
4 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
View
|
1
2
3
|
3 chunks |
+17 lines, -14 lines |
0 comments
|
Download
|
 |
M |
mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/android/javatests/src/org/chromium/net/NetworkChangeNotifierTest.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 47 (15 generated)
|