Closed
Bug 1294379
Opened 8 years ago
Closed 8 years ago
[e10s-multi] browser_mcb_redirect.js uses CPOW that makes the test fail with multiple content processes
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
People
(Reporter: gkrizsanits, Assigned: mrbkap)
References
Details
(Whiteboard: [e10s-multi:+])
Attachments
(2 files)
browser/base/content/test/general/browser_mcb_redirect.js | uncaught exception - Error: cross-process JS call failed at test2@chrome://mochitests/content/browser/browser/base/content/test/general/browser_mcb_redirect.js:125:3
error comes from: gTestBrowser.contentWindow.location = url;
hopefully getting rid of the CPOW will fix the issue, but I have not looked into it yet more closely.
Reporter | ||
Updated•8 years ago
|
Blocks: e10s-multi
Whiteboard: [e10s-multi:M1]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mrbkap
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8845134 -
Flags: review?(gkrizsanits)
Attachment #8845135 -
Flags: review?(gkrizsanits)
Reporter | ||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8845134 [details]
Bug 1294379 - Remove CPOWs from browser_mcb_redirect.js
https://reviewboard.mozilla.org/r/118354/#review120534
Thanks for cleaning up this mess, this looks a lot better.
Attachment #8845134 -
Flags: review?(gkrizsanits) → review+
Reporter | ||
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8845135 [details]
Bug 1294379 - Remove this hack.
https://reviewboard.mozilla.org/r/118356/#review120538
Attachment #8845135 -
Flags: review?(gkrizsanits) → review+
Pushed by mrbkap@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c57b1d5b3f5
Remove CPOWs from browser_mcb_redirect.js r=krizsa
https://hg.mozilla.org/integration/autoland/rev/adb505330997
Remove this hack. r=krizsa
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5c57b1d5b3f5
https://hg.mozilla.org/mozilla-central/rev/adb505330997
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Iteration: --- → 55.1 - Mar 20
Whiteboard: [e10s-multi:+]
Comment 7•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/1b9e469ee38a
https://hg.mozilla.org/releases/mozilla-aurora/rev/d05ad8f64da7
status-firefox54:
--- → fixed
Flags: in-testsuite+
Comment 8•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/3fde35bd223a
https://hg.mozilla.org/releases/mozilla-beta/rev/25bd9d223224
status-firefox53:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•