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

Issue 549224: Support reordering of Browser Actions within the container. Currently does no... (Closed)

Created:
10 years, 10 months ago by Finnur
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Support reordering of Browser Actions within the container. Currently does not support dragging to/from the chevron menu. Also fixed two bugs in the same code: - the container would be 0 width if a value for it hasn't been saved (part of bug 32101). - the default icon was not used when a tab specific icon was not found (bug 34317). BUG=http://crbug.com/26990, http://crbug.com/32101, http://crbug.com/34317 TEST=In both LTR and RTL locale, try reordering the browser actions and make sure to test dragging to the ends with and without a chevron visible. Install Send to Gmail extension and make sure it has an icon while in the overflow menu. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37922

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 13

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+516 lines, -50 lines) Patch
M base/file_path.h View 3 chunks +12 lines, -1 line 0 comments Download
M base/file_path.cc View 3 chunks +39 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_drag_data.h View 4 5 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_drag_data.cc View 4 5 3 chunks +5 lines, -19 lines 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/views/browser_actions_container.h View 1 2 3 9 chunks +40 lines, -3 lines 0 comments Download
M chrome/browser/views/browser_actions_container.cc View 1 2 3 16 chunks +192 lines, -18 lines 0 comments Download
A chrome/browser/views/extensions/browser_action_drag_data.h View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/browser/views/extensions/browser_action_drag_data.cc View 1 2 3 4 1 chunk +93 lines, -0 lines 0 comments Download
A chrome/browser/views/extensions/browser_action_drag_data_unittest.cc View 2 3 1 chunk +54 lines, -0 lines 0 comments Download
M chrome/browser/views/extensions/browser_action_overflow_menu_controller.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Finnur
10 years, 10 months ago (2010-02-01 22:09:23 UTC) #1
sky
http://codereview.chromium.org/549224/diff/2004/2008 File chrome/browser/views/browser_actions_container.cc (right): http://codereview.chromium.org/549224/diff/2004/2008#newcode342 chrome/browser/views/browser_actions_container.cc:342: int icon_count = 0; Seems lame to do do ...
10 years, 10 months ago (2010-02-02 18:54:30 UTC) #2
Finnur
As requested... On 2010/02/02 18:54:30, sky wrote: > http://codereview.chromium.org/549224/diff/2004/2008 > File chrome/browser/views/browser_actions_container.cc (right): > > ...
10 years, 10 months ago (2010-02-02 22:12:39 UTC) #3
sky
10 years, 10 months ago (2010-02-02 22:16:02 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698