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

Issue 2929593002: Align `clear-site-data` syntax with the spec. (Closed)

Created:
3 years, 6 months ago by Mike West
Modified:
3 years, 6 months ago
Reviewers:
msramek
CC:
blink-worker-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, fuzzing_chromium.org, jam, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Align `clear-site-data` syntax with the spec. We've shifted from an explicit JSON dictionary to a list of quoted strings (that can be parsed as JSON for forward-compatibility). That is, rather than `Clear-Site-Data: { "types": [ "cookies", "cache" ] }`, we'll use `Clear-Site-Data: "cookies", "cache"` to mean the same thing. Spec change in https://github.com/w3c/webappsec-clear-site-data/issues/27. BUG=607897 Review-Url: https://codereview.chromium.org/2929593002 Cr-Commit-Position: refs/heads/master@{#478585} Committed: https://chromium.googlesource.com/chromium/src/+/085b57ffe70b6cb90cd77b61585babcf59df3a95

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback. #

Messages

Total messages: 17 (10 generated)
Mike West
WDYT, Martin?
3 years, 6 months ago (2017-06-07 10:30:09 UTC) #5
msramek
LGTM https://codereview.chromium.org/2929593002/diff/1/content/browser/browsing_data/clear_site_data_throttle.cc File content/browser/browsing_data/clear_site_data_throttle.cc (right): https://codereview.chromium.org/2929593002/diff/1/content/browser/browsing_data/clear_site_data_throttle.cc#newcode447 content/browser/browsing_data/clear_site_data_throttle.cc:447: // Wrap |header| in `[` and `]`, then ...
3 years, 6 months ago (2017-06-08 09:42:51 UTC) #8
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/2929593002/20001
3 years, 6 months ago (2017-06-12 09:14:42 UTC) #11
Mike West
Thanks! https://codereview.chromium.org/2929593002/diff/1/content/browser/browsing_data/clear_site_data_throttle.cc File content/browser/browsing_data/clear_site_data_throttle.cc (right): https://codereview.chromium.org/2929593002/diff/1/content/browser/browsing_data/clear_site_data_throttle.cc#newcode447 content/browser/browsing_data/clear_site_data_throttle.cc:447: // Wrap |header| in `[` and `]`, then ...
3 years, 6 months ago (2017-06-12 09:21:50 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/085b57ffe70b6cb90cd77b61585babcf59df3a95
3 years, 6 months ago (2017-06-12 10:34:56 UTC) #15
findit-for-me
Findit (https://goo.gl/kROfz5) identified this CL at revision 478585 as the culprit for failures in the ...
3 years, 6 months ago (2017-06-12 11:44:37 UTC) #16
Mike West
3 years, 6 months ago (2017-06-12 12:01:25 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2933083002/ by mkwst@chromium.org.

The reason for reverting is: Despite passing all the bots, this apparently
breaks `content_browsertests`:
https://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Tests....
So, let's go fix that..

Powered by Google App Engine
This is Rietveld 408576698