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

Issue 463001: Downward drag after mouse-down is now causing bookmark bar folders to open, r... (Closed)

Created:
11 years ago by zel
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Downward drag after mouse-down is now causing bookmark bar folders to open, rather than drag. The bar folder can still be dragged in any other direction. BUG=9016 TEST=Open bookmark bar. Select folder button and try to drag it down. Observe that now if dragged straight downward, the folder button will open its menu.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -3 lines) Patch
M chrome/browser/views/bookmark_bar_view.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/views/bookmark_bar_view.cc View 1 2 3 4 2 chunks +25 lines, -1 line 0 comments Download
M chrome/browser/views/toolbar_view.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M views/view.h View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M views/view.cc View 1 2 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
zel
11 years ago (2009-12-02 05:22:42 UTC) #1
Ben Goodger (Google)
Does this activate the item you release the mouse on? I don't think the change ...
11 years ago (2009-12-02 05:42:24 UTC) #2
Ben Goodger (Google)
Sky can give final LGTM, but these are my comments... http://codereview.chromium.org/463001/diff/12/16 File chrome/browser/views/bookmark_bar_view.cc (right): http://codereview.chromium.org/463001/diff/12/16#newcode1139 ...
11 years ago (2009-12-02 21:34:22 UTC) #3
zel
http://codereview.chromium.org/463001/diff/12/16 File chrome/browser/views/bookmark_bar_view.cc (right): http://codereview.chromium.org/463001/diff/12/16#newcode1139 chrome/browser/views/bookmark_bar_view.cc:1139: if (!sender) { On 2009/12/02 21:34:23, Ben Goodger wrote: ...
11 years ago (2009-12-02 22:08:53 UTC) #4
sky
http://codereview.chromium.org/463001/diff/12/16 File chrome/browser/views/bookmark_bar_view.cc (right): http://codereview.chromium.org/463001/diff/12/16#newcode1139 chrome/browser/views/bookmark_bar_view.cc:1139: if (!sender) { Why the null check here? http://codereview.chromium.org/463001/diff/12/16#newcode1149 ...
11 years ago (2009-12-02 22:32:45 UTC) #5
zel
http://codereview.chromium.org/463001/diff/12/16 File chrome/browser/views/bookmark_bar_view.cc (right): http://codereview.chromium.org/463001/diff/12/16#newcode1139 chrome/browser/views/bookmark_bar_view.cc:1139: if (!sender) { On 2009/12/02 22:32:45, sky wrote: > ...
11 years ago (2009-12-02 23:37:56 UTC) #6
Ben Goodger (Google)
On Wed, Dec 2, 2009 at 3:37 PM, <zelidrag@chromium.org> wrote: > http://codereview.chromium.org/463001/diff/12/16 > File chrome/browser/views/bookmark_bar_view.cc ...
11 years ago (2009-12-03 00:41:33 UTC) #7
sky
11 years ago (2009-12-03 21:39:21 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698