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

Issue 1936093002: Reland 2 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 2 of Unify application context usage. Reland 1: https://codereview.chromium.org/1930443003/ Includes minor fixes: - Fix webgl conformance tests. 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, 607811 Review-Url: https://codereview.chromium.org/1930443003 Cr-Commit-Position: refs/heads/master@{#390367} Committed: https://crrev.com/b5eb895b2108145dfe9a0096b3977ffca0807b74 Cr-Commit-Position: refs/heads/master@{#390973}

Patch Set 1 : Original reland 1. #

Patch Set 2 : Fix webgl conformance tests. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 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/java/src/org/chromium/android_webview/AwBrowserProcess.java View 1 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwTestBase.java View 1 3 chunks +7 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 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M components/cronet/android/java/src/org/chromium/net/CronetLibraryLoader.java View 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 chunk +2 lines, -1 line 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 chunk +2 lines, -2 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTestActivity.java View 3 chunks +3 lines, -0 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 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/1936093002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1936093002/20001
4 years, 7 months ago (2016-05-02 14:53:39 UTC) #2
Peter Wen
Looking to land this after dryrun succeeds. Will watch GPU bots for related failures. Fix ...
4 years, 7 months ago (2016-05-02 15:30:48 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-02 15:32:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1936093002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1936093002/40001
4 years, 7 months ago (2016-05-02 16:34:32 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-02 17:09:40 UTC) #8
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 17:10:53 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b5eb895b2108145dfe9a0096b3977ffca0807b74
Cr-Commit-Position: refs/heads/master@{#390973}

Powered by Google App Engine
This is Rietveld 408576698