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

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed)

Created:
4 years, 9 months ago by msramek
Modified:
4 years, 8 months ago
Reviewers:
Evan Stade, sky, Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@add_component
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a notice about other forms of history to the CBD dialog We are adding messaging to the Clear Browsing Data dialog informing users that their Chrome browsing history (which can be deleted in the dialog) is not the same as other forms of browsing history (such as Google Search history; which can NOT be deleted in the dialog). There are two messages: 1. In the footer of the dialog. Since there are currently three pieces of information in the Desktop version, we divided them into two paragraphs and added icons: "i" icon for the general information paragraph, and "G" icon for the paragraph about other forms of browsing history (see mocks). 2. A one-time dialog that pops up after the first deletion of browsing history. This is represented by the class ClearBrowserDataHistoryNotice. Design doc: https://docs.google.com/document/d/1ZMDSAd44KmzKhqXPjobZOf9rZezs6VqiBnqpDD0auCU/ Mocks: https://docs.google.com/presentation/d/1rpR3xB3aYFzXD0U--piuMq3y4XAmoYdawA2HC1cuEjM/ BUG=595332 Committed: https://crrev.com/4b87c75a9276e4290c073e23d06dcc0cdb3ce589 Cr-Commit-Position: refs/heads/master@{#384891}

Patch Set 1 #

Total comments: 18

Patch Set 2 : #

Total comments: 5

Patch Set 3 : BUILD.gn #

Patch Set 4 : Rebase. #

Patch Set 5 : Rebase over 1829733002 #

Patch Set 6 : Asynchronous interface #

Patch Set 7 : Rebase. #

Patch Set 8 : Update links, conditions #

Total comments: 6

Patch Set 9 : Addressed comments. #

Patch Set 10 : Position and size are exclusive. #

Patch Set 11 : Update strings. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -17 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/clear_browser_data_history_notice_overlay.html View 1 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/clear_browser_data_history_notice_overlay.js View 1 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/clear_browser_data_overlay.css View 1 2 3 4 5 6 7 8 9 1 chunk +26 lines, -1 line 0 comments Download
M chrome/browser/resources/options/clear_browser_data_overlay.html View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options/clear_browser_data_overlay.js View 4 chunks +22 lines, -8 lines 0 comments Download
A chrome/browser/resources/options/googleg.svg View 1 chunk +7 lines, -0 lines 0 comments Download
A + chrome/browser/resources/options/info.svg View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/options.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_ui_prefs.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/clear_browser_data_handler.h View 1 2 3 4 5 6 7 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/clear_browser_data_handler.cc View 1 2 3 4 5 6 7 8 10 chunks +90 lines, -6 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (7 generated)
msramek
Hi Evan, please have a look! Thanks, Martin
4 years, 9 months ago (2016-03-17 19:24:22 UTC) #2
Evan Stade
dbeam is a better review for webui, especially settings (since he's working on overhauling settings)
4 years, 9 months ago (2016-03-17 21:43:53 UTC) #4
Dan Beam
where is this pref registered? why is it a number that counts up to 1 ...
4 years, 9 months ago (2016-03-18 22:48:40 UTC) #5
msramek
Thanks, Dan. PTAL! The preference is an integer, since the original plan was to show ...
4 years, 9 months ago (2016-03-21 16:30:25 UTC) #6
msramek
In CL 1829733002 (not landed yet, but the essence is not going to change), we're ...
4 years, 9 months ago (2016-03-23 19:01:29 UTC) #7
msramek
Friendly ping!
4 years, 9 months ago (2016-03-28 10:04:54 UTC) #8
msramek
And another update, since the requirements keep changing :/ - added parameters to the history.google.com ...
4 years, 8 months ago (2016-03-30 16:58:04 UTC) #10
Dan Beam
looks pretty good to me https://codereview.chromium.org/1813023002/diff/20001/chrome/browser/resources/options/clear_browser_data_overlay.css File chrome/browser/resources/options/clear_browser_data_overlay.css (right): https://codereview.chromium.org/1813023002/diff/20001/chrome/browser/resources/options/clear_browser_data_overlay.css#newcode65 chrome/browser/resources/options/clear_browser_data_overlay.css:65: background-position: left center; what ...
4 years, 8 months ago (2016-03-31 04:47:01 UTC) #11
msramek
Thanks, Dan! https://codereview.chromium.org/1813023002/diff/20001/chrome/browser/resources/options/clear_browser_data_overlay.css File chrome/browser/resources/options/clear_browser_data_overlay.css (right): https://codereview.chromium.org/1813023002/diff/20001/chrome/browser/resources/options/clear_browser_data_overlay.css#newcode65 chrome/browser/resources/options/clear_browser_data_overlay.css:65: background-position: left center; On 2016/03/31 04:47:00, Dan ...
4 years, 8 months ago (2016-03-31 18:19:57 UTC) #12
Dan Beam
lgtm
4 years, 8 months ago (2016-04-01 15:18:53 UTC) #13
msramek
Thanks, Dan! +Scott, can you please review the remaining tiny change in chrome/browser/ui? The BUILD ...
4 years, 8 months ago (2016-04-01 19:41:45 UTC) #15
sky
LGTM
4 years, 8 months ago (2016-04-01 20:33:25 UTC) #16
msramek
Similarly as in the corresponding CL for history, I updated the strings in the last ...
4 years, 8 months ago (2016-04-04 11:39:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1813023002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1813023002/220001
4 years, 8 months ago (2016-04-04 11:39:39 UTC) #20
commit-bot: I haz the power
Committed patchset #11 (id:220001)
4 years, 8 months ago (2016-04-04 13:15:53 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 13:17:08 UTC) #23
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/4b87c75a9276e4290c073e23d06dcc0cdb3ce589
Cr-Commit-Position: refs/heads/master@{#384891}

Powered by Google App Engine
This is Rietveld 408576698