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

Issue 40139: Put the dropdown menu button on the linux download shelf.... (Closed)

Created:
11 years, 9 months ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Put the dropdown menu button on the linux download shelf. Also set the background color. Also extend NineBox a little bit. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10969

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 7

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -49 lines) Patch
M chrome/browser/gtk/download_item_gtk.h View 2 chunks +15 lines, -6 lines 0 comments Download
M chrome/browser/gtk/download_item_gtk.cc View 1 2 3 6 chunks +76 lines, -19 lines 2 comments Download
M chrome/browser/gtk/download_shelf_gtk.h View 1 chunk +7 lines, -1 line 1 comment Download
M chrome/browser/gtk/download_shelf_gtk.cc View 1 2 3 5 chunks +14 lines, -7 lines 1 comment Download
M chrome/browser/gtk/nine_box.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/gtk/nine_box.cc View 1 2 chunks +29 lines, -16 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Stade
11 years, 9 months ago (2009-03-05 00:31:08 UTC) #1
Evan Martin
http://codereview.chromium.org/40139/diff/1/6 File chrome/browser/gtk/download_item_gtk.cc (right): http://codereview.chromium.org/40139/diff/1/6#newcode17 Line 17: const int kMenuButtonWidth = 16; comment on this? ...
11 years, 9 months ago (2009-03-05 01:24:22 UTC) #2
Evan Stade
updated. I also made it set the background color. To do this I had to ...
11 years, 9 months ago (2009-03-05 01:42:06 UTC) #3
Evan Martin
http://codereview.chromium.org/40139/diff/1/6 File chrome/browser/gtk/download_item_gtk.cc (right): http://codereview.chromium.org/40139/diff/1/6#newcode167 Line 167: if (is_body) { On 2009/03/05 01:42:06, estade wrote: ...
11 years, 9 months ago (2009-03-05 01:47:46 UTC) #4
Evan Stade
http://codereview.chromium.org/40139/diff/1/6 File chrome/browser/gtk/download_item_gtk.cc (right): http://codereview.chromium.org/40139/diff/1/6#newcode167 Line 167: if (is_body) { On 2009/03/05 01:47:46, Evan Martin ...
11 years, 9 months ago (2009-03-05 02:04:14 UTC) #5
Evan Martin
http://codereview.chromium.org/40139/diff/13/1005 File chrome/browser/gtk/download_shelf_gtk.cc (right): http://codereview.chromium.org/40139/diff/13/1005#newcode41 Line 41: gdk_color_parse("#E6EDF4", &color); On 2009/03/05 02:04:15, estade wrote: > ...
11 years, 9 months ago (2009-03-05 02:10:02 UTC) #6
Evan Stade
> I guess you could could do it like this if you wanted to be ...
11 years, 9 months ago (2009-03-05 02:30:25 UTC) #7
Evan Martin
SHIP IT
11 years, 9 months ago (2009-03-05 03:07:59 UTC) #8
Dean McNamee
11 years, 9 months ago (2009-03-05 14:16:01 UTC) #9
http://codereview.chromium.org/40139/diff/1016/1021
File chrome/browser/gtk/download_item_gtk.cc (right):

http://codereview.chromium.org/40139/diff/1016/1021#newcode21
Line 21: }
  // namespace

http://codereview.chromium.org/40139/diff/1016/1021#newcode42
Line 42: GtkWidget* label =
gtk_label_new(download_model->download()->GetFileName()
I would have wrapped this at the first ( if it's possible.

http://codereview.chromium.org/40139/diff/1016/1018
File chrome/browser/gtk/download_shelf_gtk.cc (right):

http://codereview.chromium.org/40139/diff/1016/1018#newcode37
Line 37: }
  // namespace

http://codereview.chromium.org/40139/diff/1016/1022
File chrome/browser/gtk/download_shelf_gtk.h (right):

http://codereview.chromium.org/40139/diff/1016/1022#newcode44
Line 44: GtkWidget* shelf_;
shelf_box_ -> shelf_ ?

Powered by Google App Engine
This is Rietveld 408576698