Closed
Bug 439330
Opened 16 years ago
Closed 16 years ago
userChrome.css can not refer to chrome: URLs (theme images, etc)
Categories
(Core :: General, defect)
Core
General
Tracking
()
VERIFIED
DUPLICATE
of bug 428892
People
(Reporter: nelson, Unassigned)
References
Details
(Keywords: regression)
My profile's userChrome.css became broken in the last 2 weeks.
I wonder if the fix for Bug 292789 is the cause.
The userChrome file contains:
#navigator-throbber
{list-style-image : url("chrome://communicator/skin/brand/throbber-single.gif")
!important; }
And the new error (shown in error console) is:
Security Error: Content at
file:///.../Mozilla/SeaMonkey/Profiles/.../chrome/userChrome.css
may not load or link to
chrome://communicator/skin/brand/throbber-single.gif.
Clearly the contents of userChrome are not web content, and denying
userCrome access to chrome is a bug.
Flags: blocking1.9.0.1?
Updated•16 years ago
|
Summary: userChrome.css can not access chrome → userChrome.css can not refer to chrome: URLs (theme images, etc)
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Flags: blocking1.9.0.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•