Closed
Bug 1407953
Opened 7 years ago
Closed 7 years ago
Fix dynamic change handling of XBL with quirks mode mismatches.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla58
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
41 bytes,
text/x-github-pull-request
|
emilio
:
review+
ritu
:
approval-mozilla-beta+
|
Details | Review |
4.37 KB,
patch
|
Details | Diff | Splinter Review |
See bug 1406875 comment 6 and bug 1406875 comment 11.
This landed yesterday in central, but we probably want to uplift it for 57.
Assignee | ||
Comment 1•7 years ago
|
||
Reviewed upstream, landed in autoland as https://hg.mozilla.org/integration/autoland/rev/7290aaeb8074.
Attachment #8917761 -
Flags: review+
Assignee | ||
Comment 2•7 years ago
|
||
Comment on attachment 8917761 [details] [review]
Patch
Approval Request Comment
[Feature/Bug causing the regression]: stylo
[User impact if declined]: video controls may not show up / react to user interaction in some edge cases like the ones described in bug 1405543
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: no
[Needs manual test from QE? If yes, steps to reproduce]: yes, see bug 1405543 comment 21 and bug 1405543 comment 25.
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: not risky
[Why is the change risky/not risky?]: the fix is actually a oneliner, that makes invalidation collection behave properly in this edge case that we found.
[String changes made/needed]: none
Attachment #8917761 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 3•7 years ago
|
||
Landed on central as https://hg.mozilla.org/mozilla-central/rev/7290aaeb8074.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
status-firefox57:
--- → affected
Comment on attachment 8917761 [details] [review]
Patch
Recent regression, Stylo related, Beta57+
Attachment #8917761 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•7 years ago
|
status-firefox58:
--- → fixed
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 6•7 years ago
|
||
Flags: needinfo?(emilio)
Comment 7•7 years ago
|
||
bugherder uplift |
Comment 8•7 years ago
|
||
I managed to reproduce the bug using the steps from bug 1405543 comment 21 with an older version of Nightly (2017-10-09) on Windows 10x64 and Ubuntu 16.04x64.
I retested everything using beta 57.0b8 and latest Nightly on the same platforms, but the bug is not reproducing anymore.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•