Closed
Bug 1092558
Opened 11 years ago
Closed 9 years ago
[e10s] URL.createObjectURL(blob) creates an url that shows a blank page
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: ntim, Unassigned)
References
Details
On e10s, when navigating to a url created by URL.createObjectURL(blob), you'll see a blank page instead of the wanted content.
This is preventing my add-on [0] to work.
[0] : https://addons.mozilla.org/en-US/firefox/addon/devtools-prototyper/
Reporter | ||
Updated•11 years ago
|
tracking-e10s:
--- → ?
Updated•11 years ago
|
Blocks: e10s-addons
Seems to be working as expected in nightly 41.0a1.
I created a URL from a HTML Blob and used window.open() to open a new tab and got the expected result.
Comment 2•10 years ago
|
||
This addon is still not working properly.
Handler function threw an exception: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIInterfaceRequestor.getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/webbrowser.js :: DebuggerProgressListener.prototype._getWindowsInDocShell/< :: line 2118" data: no]
Stack: DebuggerProgressListener.prototype._getWindowsInDocShell/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/webbrowser.js:2118:1
DebuggerProgressListener.prototype._getWindowsInDocShell@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/webbrowser.js:2117:12
DebuggerProgressListener.prototype.watch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/webbrowser.js:2092:21
TabActor.prototype._onDocShellCreated/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/actors/webbrowser.js:1149:9
makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:83:14
Line: 2118, column: 0 DevToolsUtils.js:59:0
I used https://addons.mozilla.org/en-US/firefox/addon/devtools-prototyper/ is this related to this filing or a new bug?
Flags: needinfo?(ntim.bugs)
Reporter | ||
Comment 3•10 years ago
|
||
What is the add-on version you are using ? This bug only affects version 2.0 and lower.
Flags: needinfo?(ntim.bugs) → needinfo?(arenlor)
Comment 4•10 years ago
|
||
(In reply to Tim Nguyen [:ntim] from comment #3)
> What is the add-on version you are using ? This bug only affects version 2.0
> and lower.
I was using 3.1, the unreviewed latest version from AMO, and just re-tested to confirm.
Flags: needinfo?(arenlor)
Comment 5•9 years ago
|
||
closing based on comments in version 4.0.5 - i'm checking if it is flagged MPC=true
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•