Closed
Bug 1585606
Opened 5 years ago
Closed 5 years ago
Make EventStateManager::GenerateDragGesture a tad more readable and rename FlushPendingEvents to hint what it actually does
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
EventStateManager::GenerateDragGesture could use some early returns.
And FlushPendingEvents doesn't do anything with events, but it is all about layout flush.
Hopefully phabricator can show the changes with reasonable diff -w
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9098207 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9098207 -
Attachment is obsolete: false
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a5084dc5f9d
Make EventStateManager::GenerateDragGesture a tad more readable and rename FlushPendingEvents to hint what it actually does, r=edgar
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•