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

Issue 1949373002: DevTools: introduce Storage.clearDataForOrigin protocol command. (Closed)

Created:
4 years, 7 months ago by pfeldman
Modified:
4 years, 7 months ago
Reviewers:
caseq
CC:
chromium-reviews, caseq+blink_chromium.org, jam, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, blink-reviews, apavlov+blink_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: introduce Storage.clearDataForOrigin protocol command. BUG=609390 Committed: https://crrev.com/86ec8381b5249eb63c9d137a8df9ce843e9adb47 Cr-Commit-Position: refs/heads/master@{#392121}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review comment addressed #

Total comments: 3

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -0 lines) Patch
A content/browser/devtools/protocol/storage_handler.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
A content/browser/devtools/protocol/storage_handler.cc View 1 2 1 chunk +95 lines, -0 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.h View 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 4 chunks +5 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
pfeldman
4 years, 7 months ago (2016-05-05 06:17:52 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1949373002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1949373002/1
4 years, 7 months ago (2016-05-05 23:05:10 UTC) #6
caseq
https://codereview.chromium.org/1949373002/diff/1/content/browser/devtools/protocol/storage_handler.cc File content/browser/devtools/protocol/storage_handler.cc (right): https://codereview.chromium.org/1949373002/diff/1/content/browser/devtools/protocol/storage_handler.cc#newcode53 content/browser/devtools/protocol/storage_handler.cc:53: if (storage_types.find(kAppCache) != std::string::npos) This approach will break when ...
4 years, 7 months ago (2016-05-05 23:23:42 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 00:48:42 UTC) #9
pfeldman
https://codereview.chromium.org/1949373002/diff/1/content/browser/devtools/protocol/storage_handler.cc File content/browser/devtools/protocol/storage_handler.cc (right): https://codereview.chromium.org/1949373002/diff/1/content/browser/devtools/protocol/storage_handler.cc#newcode53 content/browser/devtools/protocol/storage_handler.cc:53: if (storage_types.find(kAppCache) != std::string::npos) On 2016/05/05 23:23:42, caseq wrote: ...
4 years, 7 months ago (2016-05-06 07:24:38 UTC) #10
pfeldman
i'll fix it in an interesting way!
4 years, 7 months ago (2016-05-06 07:26:56 UTC) #11
pfeldman
On 2016/05/06 07:26:56, pfeldman wrote: > i'll fix it in an interesting way! failed to ...
4 years, 7 months ago (2016-05-06 14:45:54 UTC) #12
caseq
lgtm https://codereview.chromium.org/1949373002/diff/20001/content/browser/devtools/protocol/storage_handler.cc File content/browser/devtools/protocol/storage_handler.cc (right): https://codereview.chromium.org/1949373002/diff/20001/content/browser/devtools/protocol/storage_handler.cc#newcode58 content/browser/devtools/protocol/storage_handler.cc:58: if (set.find(kAppCache) != set.end()) nit: since you're using ...
4 years, 7 months ago (2016-05-06 18:13:09 UTC) #13
pfeldman
all done
4 years, 7 months ago (2016-05-06 18:20:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1949373002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1949373002/40001
4 years, 7 months ago (2016-05-06 18:21:04 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-06 19:30:51 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-06 19:32:37 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/86ec8381b5249eb63c9d137a8df9ce843e9adb47
Cr-Commit-Position: refs/heads/master@{#392121}

Powered by Google App Engine
This is Rietveld 408576698