Closed
Bug 928230
Opened 11 years ago
Closed 11 years ago
Global frame script doesn't load correctly when restartless add-on is installed
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 687194
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: jorgev, Assigned: mrbkap)
References
Details
(Keywords: testcase)
Attachments
(1 file)
1.57 KB,
application/x-xpinstall
|
Details |
Steps to reproduce:
1) Install testcase add-on.
2) Go to a mozilla.org
Expected result:
After loading, the page will become blank.
Observed result:
With e10s activated on the latest nightly (27.0a1 (2013-10-15)) and just after the extension is installed, nothing happens. If the browser is restarted, the extension works normally.
I noticed 2 identical errors in the console right after installation:
aDocShell is null browser.js:157
They appear to break gXPInstallObserver, so that's one possible cause for the problems. Another thing to take into account is that the file is being installed locally, by dropping it into the Add-ons Manager window.
Reporter | ||
Comment 1•11 years ago
|
||
(In reply to Jorge Villalobos [:jorgev] from comment #0)
> 2) Go to a mozilla.org
I meant "Go to mozilla.org", but anything under mozilla.org or mozilla.com should work.
Comment 2•11 years ago
|
||
Well if we're in e10s mode, there is no docshell for tabs, or the docshell is in the child process,
not accessible to browser chrome.
Comment 3•11 years ago
|
||
Mass tracking-e10s flag change. Filter bugmail on "2be0fcce-e36a-4e2c-aa80-0e3d33eb5406".
tracking-e10s:
--- → +
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mrbkap
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Updated•11 years ago
|
Component: IPC → DOM: Content Processes
Assignee | ||
Comment 4•11 years ago
|
||
It appears that we're not correctly propagating the new chrome:// stuff to the content process.
Comment 5•11 years ago
|
||
See bug 687194.
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•