Closed
Bug 585578
Opened 15 years ago
Closed 15 years ago
Make the alternate style view work with cross-domain stylesheets
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Assigned: msucan)
References
Details
See CssLogic_cacheSheet() in csslogic.js and the comment about NS_ERROR_DOM_SECURITY_ERR
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → mihai.sucan
| Assignee | ||
Comment 1•15 years ago
|
||
We can set this bug to fixed.
The NS_ERROR_DOM_SECURITY_ERR error is no longer thrown when a page includes stylesheets from different domains. I have tested with a small local demo and there was no problem. To make sure I also compared to an older branch which did use unwrapped JS objects and that did throw errors.
Comment 2•15 years ago
|
||
Setting resolved/fixed since this has been fixed in the main patch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•