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

Issue 5964008: Add UI to the Clear Browsing Data dialog to remove Flash LSO data. (Closed)

Created:
10 years ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, arv (Not doing code reviews), pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add UI to the Clear Browsing Data dialog to remove Flash LSO data. As there is currently no Flash version supporting it yet, the checkbox should be disabled. Screenshots: http://www.dropmocks.com/mHuJR (Note: also includes screenshots for the option in the content settings to clear data at shutdown, which isn't fully ready yet). XIB changes: Add an additional checkbox to the dialog in ClearBrowsingData.xib, with the state attribute bound to |clearLSODataChecked| and the enabled attribute bound to |clearLSODataEnabled|. BUG=58235 TEST=Go to Options > Under the Hood > Clear Browsing Data, check "Clear plug-in local storage and settings".

Patch Set 1 #

Patch Set 2 : linux compile fix #

Total comments: 29

Patch Set 3 : review #

Patch Set 4 : review #

Patch Set 5 : fix unit test #

Patch Set 6 : really fix unit test #

Patch Set 7 : review #

Total comments: 6

Patch Set 8 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1499 lines, -125 lines) Patch
M chrome/app/generated_resources.grd View 3 chunks +7 lines, -1 line 0 comments Download
M chrome/app/nibs/ClearBrowsingData.xib View 1 2 43 chunks +1118 lines, -92 lines 0 comments Download
M chrome/browser/dom_ui/options/clear_browser_data_handler.h View 1 2 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options/clear_browser_data_handler.cc View 1 2 6 chunks +38 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/options/options_ui.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/gtk/clear_browsing_data_dialog_gtk.h View 5 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/gtk/clear_browsing_data_dialog_gtk.cc View 1 7 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/clear_browser_data_overlay.html View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/clear_browser_data_overlay.js View 1 2 3 4 5 6 7 2 chunks +34 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/clear_browsing_data_controller.h View 1 2 4 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/clear_browsing_data_controller.mm View 1 2 3 4 5 7 chunks +70 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/clear_browsing_data_controller_unittest.mm View 1 2 3 4 5 7 chunks +34 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/clear_browsing_data.h View 5 chunks +19 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/clear_browsing_data.cc View 12 chunks +75 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/clear_browsing_data_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/clear_browsing_data_view.cc View 7 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Bernhard Bauer
Hi, please review the following parts of this CL: Peter: Views Evan: DOM UI Nico: ...
10 years ago (2010-12-21 23:32:59 UTC) #1
Nico
The "Clear Browsing Data" dialog is the saddest dialog in all of chrome. http://codereview.chromium.org/5964008/diff/2001/chrome/browser/ui/cocoa/clear_browsing_data_controller.h File ...
10 years ago (2010-12-21 23:38:42 UTC) #2
Bernhard Bauer
On Tue, Dec 21, 2010 at 15:38, <thakis@chromium.org> wrote: > The "Clear Browsing Data" dialog ...
10 years ago (2010-12-21 23:49:36 UTC) #3
Nico
On Tue, Dec 21, 2010 at 3:49 PM, Bernhard Bauer <bauerb@chromium.org> wrote: > On Tue, ...
10 years ago (2010-12-21 23:59:07 UTC) #4
Bernhard Bauer
On Tue, Dec 21, 2010 at 15:59, Nico Weber <thakis@chromium.org> wrote: > On Tue, Dec ...
10 years ago (2010-12-22 00:02:20 UTC) #5
Peter Kasting
views LGTM although I personally would prefer just combining this with the cookies checkbox, since ...
10 years ago (2010-12-22 00:03:02 UTC) #6
Evan Stade
http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc File chrome/browser/dom_ui/options/clear_browser_data_handler.cc (right): http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc#newcode111 chrome/browser/dom_ui/options/clear_browser_data_handler.cc:111: break; should unhandled PREF_CHANGED notifications be passed up to ...
10 years ago (2010-12-22 00:16:39 UTC) #7
Bernhard Bauer
On Tue, Dec 21, 2010 at 16:03, <pkasting@chromium.org> wrote: > views LGTM although I personally ...
10 years ago (2010-12-22 00:19:35 UTC) #8
Peter Kasting
On 2010/12/22 00:19:35, Bernhard Bauer wrote: > I would like that as well, but the ...
10 years ago (2010-12-22 00:24:12 UTC) #9
Bernhard Bauer
On 2010/12/22 00:24:12, Peter Kasting wrote: > On 2010/12/22 00:19:35, Bernhard Bauer wrote: > > ...
10 years ago (2010-12-22 01:12:03 UTC) #10
Bernhard Bauer
http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc File chrome/browser/dom_ui/options/clear_browser_data_handler.cc (right): http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc#newcode111 chrome/browser/dom_ui/options/clear_browser_data_handler.cc:111: break; On 2010/12/22 00:16:40, Evan Stade wrote: > should ...
10 years ago (2010-12-22 03:40:04 UTC) #11
Evan Stade
http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc File chrome/browser/dom_ui/options/clear_browser_data_handler.cc (right): http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc#newcode157 chrome/browser/dom_ui/options/clear_browser_data_handler.cc:157: L"ClearBrowserDataOverlay.setClearPluginLSODataEnabled", On 2010/12/22 03:40:05, Bernhard Bauer wrote: > On ...
10 years ago (2010-12-22 21:36:16 UTC) #12
Peter Kasting
http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc File chrome/browser/dom_ui/options/clear_browser_data_handler.cc (right): http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc#newcode157 chrome/browser/dom_ui/options/clear_browser_data_handler.cc:157: L"ClearBrowserDataOverlay.setClearPluginLSODataEnabled", On 2010/12/22 03:40:05, Bernhard Bauer wrote: > I ...
10 years ago (2010-12-22 22:39:21 UTC) #13
Bernhard Bauer
I think that's everything in DOM UI. PTAL (also Nico, Elliot)? http://codereview.chromium.org/5964008/diff/2001/chrome/browser/dom_ui/options/clear_browser_data_handler.cc File chrome/browser/dom_ui/options/clear_browser_data_handler.cc (right): ...
9 years, 11 months ago (2011-01-03 11:56:29 UTC) #14
Nico
LG
9 years, 11 months ago (2011-01-03 16:11:26 UTC) #15
Elliot Glaysher
gtk parts lgtm On Mon, Jan 3, 2011 at 8:11 AM, <thakis@chromium.org> wrote: > LG ...
9 years, 11 months ago (2011-01-04 22:38:22 UTC) #16
Evan Stade
http://codereview.chromium.org/5964008/diff/27001/chrome/browser/resources/options/clear_browser_data_overlay.js File chrome/browser/resources/options/clear_browser_data_overlay.js (right): http://codereview.chromium.org/5964008/diff/27001/chrome/browser/resources/options/clear_browser_data_overlay.js#newcode66 chrome/browser/resources/options/clear_browser_data_overlay.js:66: event.value['managed']; can this not fit on the above line? ...
9 years, 11 months ago (2011-01-04 22:59:24 UTC) #17
Bernhard Bauer
http://codereview.chromium.org/5964008/diff/27001/chrome/browser/resources/options/clear_browser_data_overlay.js File chrome/browser/resources/options/clear_browser_data_overlay.js (right): http://codereview.chromium.org/5964008/diff/27001/chrome/browser/resources/options/clear_browser_data_overlay.js#newcode66 chrome/browser/resources/options/clear_browser_data_overlay.js:66: event.value['managed']; On 2011/01/04 22:59:24, Evan Stade wrote: > can ...
9 years, 11 months ago (2011-01-04 23:15:32 UTC) #18
Bernhard Bauer
Evan, ping?
9 years, 11 months ago (2011-01-07 00:26:58 UTC) #19
Bernhard Bauer
9 years, 11 months ago (2011-01-10 22:03:00 UTC) #20

Powered by Google App Engine
This is Rietveld 408576698