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

Issue 10913074: Add WebView implementation for CookieManager. (Closed)

Created:
8 years, 3 months ago by Ted C
Modified:
8 years, 3 months ago
Reviewers:
joth, Yaron, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, cbentzel+watch_chromium.org, erikwright+watch_chromium.org, darin-cc_chromium.org, mnaganov (inactive)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add WebView implementation for CookieManager. Additional details of the requirements can be found from the Android SDK. http://developer.android.com/reference/android/webkit/CookieManager.html BUG= TEST=make forwarder android_webview_apk android_webview_test_apk Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155331

Patch Set 1 #

Total comments: 19

Patch Set 2 : Resolve review comments. Remove unneeded files. #

Patch Set 3 : Fix path for UrlUtils.java #

Total comments: 3

Patch Set 4 : Remove files added to get AwSettingsTest to compile (just commented it out). #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased...part deux #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1728 lines, -6 lines) Patch
M android_webview/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/android_webview.gyp View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
A android_webview/browser/aw_cookie_access_policy.h View 1 chunk +73 lines, -0 lines 0 comments Download
A android_webview/browser/aw_cookie_access_policy.cc View 1 chunk +71 lines, -0 lines 0 comments Download
A android_webview/browser/net/aw_network_delegate.h View 1 chunk +69 lines, -0 lines 0 comments Download
A android_webview/browser/net/aw_network_delegate.cc View 1 chunk +109 lines, -0 lines 0 comments Download
M android_webview/build/install_binary View 2 chunks +4 lines, -1 line 0 comments Download
A android_webview/java/src/org/chromium/android_webview/CookieManager.java View 1 1 chunk +190 lines, -0 lines 0 comments Download
A android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerTest.java View 1 chunk +246 lines, -0 lines 0 comments Download
A android_webview/javatests/src/org/chromium/android_webview/test/TestWebServer.java View 1 chunk +431 lines, -0 lines 0 comments Download
M android_webview/lib/aw_browser_dependency_factory_impl.h View 3 chunks +18 lines, -0 lines 0 comments Download
M android_webview/lib/aw_browser_dependency_factory_impl.cc View 3 chunks +45 lines, -5 lines 0 comments Download
M android_webview/lib/aw_content_browser_client.h View 1 chunk +13 lines, -0 lines 0 comments Download
M android_webview/lib/aw_content_browser_client.cc View 2 chunks +35 lines, -0 lines 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_browser_dependency_factory.h View 2 chunks +4 lines, -0 lines 0 comments Download
A android_webview/native/cookie_manager.h View 1 chunk +16 lines, -0 lines 0 comments Download
A android_webview/native/cookie_manager.cc View 1 1 chunk +303 lines, -0 lines 0 comments Download
M android_webview/native/webview_native.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M base/threading/thread_restrictions.h View 2 chunks +2 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/Criteria.java View 1 1 chunk +17 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/CriteriaHelper.java View 1 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Ted C
@joth - android_webview @jam - changes to base/threading/thread_restrictions.h (see scoped_allow_wait_for_legacy_web_view_api.h for further descriptions of its ...
8 years, 3 months ago (2012-09-04 20:49:39 UTC) #1
Ted C
Blast...silly publish button having focus! @yfriedman for content/public/android owners
8 years, 3 months ago (2012-09-04 20:50:15 UTC) #2
Yaron
https://chromiumcodereview.appspot.com/10913074/diff/1/content/public/android/java/src/org/chromium/content/third_party/ParseException.java File content/public/android/java/src/org/chromium/content/third_party/ParseException.java (right): https://chromiumcodereview.appspot.com/10913074/diff/1/content/public/android/java/src/org/chromium/content/third_party/ParseException.java#newcode1 content/public/android/java/src/org/chromium/content/third_party/ParseException.java:1: /* Since your'e adding a new third_party repo, should ...
8 years, 3 months ago (2012-09-04 21:10:26 UTC) #3
jam
lgtm with nit https://codereview.chromium.org/10913074/diff/1/android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h File android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h (right): https://codereview.chromium.org/10913074/diff/1/android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h#newcode1 android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h:1: // Copyright (c) 2012 The Chromium ...
8 years, 3 months ago (2012-09-05 01:38:22 UTC) #4
Yaron
looked at base/android and content/public/android http://codereview.chromium.org/10913074/diff/1/base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java File base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java (right): http://codereview.chromium.org/10913074/diff/1/base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java#newcode35 base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java:35: checkServerIsUp(getUrl("chrome/test/data/android/ok.txt"), "OK Computer"); You ...
8 years, 3 months ago (2012-09-05 06:10:43 UTC) #5
Ted C
PTAL https://codereview.chromium.org/10913074/diff/1/android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h File android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h (right): https://codereview.chromium.org/10913074/diff/1/android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h#newcode1 android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h:1: // Copyright (c) 2012 The Chromium Authors. All ...
8 years, 3 months ago (2012-09-05 18:45:35 UTC) #6
Yaron
lgtm for base/android and content/public/android https://codereview.chromium.org/10913074/diff/1/base/android/javatests/src/org/chromium/base/test/UrlUtils.java File base/android/javatests/src/org/chromium/base/test/UrlUtils.java (right): https://codereview.chromium.org/10913074/diff/1/base/android/javatests/src/org/chromium/base/test/UrlUtils.java#newcode16 base/android/javatests/src/org/chromium/base/test/UrlUtils.java:16: * @param path Pathname ...
8 years, 3 months ago (2012-09-05 18:55:07 UTC) #7
Ted C
On 2012/09/05 18:55:07, Yaron wrote: > lgtm for base/android and content/public/android > > https://codereview.chromium.org/10913074/diff/1/base/android/javatests/src/org/chromium/base/test/UrlUtils.java > ...
8 years, 3 months ago (2012-09-05 19:02:31 UTC) #8
joth
+mnaganov, as FYI - you have overlapping patches in the UrlUtils area. https://codereview.chromium.org/10913074/diff/11003/base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java File base/android/javatests/src/org/chromium/base/test/TestHttpServerClient.java ...
8 years, 3 months ago (2012-09-05 20:13:05 UTC) #9
Ted C
On 2012/09/05 20:13:05, joth wrote: > +mnaganov, as FYI - you have overlapping patches in ...
8 years, 3 months ago (2012-09-05 23:04:19 UTC) #10
joth
patch set 4: lgtm skimmed most the files as I already reviewed downstream.
8 years, 3 months ago (2012-09-05 23:21:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/10913074/4003
8 years, 3 months ago (2012-09-05 23:22:49 UTC) #12
commit-bot: I haz the power
Failed to apply patch for android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java: While running patch -p1 --forward --force; patching file android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java ...
8 years, 3 months ago (2012-09-06 01:59:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/10913074/12004
8 years, 3 months ago (2012-09-06 16:34:14 UTC) #14
commit-bot: I haz the power
Try job failure for 10913074-12004 (retry) (previous was lost) (retry) on mac_rel for step "sync_integration_tests" ...
8 years, 3 months ago (2012-09-06 19:13:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/10913074/12004
8 years, 3 months ago (2012-09-06 20:06:38 UTC) #16
commit-bot: I haz the power
Failed to apply patch for android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java: While running patch -p1 --forward --force; patching file android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java ...
8 years, 3 months ago (2012-09-06 20:06:45 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/10913074/4032
8 years, 3 months ago (2012-09-06 20:13:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedchoc@chromium.org/10913074/4033
8 years, 3 months ago (2012-09-06 23:49:01 UTC) #19
commit-bot: I haz the power
8 years, 3 months ago (2012-09-07 05:43:13 UTC) #20
Change committed as 155331

Powered by Google App Engine
This is Rietveld 408576698