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

Issue 2125523003: Rename setAlwaysAcceptCookies to setBlockThirdPartyCookies (Closed)

Created:
4 years, 5 months ago by tyoshino (SeeGerritForStatus)
Modified:
4 years, 5 months ago
CC:
blink-reviews, chromium-reviews, feature-media-reviews_chromium.org, jochen+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename setAlwaysAcceptCookies to setBlockThirdPartyCookies Giving more descriptive name. BUG=624711 R=mkwst,rdsmith,clamy Committed: https://crrev.com/a6b914673aa766600e9a6b76cad34563941d0e97 Cr-Commit-Position: refs/heads/master@{#404620}

Patch Set 1 #

Total comments: 2

Patch Set 2 : a #

Total comments: 2

Patch Set 3 : Fixed cross-origin-cookie-storage.html #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -47 lines) Patch
M components/test_runner/test_runner.h View 1 chunk +4 lines, -2 lines 0 comments Download
M components/test_runner/test_runner.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M components/test_runner/web_test_delegate.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_message_filter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_message_filter.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_url_request_context_getter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_network_delegate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_network_delegate.cc View 1 4 chunks +9 lines, -9 lines 0 comments Download
A + content/shell/common/layout_test/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M content/shell/common/layout_test/layout_test_messages.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cookies/resources/resetCookies.js View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cookies/resources/testharness-helpers.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/resources/init.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/media/video-cookie.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/cookies/resources/first-party-cookie-allow.xsl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/cookies/resources/third-party-cookie-blocking.xsl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-main-frame.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/cookies/third-party-cookie-blocking-user-action.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/img-crossorigin-cookies.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html View 1 2 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
tyoshino (SeeGerritForStatus)
4 years, 5 months ago (2016-07-05 08:30:02 UTC) #3
Mike West
LGTM as far as it goes, but it seems reasonable to change the name everywhere. ...
4 years, 5 months ago (2016-07-05 08:42:23 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2125523003/20001
4 years, 5 months ago (2016-07-05 14:12:50 UTC) #6
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/2125523003/diff/1/components/test_runner/test_runner.cc File components/test_runner/test_runner.cc (right): https://codereview.chromium.org/2125523003/diff/1/components/test_runner/test_runner.cc#newcode2611 components/test_runner/test_runner.cc:2611: delegate_->SetAcceptAllCookies(!block); On 2016/07/05 08:42:23, Mike West wrote: > Nit: ...
4 years, 5 months ago (2016-07-05 14:17:13 UTC) #7
tyoshino (SeeGerritForStatus)
On 2016/07/05 08:42:23, Mike West wrote: > LGTM as far as it goes, but it ...
4 years, 5 months ago (2016-07-05 14:17:33 UTC) #8
tyoshino (SeeGerritForStatus)
+rdsmith for some content directories
4 years, 5 months ago (2016-07-05 14:18:01 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/250236)
4 years, 5 months ago (2016-07-05 15:15:15 UTC) #13
Mike West
Thanks! //content/shell LGTM, and the trivial changes to //content/browser LGTM too, though I'm not an ...
4 years, 5 months ago (2016-07-06 06:41:44 UTC) #15
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/2125523003/diff/20001/content/shell/common/layout_test/OWNERS File content/shell/common/layout_test/OWNERS (right): https://codereview.chromium.org/2125523003/diff/20001/content/shell/common/layout_test/OWNERS#newcode2 content/shell/common/layout_test/OWNERS:2: per-file *_messages*.h=file://ipc/SECURITY_OWNERS On 2016/07/06 06:41:44, Mike West wrote: > ...
4 years, 5 months ago (2016-07-06 06:47:11 UTC) #16
clamy
Thanks! content/ lgtm.
4 years, 5 months ago (2016-07-07 12:28:56 UTC) #18
Randy Smith (Not in Mondays)
I'm not sure you need me anymore, but content/browser/{download,loader} LGTM.
4 years, 5 months ago (2016-07-07 15:02:49 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2125523003/60001
4 years, 5 months ago (2016-07-11 08:04:05 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-11 09:15:24 UTC) #24
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-11 09:15:30 UTC) #25
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 09:17:28 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a6b914673aa766600e9a6b76cad34563941d0e97
Cr-Commit-Position: refs/heads/master@{#404620}

Powered by Google App Engine
This is Rietveld 408576698