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

Issue 328012: Makes it so that when a folder is open on the bookmark bar and the... (Closed)

Created:
11 years, 2 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Makes it so that when a folder is open on the bookmark bar and the mouse moves over another folder, the menu for that folder is shown. BUG=355 TEST=thorougly test all possible permutations of bookmark menus you can think of, including drag and drop to the menus.

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+437 lines, -209 lines) Patch
M chrome/browser/views/bookmark_bar_view.h View 4 chunks +27 lines, -12 lines 0 comments Download
M chrome/browser/views/bookmark_bar_view.cc View 4 chunks +75 lines, -73 lines 0 comments Download
M chrome/browser/views/bookmark_bar_view_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/bookmark_context_menu.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_manager_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/bookmark_menu_button.cc View 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/views/bookmark_menu_controller_views.h View 1 7 chunks +35 lines, -6 lines 0 comments Download
M chrome/browser/views/bookmark_menu_controller_views.cc View 1 13 chunks +92 lines, -25 lines 0 comments Download
M views/controls/button/menu_button.cc View 1 chunk +0 lines, -1 line 0 comments Download
M views/controls/menu/menu_controller.h View 5 chunks +10 lines, -1 line 0 comments Download
M views/controls/menu/menu_controller.cc View 1 13 chunks +96 lines, -21 lines 0 comments Download
M views/controls/menu/menu_delegate.h View 2 chunks +15 lines, -1 line 0 comments Download
M views/controls/menu/menu_host_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M views/controls/menu/menu_host_gtk.cc View 3 chunks +35 lines, -34 lines 0 comments Download
M views/controls/menu/menu_host_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M views/controls/menu/menu_host_win.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M views/controls/menu/menu_item_view.h View 2 chunks +2 lines, -0 lines 0 comments Download
M views/controls/menu/menu_item_view.cc View 4 chunks +7 lines, -18 lines 0 comments Download
M views/controls/menu/submenu_view.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M views/screen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M views/screen_gtk.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M views/screen_win.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sky
11 years, 2 months ago (2009-10-23 21:46:56 UTC) #1
jcampan
Is that the right bug number? Jay On Fri, Oct 23, 2009 at 2:46 PM, ...
11 years, 2 months ago (2009-10-23 22:27:24 UTC) #2
sky
D'OH! That should be 355. I've updated the description. -Scott On 2009/10/23 22:27:24, jcampan wrote: ...
11 years, 2 months ago (2009-10-23 22:30:56 UTC) #3
jcampan
http://codereview.chromium.org/328012/diff/1/16 File chrome/browser/views/bookmark_menu_controller_views.cc (right): http://codereview.chromium.org/328012/diff/1/16#newcode66 Line 66: button->height() - 1); Why the -1? http://codereview.chromium.org/328012/diff/1/19 File ...
11 years, 2 months ago (2009-10-23 22:58:08 UTC) #4
sky
The -1 matches what the old code in BookmarkBarView was doing. I've added a comment ...
11 years, 2 months ago (2009-10-23 23:42:08 UTC) #5
jcampan
11 years, 2 months ago (2009-10-23 23:44:08 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698