Closed
Bug 1598775
Opened 1 year ago
Closed 1 year ago
Ensure postMessage related optimizations during page load work also in Fission
Categories
(Core :: DOM: Navigation, enhancement, P3)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
window.postMessage uses lower priority queue during page load.
We should ensure the setup works also with Fission.
Assignee | ||
Comment 1•1 year ago
|
||
Ah, it added https://searchfox.org/mozilla-central/rev/3483fb259b4edbe4594cfcc3911db97d5441b67d/dom/base/TabGroup.cpp#258
and TabGroups are being replaced with BrowsingContextGroup.
Priority: -- → P3
Assignee | ||
Updated•1 year ago
|
Component: DOM: Core & HTML → DOM: Navigation
Assignee | ||
Updated•1 year ago
|
Fission Milestone: --- → M7
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 2•1 year ago
|
||
Bug 1534012 added a test for postMessage during load and that revealed that mLoading flag isn't always updated
soon enough, so add BrowsingContext::IsLoading which checks also possible local loading status.
Depends on D54754
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D54836
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1c9bf0994ad0 Ensure postMessage related optimizations during page load work also in Fission, r=farre https://hg.mozilla.org/integration/autoland/rev/76d464c781b2 Ensure postMessage related optimizations during page load work also in Fission, part 2, r=farre
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1c9bf0994ad0
https://hg.mozilla.org/mozilla-central/rev/76d464c781b2
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•1 year ago
|
Blocks: fission-perf-pageload
You need to log in
before you can comment on or make changes to this bug.
Description
•