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

Issue 16463002: Change ordering of Shell event handlers: (Closed)

Created:
7 years, 6 months ago by varunjain
Modified:
7 years, 6 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews, sadrul, dcheng, ben+watch_chromium.org
Visibility:
Public.

Description

Change ordering of Shell event handlers: crrev.com/14184010 made the DragDropController to be the first handler everytime a drag starts. That was done under the assumption that once we are in a drag drop session, no other handler needs to see the event. This assumption turned out to be false because the MouseCursorEventFilter needs to handle events even during a drag drop session so that the cursor can move across displays (causing the bug listed below). Hence, we make the DragDropController the second event handler while MouseCursorEvedntFilter becomes the first. BUG=244508 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204612

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -109 lines) Patch
M ash/drag_drop/drag_drop_controller.cc View 2 chunks +1 line, -7 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 chunk +0 lines, -100 lines 0 comments Download
M ash/shell.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell_unittest.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M ash/test/shell_test_api.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ash/test/shell_test_api.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
varunjain
7 years, 6 months ago (2013-06-05 18:55:01 UTC) #1
oshima
lgtm
7 years, 6 months ago (2013-06-05 19:08:54 UTC) #2
sky
LGTM
7 years, 6 months ago (2013-06-06 15:33:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/16463002/1
7 years, 6 months ago (2013-06-06 15:43:46 UTC) #4
commit-bot: I haz the power
7 years, 6 months ago (2013-06-06 21:46:51 UTC) #5
Message was sent while issue was closed.
Change committed as 204612

Powered by Google App Engine
This is Rietveld 408576698