Closed
Bug 1827856
Opened 2 years ago
Closed 2 years ago
DevTools don't observe mutations to UA widgets correctly.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(5 files)
STR:
- Set
devtools.inspector.showAllAnonymousContent=true
- Open
data:text/html,<video controls>
- Inspect the play/pause button.
- Click it
ER:
- The inspector view updates to show the changed attributes.
AR:
- It doesn't. It seems they're using MutationObserver but the listeners are not getting called properly.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D175341
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D175353
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D175354
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D175355
Assignee | ||
Comment 5•2 years ago
|
||
You let me know if this seems appealing to you :)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/632a4846f98e
Speed up GetClosestAnonymousSubtreeRoot for UA widgets. r=smaug
https://hg.mozilla.org/integration/autoland/rev/63a815a0c38c
Improve docs of IsInSameAnonymousTree. r=smaug
https://hg.mozilla.org/integration/autoland/rev/794e1e64e3ab
Misc cleanups to nsDOMMutationObserver. r=smaug
Assignee | ||
Updated•2 years ago
|
Keywords: leave-open
Updated•2 years ago
|
Severity: -- → S3
Comment 7•2 years ago
|
||
bugherder |
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2745e11153d9
Allow chrome code to properly observe UA widgets / NAC. r=smaug,devtools-reviewers,nchevobbe
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c6e31cf2855
Remove nativeAnonymousChildList observers. r=smaug,credential-management-reviewers,devtools-reviewers,sgalich,nchevobbe
Comment 10•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Keywords: leave-open
Comment 11•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•