Closed
Bug 1647557
Opened 5 years ago
Closed 5 years ago
Land prototype version of parent controlled document loads
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
As part of bug 1602318, I wrote a version that can create DocumentLoadListener without connecting to the existing content process at all.
This is the main thing needed for bug 1647550, but isn't fully correct until we can also use it for all load types (including history loads).
We need all loads to be controlled from the parent at the same time so that all requests are processed in the same place and in the right order.
I'll get the current WIP ready to land disabled, and then we can add history navigation support as bug 1467221 matures.
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → matt.woodrow
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Attachment #9159978 -
Attachment description: Bug 1647557 - Implement RemoteWebProgress:stop using CanonicalBrowsingContext instead of MessageManager. r?kmag → Bug 1647557 - Implement RemoteWebProgress using CanonicalBrowsingContext instead of MessageManager. r?kmag
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6335c86d691b
Remove mCrossProcessRedirectIdentifier, and use the load identifier instead. r=farre
https://hg.mozilla.org/integration/autoland/rev/de04b387fa3b
Implement RemoteWebProgress using CanonicalBrowsingContext instead of MessageManager. r=kmag
https://hg.mozilla.org/integration/autoland/rev/33b415f44869
Add preffed-off code for controlling document loads directly from CanonicalBrowsingContext. r=nika,jya,necko-reviewers,dragana
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6335c86d691b
https://hg.mozilla.org/mozilla-central/rev/de04b387fa3b
https://hg.mozilla.org/mozilla-central/rev/33b415f44869
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Attachment #9160415 -
Attachment is obsolete: true
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/130289f756f7
Fix toolchain bustage caused by unused variable. CLOSED TREE
Comment 8•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•