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

Issue 112065: Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile... (Closed)

Created:
11 years, 6 months ago by pink (ping after 24hrs)
Modified:
9 years, 7 months ago
Reviewers:
TVL
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile of the given window or the default profile if run with no windows open. Add a setter to the throbber so it can be used in a nib file. BUG=none TEST=clear browser functionality (note that clearing passwords doesn't work) and checkbox persistance. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17186

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+869 lines, -231 lines) Patch
M chrome/app/nibs/en.lproj/ClearBrowsingData.xib View 1 2 13 chunks +559 lines, -138 lines 0 comments Download
M chrome/app/nibs/en.lproj/MainMenu.xib View 16 chunks +26 lines, -60 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/browser.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/browser.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/cocoa/browser_window_cocoa.mm View 2 chunks +6 lines, -2 lines 0 comments Download
A chrome/browser/cocoa/clear_browsing_data_controller.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/clear_browsing_data_controller.mm View 1 2 1 chunk +157 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/throbber_view.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/throbber_view.mm View 2 chunks +31 lines, -21 lines 2 comments Download
M chrome/chrome.gyp View 1 2 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
pink (ping after 24hrs)
11 years, 6 months ago (2009-05-28 13:15:09 UTC) #1
TVL
lgtm you've got comments about support for tests, are there tests that should be included/enabled ...
11 years, 6 months ago (2009-05-28 13:34:39 UTC) #2
pink (ping after 24hrs)
Forgot about the tests, I'll look into that when I get home. If nothing I'll ...
11 years, 6 months ago (2009-05-28 14:58:09 UTC) #3
pink (ping after 24hrs)
I made some small changes for showing a spinner while it was working, please re-review. ...
11 years, 6 months ago (2009-05-29 12:56:38 UTC) #4
TVL
lgtm w/ the one addition http://codereview.chromium.org/112065/diff/2014/1020 File chrome/browser/cocoa/throbber_view.mm (right): http://codereview.chromium.org/112065/diff/2014/1020#newcode45 Line 45: // TODO(pinkerton): The ...
11 years, 6 months ago (2009-05-29 13:05:19 UTC) #5
pink (ping after 24hrs)
11 years, 6 months ago (2009-05-29 13:19:11 UTC) #6
http://codereview.chromium.org/112065/diff/2014/1020
File chrome/browser/cocoa/throbber_view.mm (right):

http://codereview.chromium.org/112065/diff/2014/1020#newcode45
Line 45: // TODO(pinkerton): The invalidation of the view to trigger re-draw
causes
On 2009/05/29 13:05:19, TVL wrote:
> this should also move into the setImage call with some tweaks:
>   stop timer when clearning animationFrame_
>   numFrames_ > 1, create timer 

Done.

Powered by Google App Engine
This is Rietveld 408576698