Closed
Bug 133243
Opened 23 years ago
Closed 22 years ago
JS Console icons misnamed in Classic theme.
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: john, Assigned: adam)
References
Details
(Keywords: fixed1.4.1)
Attachments
(1 file)
1.71 KB,
patch
|
bryner
:
review+
alecf
:
superreview+
asa
:
approval1.4.1+
asa
:
approval1.5b+
|
Details | Diff | Splinter Review |
Build 2002032408
mozilla/ themes/ classic/ global/ win/ console.css and
mozilla/ themes/ classic/ global/ mac/ console.css
line 67 reads
background: url("chrome://global/skin/console/error-dash.gif") repeat-x top;
line 72 reads
background: url("chrome://global/skin/console/error-caret.gif") no-repeat top;
the icons in mozilla/ themes/ classic/ global/ console
are named console-error-dash.gif and console-error-caret.gif
The icons should be named error-dash.gif and error-caret.gif so they match the
icons in the modern theme and the URLs in the Classic CSS.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 123466 [details] [diff] [review]
patch to restore green arrows in javascript console
Requesting review of this patch to restore the little green arrows in the
javascript console in classic theme. The filenames were incorrect.
Attachment #123466 -
Flags: review?(hewitt)
Assignee | ||
Updated•22 years ago
|
Attachment #123466 -
Flags: review?(hewitt) → review?(bryner)
Updated•22 years ago
|
Summary: Java Console icons misnamed in Classic theme. → JS Console icons misnamed in Classic theme.
Updated•22 years ago
|
Attachment #123466 -
Flags: review?(bryner) → review+
Assignee | ||
Updated•22 years ago
|
Attachment #123466 -
Flags: superreview?(alecf)
Comment 3•22 years ago
|
||
Comment on attachment 123466 [details] [diff] [review]
patch to restore green arrows in javascript console
sr=alecf
Attachment #123466 -
Flags: superreview?(alecf) → superreview+
Assignee | ||
Updated•22 years ago
|
Attachment #123466 -
Flags: approval1.4?
Comment 4•22 years ago
|
||
Comment on attachment 123466 [details] [diff] [review]
patch to restore green arrows in javascript console
moving approval request forward.
Attachment #123466 -
Flags: approval1.4? → approval1.4.x?
Comment 5•22 years ago
|
||
Comment on attachment 123466 [details] [diff] [review]
patch to restore green arrows in javascript console
If someone can land this on the 1.4 branch quickly it can make the 1.4.1
release.
a=asa (on behalf of drivers) for checkin to the 1.4 branch.
Attachment #123466 -
Flags: approval1.4.x? → approval1.4.x+
Assignee | ||
Updated•22 years ago
|
Attachment #123466 -
Flags: approval1.5b?
![]() |
||
Updated•22 years ago
|
Keywords: fixed1.4.1
Comment 6•22 years ago
|
||
Comment on attachment 123466 [details] [diff] [review]
patch to restore green arrows in javascript console
a=asa (on behalf of drivers) for checkin to Mozilla 1.5beta.
Attachment #123466 -
Flags: approval1.5b? → approval1.5b+
Assignee | ||
Comment 8•22 years ago
|
||
marking FIXED
patch has been checked into both the trunk and 1.4 branch
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•