Open
Bug 1442824
Opened 7 years ago
Updated 2 years ago
Perform AddPostRefreshObserver for promiseDocumentFlushed called inside a MicroTask checkpoint in CallDocumentFlushedResolvers/CancelDocumentFlushedResolvers
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
Details
In bug 1442218, I added a logic to add observer when a Promise callback calls promiseDocumentFlushed inside a MicroTask checkpoint inside CallDocumentFlushedResolvers/CancelDocumentFlushedResolvers.
Basically we should be able to add observer inside promiseDocumentFlushed,
by detecting the fact that it's inside that MicroTask checkpoint, or just by unsetting mObservingDidRefresh while performing the checkpoint.
Updated•7 years ago
|
Component: Toolbars and Customization → DOM
Product: Firefox → Core
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•