Handle onMayChangeProcess within DocumentLoadListener
Categories
(Core :: DOM: Navigation, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
When I first added this method last year, I added it in JS, handled from within SessionStore.jsm, as that was the easiest place to do it. Now that DocumentLoadListener exists, it makes more sense to handle this logic directly from within that code.
Many parts of the process switch are still handled by frontend JS, such as selecting remote types, and performing toplevel process switches.
Assignee | ||
Comment 1•5 years ago
|
||
When I first added this method last year, I added it in JS, handled from within
SessionStore.jsm, as that was the easiest place to do it. Now that
DocumentLoadListener exists, it makes more sense to handle this logic directly
from within that code.
Many parts of the process switch are still handled by frontend JS, such as
selecting remote types, and performing toplevel process switches.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Comment 5•5 years ago
|
||
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=64dfd2e32a7bb5b0a3922d63f10c21ee21822b85&selectedJob=296449593
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=296449593&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=296452750&repo=autoland
https://treeherder.mozilla.org/logviewer.html#?job_id=296449552&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/3fa982490ebc
There are also these unexpected passes: https://treeherder.mozilla.org/logviewer.html#?job_id=296450509&repo=autoland
Comment 7•5 years ago
•
|
||
Backed out 2 changesets (bug 1625513) for bc failures in browser/base/content/test/siteIdentity/browser_identity_UI.js
and also for wr tier 2 failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=success%2Csuperseded%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&searchStr=wr%2CLinux%2C18.04%2Cx64%2CQuantumRender%2Cdebug&fromchange=b70c2c720c4d7aa6572f72fd62112d52c2dd2d71
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296844209&repo=autoland&lineNumber=15787
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296854579&repo=autoland&lineNumber=16855
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296854653&repo=autoland&lineNumber=1340
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296854665&repo=autoland&lineNumber=19538
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296854607&repo=autoland&lineNumber=7722
Backout:https://hg.mozilla.org/integration/autoland/rev/04c31e994f29e72dd81a7340100d12f67e48a5b4
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Backed out 4 changesets (Bug 1625513) for causing assertion in WindowGlobalChild.cpp
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298462976&repo=autoland&lineNumber=14266
Backout: https://hg.mozilla.org/integration/autoland/rev/147908a741ba7dc1c1bd06d5e7ff225d119a07e2
Assignee | ||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
Assignee | ||
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
Comment 17•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e4efd3837591
https://hg.mozilla.org/mozilla-central/rev/3414bb38c838
https://hg.mozilla.org/mozilla-central/rev/109d94762b97
https://hg.mozilla.org/mozilla-central/rev/b6b78f4c0a2a
https://hg.mozilla.org/mozilla-central/rev/d53fb901d3b1
https://hg.mozilla.org/mozilla-central/rev/c682ecac3b25
Assignee | ||
Updated•5 years ago
|
Description
•