Closed
Bug 1707802
Opened 4 years ago
Closed 4 years ago
use GetFlattenedTreeParentElement in DoubleTapToZoom.cpp instead of GetParentElement
Categories
(Core :: Panning and Zooming, enhancement)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
90 Branch
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
(Whiteboard: [proton-uplift])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
To deal with shadow dom correctly.
From here
https://phabricator.services.mozilla.com/D113341#inline-629863
Assignee | ||
Comment 1•4 years ago
|
||
To deal with shadow dom correctly.
Updated•4 years ago
|
Assignee: nobody → tnikkel
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b110e25c8f35
Use GetFlattenedTreeParentElement in DoubleTapToZoom.cpp instead of GetParentElement. r=emilio
https://hg.mozilla.org/integration/autoland/rev/603076f35df0
Add test. r=emilio
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b110e25c8f35
https://hg.mozilla.org/mozilla-central/rev/603076f35df0
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Assignee | ||
Updated•4 years ago
|
Whiteboard: [proton-uplift]
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9218552 [details]
Bug 1707802. Use GetFlattenedTreeParentElement in DoubleTapToZoom.cpp instead of GetParentElement. r?emilio
Beta/Release Uplift Approval Request
- User impact if declined: double tap zoom doesn't work in shadow dom scenarios
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): just makes it work with shadow dom
- String changes made/needed:
Attachment #9218552 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•4 years ago
|
Attachment #9218902 -
Flags: approval-mozilla-beta?
Comment 6•4 years ago
|
||
Comment on attachment 9218552 [details]
Bug 1707802. Use GetFlattenedTreeParentElement in DoubleTapToZoom.cpp instead of GetParentElement. r?emilio
Low risk, Approved for 89 beta 8, thanks.
Attachment #9218552 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•4 years ago
|
Attachment #9218902 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 7•4 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/beff458ce688
https://hg.mozilla.org/releases/mozilla-beta/rev/520a08a6f3e7
status-firefox89:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•