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 10889052: Display action box menu on Linux/gtk. (Closed)

Created:
8 years, 3 months ago by beaudoin
Modified:
8 years, 3 months ago
CC:
chromium-reviews, msw, Elliot Glaysher
Visibility:
Public.

Description

Display action box menu on Linux/gtk. Known issues: - The send-to-mobile bubble should not have an arrow and should be anchored to the action box button. BUG=145624 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154822

Patch Set 1 #

Patch Set 2 : Removes spurious \n #

Total comments: 8

Patch Set 3 : Fixed msw nits #

Patch Set 4 : Fixed incorrectly positioned bubble problem. #

Total comments: 5

Patch Set 5 : Switched to a base::Closure #

Total comments: 2

Patch Set 6 : Fixed nits. #

Patch Set 7 : Merge and fix a bug in the model. #

Patch Set 8 : Fix was done by skare@ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -15 lines) Patch
M chrome/browser/ui/gtk/action_box_button_gtk.h View 1 2 2 chunks +14 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/action_box_button_gtk.cc View 1 2 3 4 5 6 3 chunks +17 lines, -6 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 6 chunks +34 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
beaudoin
This is part of the port of the action box UI to Linux/GTK. In addition ...
8 years, 3 months ago (2012-08-30 02:16:10 UTC) #1
msw
Huzzah! Thanks for doing this! I just have some minor nits. Seems worth addressing the ...
8 years, 3 months ago (2012-08-30 03:39:22 UTC) #2
Evan Stade
On 2012/08/30 02:16:10, beaudoin wrote: > This is part of the port of the action ...
8 years, 3 months ago (2012-08-30 20:42:56 UTC) #3
beaudoin
Any idea on how to fix the initial popup problem are welcome. As a workaround ...
8 years, 3 months ago (2012-08-30 20:55:05 UTC) #4
beaudoin1
Thanks Evan. I'll try to do this. I'm worried it will make the code more ...
8 years, 3 months ago (2012-08-30 20:57:34 UTC) #5
beaudoin1
Thanks Evan. I'll try to do this. I'm worried it will make the code more ...
8 years, 3 months ago (2012-08-30 20:57:34 UTC) #6
Evan Stade
On 2012/08/30 20:57:34, beaudoin1 wrote: > Thanks Evan. I'll try to do this. I'm worried ...
8 years, 3 months ago (2012-08-30 21:17:15 UTC) #7
beaudoin
On 2012/08/30 21:17:15, Evan Stade wrote: > On 2012/08/30 20:57:34, beaudoin1 wrote: > > Thanks ...
8 years, 3 months ago (2012-08-30 21:42:06 UTC) #8
Evan Stade
http://codereview.chromium.org/10889052/diff/14002/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10889052/diff/14002/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode389 chrome/browser/ui/gtk/location_bar_view_gtk.cc:389: class LocationBarViewGtk::ShowStarBubbleAction { I'd just use a pair. At ...
8 years, 3 months ago (2012-08-30 22:32:24 UTC) #9
beaudoin
Ah! My relative Chrome inexperience is showing up. The base::Closure solution makes everything smell super ...
8 years, 3 months ago (2012-08-31 13:27:09 UTC) #10
Evan Stade
lgtm. https://chromiumcodereview.appspot.com/10889052/diff/14008/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): https://chromiumcodereview.appspot.com/10889052/diff/14008/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode1474 chrome/browser/ui/gtk/location_bar_view_gtk.cc:1474: on_star_sized_.Reset(); you could put this inside the condtional
8 years, 3 months ago (2012-08-31 19:47:43 UTC) #11
beaudoin
http://codereview.chromium.org/10889052/diff/14008/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10889052/diff/14008/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode1474 chrome/browser/ui/gtk/location_bar_view_gtk.cc:1474: on_star_sized_.Reset(); On 2012/08/31 19:47:44, Evan Stade wrote: > you ...
8 years, 3 months ago (2012-08-31 21:00:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/10889052/9011
8 years, 3 months ago (2012-08-31 21:00:59 UTC) #13
commit-bot: I haz the power
Try job failure for 10889052-9011 (retry) on linux_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-31 21:41:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/10889052/11007
8 years, 3 months ago (2012-09-03 16:30:45 UTC) #15
commit-bot: I haz the power
Presubmit check for 10889052-11007 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-03 16:30:48 UTC) #16
beaudoin
@sky or pkasting: 1 line bug fix in c/b/ui/toolbar/action_box_menu_model.cc needs an LGTM.
8 years, 3 months ago (2012-09-03 16:33:08 UTC) #17
skare_
On 2012/09/03 16:33:08, beaudoin wrote: > @sky or pkasting: 1 line bug fix in c/b/ui/toolbar/action_box_menu_model.cc ...
8 years, 3 months ago (2012-09-03 22:56:33 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/10889052/19002
8 years, 3 months ago (2012-09-04 15:26:22 UTC) #19
commit-bot: I haz the power
Try job failure for 10889052-19002 (retry) on linux_rel for step "interactive_ui_tests" (clobber build). It's a ...
8 years, 3 months ago (2012-09-04 16:49:03 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/beaudoin@chromium.org/10889052/19002
8 years, 3 months ago (2012-09-04 19:54:04 UTC) #21
commit-bot: I haz the power
8 years, 3 months ago (2012-09-04 22:15:33 UTC) #22
Change committed as 154822

Powered by Google App Engine
This is Rietveld 408576698