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

Issue 192004: Change the default cookie policy to be closer to the default in WebKit's Dump... (Closed)

Created:
11 years, 3 months ago by levin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Change the default cookie policy to be closer to the default in WebKit's DumpRenderTree. Add a method to the layout test controller to allow changing the cookie policy. BUG=20356 TEST=http/tests/xmlhttprequest/cross-origin-cookie-storage.html Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25434

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 2

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M webkit/tools/layout_tests/test_expectations.txt View 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 2 3 6 chunks +13 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 3 4 5 6 7 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
levin
11 years, 3 months ago (2009-09-03 20:32:20 UTC) #1
darin (slow to review)
11 years, 3 months ago (2009-09-04 05:25:03 UTC) #2
LGTM except for:

http://codereview.chromium.org/192004/diff/7001/7002
File webkit/tools/test_shell/simple_resource_loader_bridge.cc (right):

http://codereview.chromium.org/192004/diff/7001/7002#newcode720
Line 720: void SimpleResourceLoaderBridge::SetAcceptAllCookies(bool
acceptAllCookies) {
nit: accept_all_cookies

http://codereview.chromium.org/192004/diff/7001/7003
File webkit/tools/test_shell/simple_resource_loader_bridge.h (right):

http://codereview.chromium.org/192004/diff/7001/7003#newcode37
Line 37: static void SetAcceptAllCookies(bool acceptAllCookies);
nit: accept_all_cookies

Powered by Google App Engine
This is Rietveld 408576698