Closed
Bug 1520912
Opened 6 years ago
Closed 6 years ago
Remove 'mUserGestureActivated' flag from Document
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We've changed the way to set the userGestureActivation
flag which will be set in BrowsingContext
, so we should remove mUserGestureActivated
flag from Document.
Assignee | ||
Comment 1•6 years ago
|
||
We've changed the way to set userGestureActivation
flag which will be set in BrowsingContext
, so we should remove mUserGestureActivated
flag from Document.
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f34a165f5aff
remove 'mUserGestureActivated' from Document. r=nika
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•