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

Issue 7461134: [Mac] Unspoofable infobars v3. (Closed)

Created:
9 years, 4 months ago by Robert Sesek
Modified:
9 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

[Mac] Unspoofable infobars v3. This brings back the arrow-tip infobar, but it is fixed-with and will not grow all the way to the omnibox decoration if the bookmark bar is open. XIB changes: * Make the animatable view and gradient view 48px tall. * Move the text view up 1 px. BUG=76381 TEST=Look at infobars. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95649

Patch Set 1 #

Patch Set 2 : Rebase Rohit #

Total comments: 10

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -22 lines) Patch
M chrome/app/nibs/InfoBar.xib View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_container_controller.h View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm View 1 2 5 chunks +21 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_controller.mm View 1 2 4 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_controller_unittest.mm View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_gradient_view.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm View 1 2 3 chunks +39 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Robert Sesek
Screenshots: http://cl.ly/1K123L1o132I3y033e33 and http://cl.ly/3k1M0t3r051P2j0d2J1r
9 years, 4 months ago (2011-08-04 20:32:22 UTC) #1
rohitrao (ping after 24h)
LGTM Much simpler when it's fixed height. http://codereview.chromium.org/7461134/diff/2002/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm File chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm (right): http://codereview.chromium.org/7461134/diff/2002/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm#newcode184 chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm:184: for (InfoBarController* ...
9 years, 4 months ago (2011-08-05 14:24:12 UTC) #2
Robert Sesek
http://codereview.chromium.org/7461134/diff/2002/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm File chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm (right): http://codereview.chromium.org/7461134/diff/2002/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm#newcode184 chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm:184: for (InfoBarController* controller in infobarControllers_.get()) On 2011/08/05 14:24:12, rohitrao ...
9 years, 4 months ago (2011-08-05 15:10:40 UTC) #3
rohitrao (ping after 24h)
9 years, 4 months ago (2011-08-05 15:32:32 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698