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

Issue 7331042: fix for 27454 - Fade out close button state on mouse exit (Closed)

Created:
9 years, 5 months ago by dmac
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

fix for 27454 - Fade out close button state on mouse exit Changed TabView.xib to make the close button have a layer backing it's view. BUG=27454 TEST=Create some tabs. Move the cursor over the close button for the tabs, and then out. Watch them fade. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92318

Patch Set 1 #

Total comments: 1

Patch Set 2 : fixed up mirandac's comment and cleaned up use of NSGraphicsContext #

Total comments: 12

Patch Set 3 : Fix up rsesek nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -145 lines) Patch
M chrome/app/nibs/TabView.xib View 4 chunks +20 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/animation_utils.h View 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/hover_button.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/hover_button.mm View 6 chunks +20 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/hover_close_button.h View 1 2 1 chunk +7 lines, -19 lines 0 comments Download
M chrome/browser/ui/cocoa/hover_close_button.mm View 1 2 2 chunks +179 lines, -79 lines 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.mm View 2 chunks +1 line, -30 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dmac
Since Mr. Bonventre has left the building, would you mind taking a look please? My ...
9 years, 5 months ago (2011-07-11 17:22:37 UTC) #1
Miranda Callahan
+rsesek Hey dmac, sure -- LGTM with the question about the comment looking different from ...
9 years, 5 months ago (2011-07-12 13:44:35 UTC) #2
dmac
On 2011/07/12 13:44:35, Miranda Callahan wrote: > +rsesek > > Hey dmac, sure -- LGTM ...
9 years, 5 months ago (2011-07-12 17:55:07 UTC) #3
Robert Sesek
Please also update the CL description to enumerate the XIB changes. http://codereview.chromium.org/7331042/diff/4001/chrome/browser/ui/cocoa/hover_button.h File chrome/browser/ui/cocoa/hover_button.h (right): ...
9 years, 5 months ago (2011-07-12 18:11:40 UTC) #4
dmac
Thanks rsesek. PTAL. http://codereview.chromium.org/7331042/diff/4001/chrome/browser/ui/cocoa/hover_button.h File chrome/browser/ui/cocoa/hover_button.h (right): http://codereview.chromium.org/7331042/diff/4001/chrome/browser/ui/cocoa/hover_button.h#newcode26 chrome/browser/ui/cocoa/hover_button.h:26: scoped_nsobject<CrTrackingArea> trackingArea_; On 2011/07/12 18:11:40, rsesek ...
9 years, 5 months ago (2011-07-12 19:04:42 UTC) #5
Robert Sesek
9 years, 5 months ago (2011-07-12 19:37:27 UTC) #6
LGTM if you update the CL description.

Powered by Google App Engine
This is Rietveld 408576698