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

Issue 650074: New network menu button UI for ChromeOS.... (Closed)

Created:
10 years, 10 months ago by Charlie Lee
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

New network menu button UI for ChromeOS. Added ability to change label font in gtk menu item. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39516

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -141 lines) Patch
M app/menus/menu_model.h View 2 chunks +10 lines, -0 lines 0 comments Download
M app/resource_bundle.h View 2 chunks +3 lines, -1 line 0 comments Download
M app/resource_bundle.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu_button.cc View 1 5 chunks +80 lines, -136 lines 0 comments Download
M views/controls/menu/native_menu_gtk.cc View 1 2 chunks +11 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Charlie Lee
Scott, can you take a look? Thanks.
10 years, 10 months ago (2010-02-19 22:01:31 UTC) #1
sky
http://codereview.chromium.org/650074/diff/1/5 File views/controls/menu/native_menu_gtk.cc (right): http://codereview.chromium.org/650074/diff/1/5#newcode243 views/controls/menu/native_menu_gtk.cc:243: } I think you want something like: GtkWidget* label_widget= ...
10 years, 10 months ago (2010-02-19 22:23:21 UTC) #2
Charlie Lee
http://codereview.chromium.org/650074/diff/1/5 File views/controls/menu/native_menu_gtk.cc (right): http://codereview.chromium.org/650074/diff/1/5#newcode243 views/controls/menu/native_menu_gtk.cc:243: } On 2010/02/19 22:23:21, sky wrote: > I think ...
10 years, 10 months ago (2010-02-19 23:27:13 UTC) #3
sky
10 years, 10 months ago (2010-02-19 23:34:14 UTC) #4
LGTM with the following change.

http://codereview.chromium.org/650074/diff/1007/27
File views/controls/menu/native_menu_gtk.cc (right):

http://codereview.chromium.org/650074/diff/1007/27#newcode241
views/controls/menu/native_menu_gtk.cc:241:
gtk_widget_modify_font(GTK_WIDGET(label_widget),
You don't need GTK_WIDGET() here, just label_widget.

Powered by Google App Engine
This is Rietveld 408576698