Support SetTimeout deferral during load in Fission
Categories
(Core :: DOM: Content Processes, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Keywords: perf:pageload)
Attachments
(2 files, 1 obsolete file)
We need to support the deferral of SetTimeouts in Fission; due to fission EnumerateSubDocuments() can't directly get to all subdocuments.
Assignee | ||
Comment 1•5 years ago
|
||
Fission puts subdocuments (potentially) in separate processes, so we can't
just EnumerateSubDocuments and poke the TimeoutManagers for each one.
Comment 2•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Assignee | ||
Comment 3•5 years ago
|
||
Fission puts subdocuments (potentially) in separate processes, so we can't
just EnumerateSubDocuments and poke the TimeoutManagers for each one.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Fission puts subdocuments (potentially) in separate processes, so we can't
just EnumerateSubDocuments and poke the TimeoutManagers for each one.
Assignee | ||
Comment 5•5 years ago
|
||
Sorry, moz-phab got confused by my switching which repo I was using to submit
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•