Closed
Bug 1147060
Opened 10 years ago
Closed 9 years ago
browser/modules/test/browser_SignInToWebsite.js uses gBrowser.contentWindow, which doesn't exist in e10s browsers
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1243089
Tracking | Status | |
---|---|---|
e10s | later | --- |
People
(Reporter: mconley, Unassigned)
References
Details
Bug 1144149 will add contentDocumentAsCPOW and contentWindowAsCPOW shortcuts to gBrowser.
When that happens, browser/modules/test/browser_SignInToWebsite.js should be updated to use that instead.
Note that since this is a test, Mochitest will take advantage of the add-on shims, and will get gBrowser.contentWindow and gBrowser.contentDocument as expected. We should just migrate them over eventually before we start dialing back the shims.
Comment 1•9 years ago
|
||
What with the way persona is going, I think we should strip out all the code and tests instead. Matt, do we have a bug on file for that already? I thought we did...
Flags: needinfo?(MattN+bmo)
Comment 2•9 years ago
|
||
We do now: bug 1243089
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(MattN+bmo)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•