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

Issue 2828005: Unify the page and wrench menus into one wrench menu. Remove pref to hide men... (Closed)

Created:
10 years, 6 months ago by pink (ping after 24hrs)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, John Grabowski, Paweł Hajdan Jr., pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Unify the page and wrench menus into one wrench menu. Remove pref to hide menu. Nib updates: Toolbar.xib: Removed page menu and moved everything over to accomodate. Prefs.xib: Removed "show options page/wrench menu" checkbox and moved everything up to accomodate. BUG=45756 TEST=migration from having the pref hidden. It should become visible. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49830

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -289 lines) Patch
M chrome/app/nibs/Preferences.xib View 1 30 chunks +22 lines, -97 lines 0 comments Download
M chrome/app/nibs/Toolbar.xib View 1 9 chunks +4 lines, -68 lines 0 comments Download
M chrome/browser/cocoa/preferences_window_controller.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/cocoa/preferences_window_controller.mm View 1 4 chunks +0 lines, -25 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller.h View 1 6 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller.mm View 1 10 chunks +15 lines, -60 lines 0 comments Download
M chrome/browser/cocoa/toolbar_controller_unittest.mm View 1 2 chunks +1 line, -27 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
pink (ping after 24hrs)
10 years, 6 months ago (2010-06-15 19:21:52 UTC) #1
rohitrao (ping after 24h)
http://codereview.chromium.org/2828005/diff/1/7 File chrome/browser/cocoa/toolbar_controller.mm (right): http://codereview.chromium.org/2828005/diff/1/7#newcode561 chrome/browser/cocoa/toolbar_controller.mm:561: BOOL rightBorderShown = ![wrenchButton_ isHidden]; Is this always going ...
10 years, 6 months ago (2010-06-15 19:33:19 UTC) #2
pink (ping after 24hrs)
new version up. http://codereview.chromium.org/2828005/diff/1/7 File chrome/browser/cocoa/toolbar_controller.mm (right): http://codereview.chromium.org/2828005/diff/1/7#newcode561 chrome/browser/cocoa/toolbar_controller.mm:561: BOOL rightBorderShown = ![wrenchButton_ isHidden]; On ...
10 years, 6 months ago (2010-06-15 20:08:21 UTC) #3
rohitrao (ping after 24h)
10 years, 6 months ago (2010-06-15 20:19:52 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698