Closed
Bug 287512
Opened 20 years ago
Closed 20 years ago
Remove obsolete version of aboutDialog.css from Firefox
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: Waldo, Assigned: Waldo)
References
()
Details
Attachments
(1 file)
|
2.23 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
Bug 233607 moved About dialog theming into chrome://browser/content/ so themes couldn't skin it. The file that themed the dialog, aboutDialog.css, got moved from <browser/themes/winstripe/browser/aboutDialog.css> to <browser/base/content/aboutDialog.css>. In reality tho the file didn't move -- it just got copied, and references to the old location were changed to the new location. Hence we now have two separate copies of the file in source confusing people like me who look at the old one and forget it's obsolete. TThe file is also still being shipped for some odd reason, so it should be removed from the appropriate jar.mn as well. Patch in a second...
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #178453 -
Flags: review?(mconnor)
Comment 2•20 years ago
|
||
Comment on attachment 178453 [details] [diff] [review] Remove the file and dele the reference to it in jar.mn I'm surprised we never did this, good catch!
Attachment #178453 -
Flags: review?(mconnor) → review+
Comment 3•20 years ago
|
||
Removing themes/winstripe/browser/aboutDialog.css; /cvsroot/mozilla/browser/themes/winstripe/browser/aboutDialog.css,v <-- aboutDialog.css new revision: delete; previous revision: 1.3 done Checking in themes/winstripe/browser/jar.mn; /cvsroot/mozilla/browser/themes/winstripe/browser/jar.mn,v <-- jar.mn new revision: 1.8; previous revision: 1.7 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
QA Contact: general → bugs.mano
You need to log in
before you can comment on or make changes to this bug.
Description
•