Make dom/ipc/tests/browser_cancel_content_js.js fission compatible
Categories
(Core :: IPC, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: annyG, Assigned: annyG)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Assignee | ||
Comment 1•5 years ago
•
|
||
https://searchfox.org/mozilla-central/rev/3300072e993ae05d50d5c63d815260367eaf9179/dom/ipc/tests/browser_cancel_content_js.js#35,46 - the selected assert fails. The reason for that is that after we call BrowserTestUtils.loadURI
, which indirectly calls _loadURI
, we take the following path https://searchfox.org/mozilla-central/rev/3300072e993ae05d50d5c63d815260367eaf9179/browser/base/content/browser.js#1537-1565 which does NOT call RemoteWebNavigation.loadURI
where https://searchfox.org/mozilla-central/rev/3300072e993ae05d50d5c63d815260367eaf9179/toolkit/components/remotebrowserutils/RemoteWebNavigation.jsm#105-111 would have been called had we executed https://searchfox.org/mozilla-central/rev/3300072e993ae05d50d5c63d815260367eaf9179/browser/base/content/browser.js#1527-1535 (since I see the call to browser.webNavigation
)
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Roll unfixed test bugs from Fission Milestone M4 to M4.1
![]() |
||
Comment 5•5 years ago
|
||
bugherder |
Description
•