Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Issue 1930443003: Reland of Unify application context usage. (Closed)

Created:
4 years, 7 months ago by Peter Wen
Modified:
4 years, 7 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, nyquist+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, ben+mojo_chromium.org, cbentzel+watch_chromium.org, maniscalco+watch-blimp_chromium.org, chromoting-reviews_chromium.org, jam, abarth-chromium, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, darin-cc_chromium.org, jbudorick+watch_chromium.org, anandc+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, android-webview-reviews_chromium.org, Aaron Boodman, mikecase+watch_chromium.org, darin (slow to review), dtrainor+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Unify application context usage. Original: https://codereview.chromium.org/1879013002/ Includes minor fixes: - Add back missing native application context for unit tests. - Add back missing native application context for loadLibrary calls. TBR=torne@chromium.org,davidben@chromium.org,yfriedman@chromium.org,nyquist@chromium.org,caitkp@chromium.org,sergeyu@chromium.org,amistry@chromium.org BUG=552419, 606824 Committed: https://crrev.com/374f8aaa937881f494a65a76e55e25375860535f Cr-Commit-Position: refs/heads/master@{#390367}

Patch Set 1 : Original CL #

Patch Set 2 : Fix native unit tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -85 lines) Patch
M android_webview/glue/java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java View 7 chunks +8 lines, -19 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java View 4 chunks +9 lines, -5 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerStartupTest.java View 2 chunks +4 lines, -2 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/HttpCacheTest.java View 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java View 2 chunks +2 lines, -0 lines 0 comments Download
M base/android/context_utils.h View 1 chunk +0 lines, -8 lines 0 comments Download
M base/android/context_utils.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M base/android/java/src/org/chromium/base/ContextUtils.java View 3 chunks +31 lines, -13 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 4 chunks +8 lines, -11 lines 0 comments Download
M blimp/client/app/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/init/ChromeBrowserInitializer.java View 2 chunks +3 lines, -0 lines 0 comments Download
M components/cronet/android/java/src/org/chromium/net/CronetLibraryLoader.java View 1 2 chunks +3 lines, -1 line 0 comments Download
M components/resource_provider/android/android_hooks.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/resource_provider/android/java/org/chromium/resource_provider/Main.java View 2 chunks +2 lines, -0 lines 0 comments Download
M components/web_restrictions/browser/junit/src/org/chromium/components/webrestrictions/WebRestrictionsClientTest.java View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/app/ChildProcessService.java View 2 chunks +2 lines, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/BrowserStartupController.java View 3 chunks +0 lines, -4 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/ChildProcessLauncherTest.java View 1 chunk +1 line, -1 line 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/MojoTestCase.java View 2 chunks +4 lines, -3 lines 0 comments Download
M net/android/junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java View 1 chunk +1 line, -1 line 0 comments Download
M remoting/android/host/src/org/chromium/chromoting/host/jni/Host.java View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 1 chunk +2 lines, -2 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTestActivity.java View 1 3 chunks +3 lines, -0 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930443003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930443003/20001
4 years, 7 months ago (2016-04-27 16:56:48 UTC) #2
Peter Wen
Planning to reland this CL. Patch #2 shows the changes, very minor changes to a ...
4 years, 7 months ago (2016-04-27 16:57:45 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 17:00:53 UTC) #5
Yaron
lgtm
4 years, 7 months ago (2016-04-27 17:13:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930443003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930443003/20001
4 years, 7 months ago (2016-04-27 17:18:15 UTC) #8
boliu
On 2016/04/27 17:18:15, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 7 months ago (2016-04-27 18:22:18 UTC) #10
Peter Wen
On 2016/04/27 18:22:18, boliu wrote: > On 2016/04/27 17:18:15, commit-bot: I haz the power wrote: ...
4 years, 7 months ago (2016-04-28 12:19:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930443003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930443003/20001
4 years, 7 months ago (2016-04-28 13:41:21 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-04-28 13:51:38 UTC) #14
ccameron
On 2016/04/28 13:51:38, commit-bot: I haz the power wrote: > Committed patchset #2 (id:20001) Android ...
4 years, 7 months ago (2016-04-29 06:50:50 UTC) #15
ccameron
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1935433002/ by ccameron@chromium.org. ...
4 years, 7 months ago (2016-04-29 06:52:04 UTC) #16
ccameron
On 2016/04/29 06:52:04, ccameron wrote: > A revert of this CL (patchset #2 id:20001) has ...
4 years, 7 months ago (2016-04-29 16:20:29 UTC) #17
ccameron
On 2016/04/29 16:20:29, ccameron wrote: > On 2016/04/29 06:52:04, ccameron wrote: > > A revert ...
4 years, 7 months ago (2016-04-29 19:17:36 UTC) #18
Yaron
damn. Looks like those tests use AwShellActivity but not AwTestBase Peter/torne: perhaps the call to ...
4 years, 7 months ago (2016-04-29 19:28:51 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:18:06 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/374f8aaa937881f494a65a76e55e25375860535f
Cr-Commit-Position: refs/heads/master@{#390367}

Powered by Google App Engine
This is Rietveld 408576698