Closed
Bug 336969
Opened 19 years ago
Closed 18 years ago
Security error when loading a data url in a new tab
Categories
(Core :: Security: CAPS, defect, P1)
Core
Security: CAPS
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
()
Details
(Keywords: regression, testcase)
I get this js error when loading the above data url in a new tab.
Security Error: Content at moz-nullprincipal:{49ac1ef3-c8eb-4c03-8eef-2700c60ae789} may not load or link to chrome://global/content/bindings/scrollbar.xml#scrollbar-base.
This regressed between 2006-05-01 and 2006-05-03, I think because of bug 334407.
Also notice this url:
http://simon.incutio.com/archive/2003/08/11/selfContained
When opening that data url in a new tab, you should also see a textarea in the page, but that doesn't happen anymore with current trunk builds.
I think I also experience an (unreproducable) crash related to this.
Talkback ID: TB18391945Q
nsCOMArray_base::InsertObjectAt nsDocument::~nsDocument DOMGCCallback js_ForceGC nsAppShell::Run nsAppStartup::Run MSVCR80.dll + 0x8a21 (0x60218a21)
Assignee | ||
Comment 1•19 years ago
|
||
Mine. I need to either reorder the logic here some or just try to redo this whole function in terms of protocol flags.
Flags: blocking1.9a1?
OS: Windows XP → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9alpha
Assignee | ||
Updated•19 years ago
|
Assignee: dveditz → bzbarsky
Assignee | ||
Updated•19 years ago
|
Comment 2•19 years ago
|
||
Is this related to the lack of scrollbars in suite's composer?
Assignee | ||
Comment 3•19 years ago
|
||
Possible. Does the patch in bug 337260 fix that?
Comment 4•19 years ago
|
||
Seems to, thanks.
Updated•18 years ago
|
Flags: blocking1.9a1? → blocking1.9a1+
Assignee | ||
Comment 5•18 years ago
|
||
Fixed by checkin for bug 337260
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•