|
Resubmit: Open the WrenchMenu on mouseover when dragging a browser action
Original Patch: https://codereview.chromium.org/399143004
Reverted In: https://codereview.chromium.org/416903002/
This was reverted because the test was flaky on Vista. Resubmit with a fix.
------------------------
Open the WrenchMenu on mouseover when dragging a browser action
Enable dragging from the main container to the overflow container by opening the
wrench menu when hovering over the button while dragging a browser action. This
also requires keeping the menu open while the drag is happening.
Note: this doesn't fix drag calculations for the overflow menu.
In an effort to keep these patches small, that will come later.
BUG= 393038
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285634
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+562 lines, -83 lines) |
Patch |
 |
M |
chrome/browser/ui/toolbar/wrench_menu_model.cc
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/browser_action_drag_data.h
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/browser_action_drag_data.cc
|
View
|
|
2 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc
|
View
|
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/menu_test_base.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/menu_test_base.cc
|
View
|
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/menu_view_drag_and_drop_test.cc
|
View
|
|
3 chunks |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_action_view.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_action_view.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_actions_container.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_actions_container_observer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.h
|
View
|
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/extension_toolbar_menu_view.cc
|
View
|
|
3 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/toolbar_view.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/toolbar_view.cc
|
View
|
|
2 chunks |
+32 lines, -24 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
|
View
|
1
|
1 chunk |
+160 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/wrench_menu.h
|
View
|
|
4 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/wrench_menu.cc
|
View
|
|
7 chunks |
+21 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/wrench_toolbar_button.h
|
View
|
|
2 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/wrench_toolbar_button.cc
|
View
|
|
2 chunks |
+68 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_runner.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_runner_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|