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

Issue 2391253002: Site Settings Desktop: Polish the Site Data section. (Closed)

Created:
4 years, 2 months ago by Finnur
Modified:
4 years, 2 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Site Settings Desktop: Polish the Site Data section. - Add a 'Cookie:' prefix for the Details dialog. - Add a confirmation dialog when deleting all cookies for all sites or for a single site (both on the Cookie page and Site Details page). - Remove quota nodes from the Site Data list (the usage total specified is not accurate -- bug 642955). - This also takes care of the id_ error in the console. - Make the Site Data Details dialog more like the mocks. TBR=dbeam, bauerb BUG=652558 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/911a4d605e2c485c0cc9547b084a9a3bd3c2e495 Cr-Commit-Position: refs/heads/master@{#424127}

Patch Set 1 #

Patch Set 2 : One more confirmation message #

Total comments: 15

Patch Set 3 : Address feedback #

Total comments: 20

Patch Set 4 : Address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -54 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 3 chunks +25 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_shared_css.html View 1 2 3 chunks +8 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/cookie_tree_node.js View 1 2 3 4 chunks +20 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data.html View 1 2 3 3 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data.js View 1 2 3 2 chunks +54 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data_details_dialog.html View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_data_details_dialog.js View 1 2 3 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.html View 1 2 3 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.js View 1 2 3 8 chunks +31 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/cookies_view_handler.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 1 chunk +16 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/settings_cookies_view_handler.cc View 1 2 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 43 (31 generated)
Finnur
https://codereview.chromium.org/2391253002/diff/40001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js File chrome/browser/resources/settings/site_settings/cookie_tree_node.js (right): https://codereview.chromium.org/2391253002/diff/40001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js#newcode247 chrome/browser/resources/settings/site_settings/cookie_tree_node.js:247: 'padding-top: 7px;'; I'd like to do the styling in ...
4 years, 2 months ago (2016-10-05 13:42:22 UTC) #14
dschuyler
https://codereview.chromium.org/2391253002/diff/40001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2391253002/diff/40001/chrome/app/settings_strings.grdp#newcode1818 chrome/app/settings_strings.grdp:1818: <message name="IDS_SETTINGS_SITE_SETTINGS_SITE_DELETE" desc="Text for the button that clears all ...
4 years, 2 months ago (2016-10-05 22:04:02 UTC) #18
Finnur
https://codereview.chromium.org/2391253002/diff/40001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2391253002/diff/40001/chrome/app/settings_strings.grdp#newcode1818 chrome/app/settings_strings.grdp:1818: <message name="IDS_SETTINGS_SITE_SETTINGS_SITE_DELETE" desc="Text for the button that clears all ...
4 years, 2 months ago (2016-10-07 15:16:42 UTC) #24
dschuyler
LGTM because the comments are small or optional. https://codereview.chromium.org/2391253002/diff/80001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js File chrome/browser/resources/settings/site_settings/cookie_tree_node.js (right): https://codereview.chromium.org/2391253002/diff/80001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js#newcode237 chrome/browser/resources/settings/site_settings/cookie_tree_node.js:237: var ...
4 years, 2 months ago (2016-10-07 21:14:49 UTC) #27
Finnur
All done. Checking in. https://codereview.chromium.org/2391253002/diff/80001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js File chrome/browser/resources/settings/site_settings/cookie_tree_node.js (right): https://codereview.chromium.org/2391253002/diff/80001/chrome/browser/resources/settings/site_settings/cookie_tree_node.js#newcode237 chrome/browser/resources/settings/site_settings/cookie_tree_node.js:237: var out = []; On ...
4 years, 2 months ago (2016-10-10 09:56:56 UTC) #28
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/2391253002/100001
4 years, 2 months ago (2016-10-10 09:57:10 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/277381)
4 years, 2 months ago (2016-10-10 10:05:11 UTC) #33
Finnur
Adding Dan and Bernhard as TBR for a bit of plumbing that should have no ...
4 years, 2 months ago (2016-10-10 10:32:07 UTC) #36
Bernhard Bauer
cookies_tree_model_utils LGTM; haven't looked at the other code.
4 years, 2 months ago (2016-10-10 10:39:14 UTC) #37
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/2391253002/100001
4 years, 2 months ago (2016-10-10 10:48:10 UTC) #39
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 2 months ago (2016-10-10 10:53:20 UTC) #41
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 10:55:05 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/911a4d605e2c485c0cc9547b084a9a3bd3c2e495
Cr-Commit-Position: refs/heads/master@{#424127}

Powered by Google App Engine
This is Rietveld 408576698