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

Issue 10406016: Implement Action Box button (Closed)

Created:
8 years, 7 months ago by yefimt
Modified:
8 years, 7 months ago
CC:
chromium-reviews, not at google - send to devlin
Visibility:
Public.

Description

Adds the 'action box' button to the location bar, which will soon be connected to a menu with lots of 'actions'. BUG=125307 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137950

Patch Set 1 #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Total comments: 11

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -3 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/app/theme/theme_resources_standard.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/view_ids.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
A chrome/browser/ui/views/location_bar/action_box_button_view.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/location_bar/action_box_button_view.cc View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 6 chunks +19 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
yefimt
Just a button for now, no menu yet and images are not final
8 years, 7 months ago (2012-05-16 21:28:30 UTC) #1
Aaron Boodman
http://codereview.chromium.org/10406016/diff/1009/chrome/browser/ui/views/location_bar/action_box_button_view.cc File chrome/browser/ui/views/location_bar/action_box_button_view.cc (right): http://codereview.chromium.org/10406016/diff/1009/chrome/browser/ui/views/location_bar/action_box_button_view.cc#newcode21 chrome/browser/ui/views/location_bar/action_box_button_view.cc:21: command_updater_(command_updater) { The command_updater_ is not used. Better to ...
8 years, 7 months ago (2012-05-17 20:42:05 UTC) #2
Aaron Boodman
Nevermind my comments about moving code into location bar. Per our real-life discussion, I'm fine ...
8 years, 7 months ago (2012-05-17 20:48:04 UTC) #3
Aaron Boodman
+sky for ui reviews
8 years, 7 months ago (2012-05-17 20:51:02 UTC) #4
sky
Dare I ask what the action box is going to be? ALso, please link to ...
8 years, 7 months ago (2012-05-17 21:21:07 UTC) #5
yefimt
Action box is a plus button and associated menu in a right hand end of ...
8 years, 7 months ago (2012-05-17 22:42:52 UTC) #6
Aaron Boodman
lgtm
8 years, 7 months ago (2012-05-17 22:46:23 UTC) #7
sky
LGTM
8 years, 7 months ago (2012-05-17 23:25:50 UTC) #8
not at google - send to devlin
thanks for CC'ing me, drive-by nits (but lgtm for what it's worth) https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h ...
8 years, 7 months ago (2012-05-17 23:40:24 UTC) #9
Aaron Boodman
https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h (right): https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h#newcode34 chrome/browser/ui/views/location_bar/action_box_button_view.h:34: const gfx::Point& point) OVERRIDE; On 2012/05/17 23:40:24, kalman wrote: ...
8 years, 7 months ago (2012-05-17 23:48:35 UTC) #10
not at google - send to devlin
https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h (right): https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h#newcode34 chrome/browser/ui/views/location_bar/action_box_button_view.h:34: const gfx::Point& point) OVERRIDE; On 2012/05/17 23:48:35, Aaron Boodman ...
8 years, 7 months ago (2012-05-17 23:52:03 UTC) #11
Aaron Boodman
https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h (right): https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h#newcode34 chrome/browser/ui/views/location_bar/action_box_button_view.h:34: const gfx::Point& point) OVERRIDE; On 2012/05/17 23:52:03, kalman wrote: ...
8 years, 7 months ago (2012-05-17 23:56:27 UTC) #12
yefimt
https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h File chrome/browser/ui/views/location_bar/action_box_button_view.h (right): https://chromiumcodereview.appspot.com/10406016/diff/11001/chrome/browser/ui/views/location_bar/action_box_button_view.h#newcode20 chrome/browser/ui/views/location_bar/action_box_button_view.h:20: class ActionBoxButtonView : public views::MenuButton, On 2012/05/17 23:40:24, kalman ...
8 years, 7 months ago (2012-05-18 00:20:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yefim@chromium.org/10406016/5016
8 years, 7 months ago (2012-05-18 18:59:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yefim@chromium.org/10406016/13004
8 years, 7 months ago (2012-05-18 19:18:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yefim@chromium.org/10406016/13005
8 years, 7 months ago (2012-05-18 19:22:15 UTC) #16
commit-bot: I haz the power
8 years, 7 months ago (2012-05-18 20:43:34 UTC) #17
Change committed as 137950

Powered by Google App Engine
This is Rietveld 408576698