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

Issue 1024503002: Add cookies' first-partyness to chrome://settings/cookies (Closed)

Created:
5 years, 9 months ago by Mike West
Modified:
5 years, 9 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add cookies' first-partyness to chrome://settings/cookies This patch supports the new 'First-Party-Only' cookie attribute by changing the "Send for:" value in the cookies WebUI table to one of the following: * "Any kind of connection" * "Secure connections only" * "First-party connections only" * "Secure first-party connections only" BUG=468709 Committed: https://crrev.com/89f2424c956777c91b58c2e953b62523b7f9c49e Cr-Commit-Position: refs/heads/master@{#321997}

Patch Set 1 #

Total comments: 3

Patch Set 2 : How about this? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -13 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.mm View 1 1 chunk +2 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/cookie_info_view.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
Mike West
Hello, lovely reviewers! Would you mind taking a look at the following files? thakis@: c/b/ui/cocoa/content_settings/ ...
5 years, 9 months ago (2015-03-19 11:26:29 UTC) #2
Peter Kasting
Nesting ?:s is ugly, but the alternatives aren't really much more readable. :/ LGTM
5 years, 9 months ago (2015-03-19 20:59:33 UTC) #3
Mike West
Swapping in pam@ for chrome/browser/ui/webui because time-zones (and actually adding thakis@ this time...).
5 years, 9 months ago (2015-03-20 08:36:21 UTC) #5
Pam (message me for reviews)
https://codereview.chromium.org/1024503002/diff/1/chrome/browser/ui/views/cookie_info_view.cc File chrome/browser/ui/views/cookie_info_view.cc (right): https://codereview.chromium.org/1024503002/diff/1/chrome/browser/ui/views/cookie_info_view.cc#newcode72 chrome/browser/ui/views/cookie_info_view.cc:72: : IDS_COOKIES_COOKIE_SENDFOR_ANY)); Oh dear. There aren't any really great ...
5 years, 9 months ago (2015-03-20 10:30:39 UTC) #6
Nico
https://codereview.chromium.org/1024503002/diff/1/chrome/browser/ui/cocoa/content_settings/cookie_details.mm File chrome/browser/ui/cocoa/content_settings/cookie_details.mm (right): https://codereview.chromium.org/1024503002/diff/1/chrome/browser/ui/cocoa/content_settings/cookie_details.mm#newcode150 chrome/browser/ui/cocoa/content_settings/cookie_details.mm:150: if (cookie->IsSecure()) { Could the cookie -> resource id ...
5 years, 9 months ago (2015-03-20 14:04:11 UTC) #7
Mike West
On 2015/03/20 at 14:04:11, thakis wrote: > https://codereview.chromium.org/1024503002/diff/1/chrome/browser/ui/cocoa/content_settings/cookie_details.mm#newcode150 > chrome/browser/ui/cocoa/content_settings/cookie_details.mm:150: if (cookie->IsSecure()) { > Could ...
5 years, 9 months ago (2015-03-20 14:10:10 UTC) #8
Mike West
On 2015/03/20 at 14:10:10, Mike West wrote: > On 2015/03/20 at 14:04:11, thakis wrote: > ...
5 years, 9 months ago (2015-03-20 14:29:19 UTC) #9
Mike West
On 2015/03/20 at 14:29:19, Mike West wrote: > On 2015/03/20 at 14:10:10, Mike West wrote: ...
5 years, 9 months ago (2015-03-23 11:58:25 UTC) #10
Pam (message me for reviews)
On 2015/03/23 11:58:25, Mike West wrote: > On 2015/03/20 at 14:29:19, Mike West wrote: > ...
5 years, 9 months ago (2015-03-23 12:23:45 UTC) #11
Mike West
Bernhard, perhaps you could take a quick look at the cocoa change?
5 years, 9 months ago (2015-03-24 13:08:22 UTC) #13
Bernhard Bauer
lgtm
5 years, 9 months ago (2015-03-24 13:48:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1024503002/20001
5 years, 9 months ago (2015-03-24 13:55:24 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-24 15:01:56 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 15:02:23 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/89f2424c956777c91b58c2e953b62523b7f9c49e
Cr-Commit-Position: refs/heads/master@{#321997}

Powered by Google App Engine
This is Rietveld 408576698