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

Issue 2517603002: Fired PointerEvent from Node::dispatchMouseEvent() to fix a bug. (Closed)

Created:
4 years, 1 month ago by mustaq
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2883
Project:
chromium
Visibility:
Public.

Description

Fired PointerEvent from Node::dispatchMouseEvent() to fix a bug. This is an urgent fix to make pointerups visible in M55 for sites with flash objects. The ideal solution would be to remove all direct event dispatches for plugins and PointerLocks, instead route all PlaformMouseEvents through EventHandler. BUG=659670 Review-Url: https://codereview.chromium.org/2510763002 Cr-Commit-Position: refs/heads/master@{#432889} (cherry picked from commit b649bb81f5ea6d908cfb3db1506219678e654d33) Committed: https://chromium.googlesource.com/chromium/src/+/e4c3bdcd1c1e247de81333f02242d7d2601deaf7

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -12 lines) Patch
A third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-on-object.html View 1 chunk +61 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 2 chunks +70 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
mustaq
4 years, 1 month ago (2016-11-18 16:31:37 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e4c3bdcd1c1e247de81333f02242d7d2601deaf7.

Powered by Google App Engine
This is Rietveld 408576698