Closed
Bug 509240
Opened 16 years ago
Closed 16 years ago
mozapps/preferences/preferences.css not found
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0
People
(Reporter: mnyromyr, Assigned: mnyromyr)
Details
(Keywords: fixed-seamonkey2.0)
Attachments
(1 file)
2.07 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
On opening preferences in my trunk debug build, I get
Chrome file doesn't exist: /XXX/mozilla/dist/bin/chrome/toolkit/content/mozapps/preferences/preferences.css
at the command line.
![]() |
||
Comment 1•16 years ago
|
||
Some file is up to date. The filefield binding was moved somewhere else. Did you clobber your dist?
![]() |
||
Comment 2•16 years ago
|
||
Oops. We need to remove these lines:
http://mxr.mozilla.org/comm-central/source/suite/common/pref/preferences.xul#42
http://mxr.mozilla.org/comm-central/source/suite/common/pref/pref-download.xul#41
The filefield binding is now in xul.css (and has been for ages).
Assignee | ||
Comment 3•16 years ago
|
||
Assignee: nobody → mnyromyr
Status: NEW → ASSIGNED
Attachment #396591 -
Flags: superreview?(neil)
Attachment #396591 -
Flags: review?(neil)
Comment 4•16 years ago
|
||
Comment on attachment 396591 [details] [diff] [review]
kill mozapps preferences.css includes
> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
>-<?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
Oops, overlays don't need stylesheets that preferences.xul already includes...
Attachment #396591 -
Flags: superreview?(neil)
Attachment #396591 -
Flags: superreview+
Attachment #396591 -
Flags: review?(neil)
Attachment #396591 -
Flags: review+
Comment 5•16 years ago
|
||
(In reply to comment #4)
> (From update of attachment 396591 [details] [diff] [review])
> > <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
> >-<?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
> Oops, overlays don't need stylesheets that preferences.xul already includes...
Filed bug 513895.
Assignee | ||
Comment 6•16 years ago
|
||
Pushed as <http://hg.mozilla.org/comm-central/rev/11ee32afb19b>.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: wanted-seamonkey2.0+
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: fixed-seamonkey2.0
Target Milestone: --- → seamonkey2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•