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

Issue 1661533002: Implement deletion of storage per site. (Closed)

Created:
4 years, 10 months ago by Finnur
Modified:
4 years, 10 months ago
Reviewers:
michaelpg
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement deletion of storage per site. BUG=543635 Committed: https://crrev.com/90db9ac787c8b9b834d91402da2614c99fd52b91 Cr-Commit-Position: refs/heads/master@{#373790}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 17

Patch Set 3 : Address feedback #

Total comments: 2

Patch Set 4 : Fix test #

Patch Set 5 : Address nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -38 lines) Patch
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.js View 1 2 2 chunks +0 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_router.js View 1 2 2 chunks +78 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.html View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.js View 1 2 3 chunks +54 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_list.js View 1 2 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_category.html View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_category.js View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/website_usage_private_api.js View 1 2 3 4 3 chunks +50 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.js View 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/storage/storage_info_fetcher.h View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/storage/storage_info_fetcher.cc View 1 2 4 chunks +21 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.cc View 1 2 4 chunks +45 lines, -9 lines 0 comments Download
M chrome/test/data/webui/settings/site_list_tests.js View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
Finnur
PTAL. I noticed when I updated to latest that the layout for the site details ...
4 years, 10 months ago (2016-02-02 21:08:09 UTC) #4
Finnur
Ping. PTAL. (layout issue being wonky was separate issue, see: https://codereview.chromium.org/1660593003/)
4 years, 10 months ago (2016-02-03 12:16:29 UTC) #6
michaelpg
https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js File chrome/browser/resources/settings/site_settings/site_details.js (right): https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js#newcode90 chrome/browser/resources/settings/site_settings/site_details.js:90: this.storedData_ = ''; Typically we would wait for a ...
4 years, 10 months ago (2016-02-03 18:39:13 UTC) #7
Finnur
All addressed, I believe. PTAL. https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js File chrome/browser/resources/settings/site_settings/site_details.js (right): https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js#newcode90 chrome/browser/resources/settings/site_settings/site_details.js:90: this.storedData_ = ''; On ...
4 years, 10 months ago (2016-02-04 14:56:58 UTC) #8
michaelpg
lgtm https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js File chrome/browser/resources/settings/site_settings/site_details.js (right): https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js#newcode113 chrome/browser/resources/settings/site_settings/site_details.js:113: this.currentRoute = { On 2016/02/04 14:56:58, Finnur wrote: ...
4 years, 10 months ago (2016-02-04 19:18:01 UTC) #9
michaelpg
https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js File chrome/browser/resources/settings/site_settings/site_details.js (right): https://codereview.chromium.org/1661533002/diff/60001/chrome/browser/resources/settings/site_settings/site_details.js#newcode129 chrome/browser/resources/settings/site_settings/site_details.js:129: function(element) { height += element.offsetHeight; }); On 2016/02/04 19:18:01, ...
4 years, 10 months ago (2016-02-05 01:32:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661533002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661533002/120001
4 years, 10 months ago (2016-02-05 10:22:22 UTC) #13
Finnur
I've made a quick fix for the test and am checking in. Basically, I just ...
4 years, 10 months ago (2016-02-05 10:22:42 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 10 months ago (2016-02-05 12:01:15 UTC) #16
commit-bot: I haz the power
4 years, 10 months ago (2016-02-05 12:01:57 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/90db9ac787c8b9b834d91402da2614c99fd52b91
Cr-Commit-Position: refs/heads/master@{#373790}

Powered by Google App Engine
This is Rietveld 408576698