Closed
Bug 941426
Opened 11 years ago
Closed 11 years ago
browser/modules/SignIntoWebsite.jsm not e10s friendly
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
e10s | - | --- |
People
(Reporter: markh, Unassigned)
References
(Blocks 1 open bug)
Details
The test browser/modules/test/browser_SignInToWebsite.js fails with:
[Exception... "'[JavaScript Error: "browser is null" {file: "resource:///modules/SignInToWebsite.jsm" line: 133}]' when calling method: [nsIObserver::observe]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://mochitests/content/browser/browser/modules/test/browser_SignInToWebsite.js :: tests<.run :: line 58" data: yes]
The module attempts to get the docShell of the content window and fails. FTR, there is also a b2g/components/SignIntoWebsite.jsm that does handle remote content processes, but is significantly different from the desktop version.
Updated•11 years ago
|
tracking-e10s:
--- → +
Updated•11 years ago
|
Blocks: e10s-tests
Comment 1•11 years ago
|
||
Not shipping Persona.
You need to log in
before you can comment on or make changes to this bug.
Description
•