Closed
Bug 691419
Opened 13 years ago
Closed 13 years ago
The command line background graphic should be moved to the devtools directory
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 13
People
(Reporter: jwalker, Assigned: lcamacho)
References
Details
(Whiteboard: [good first bug][mentor=dao][lang=css])
Attachments
(1 file, 1 obsolete file)
8.01 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
Comment 1•13 years ago
|
||
We're doing developer tool prioritization, filter on 'brontozaur' to ignore the spam.
Priority: -- → P2
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Priority: -- → P2
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Assignee: jwalker → nobody
Updated•13 years ago
|
Whiteboard: [good-first-bug]
Reporter | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Assignee | ||
Comment 2•13 years ago
|
||
this look easy, can I take this bug?
Comment 3•13 years ago
|
||
(In reply to leonard.camacho from comment #2) > this look easy, can I take this bug? Yep. You'll find all references to commandline.png here: http://mxr.mozilla.org/mozilla-central/search?string=commandline.png You need to 'hg copy' toolkit/themes/winstripe/global/icons/commandline.png to browser/themes/gnomestripe/devtools/commandline.png, then 'hg move' toolkit/themes/winstripe/global/icons/commandline.png to browser/themes/winstripe/devtools/commandline.png and toolkit/themes/pinstripe/global/icons/commandline.png to browser/themes/pinstripe/devtools/commandline.png. The commandline.png entries in toolkit/themes/winstripe/global/jar.mn and toolkit/themes/pinstripe/global/jar.mn need to be removed and added to browser/themes/winstripe/jar.mn, browser/themes/pinstripe/jar.mn and browser/themes/gnomestripe/jar.mn. Finally, change all chrome://global/skin/icons/commandline.png references to chrome://browser/skin/devtools/commandline.png.
Assignee | ||
Comment 4•13 years ago
|
||
First try, @dao I dont know who need to review this, can you help me with that?
Updated•13 years ago
|
Assignee: nobody → leonard.camacho
Comment 5•13 years ago
|
||
Comment on attachment 594871 [details] [diff] [review] patchV1 The code changes look fine, but something seems to be wrong with how you moved or diffed commandline.png. For instance, I see "Binary file browser/themes/gnomestripe/devtools/commandline.png has changed" but no actual data. Can you try hg diff -g?
Assignee | ||
Comment 6•13 years ago
|
||
It tells me this about an image diff --git a/toolkit/themes/winstripe/global/icons/commandline.png b/browser/themes/winstripe/devtools/commandline.png rename from toolkit/themes/winstripe/global/icons/commandline.png rename to browser/themes/winstripe/devtools/commandline.png
Comment 7•13 years ago
|
||
This looks better. Could you please generate the full patch with -g and attach it here?
Updated•13 years ago
|
Whiteboard: [good-first-bug] → [good first bug][mentor=dao][lang=css]
Assignee | ||
Comment 8•13 years ago
|
||
Attachment #594871 -
Attachment is obsolete: true
Comment 9•13 years ago
|
||
Comment on attachment 594875 [details] [diff] [review] patchV1 generated with hg diff -g I hope this applies the right way (toolkit/themes/pinstripe/global/icons/commandline.png needs to be copied, then moved, the other way around obviously won't work). I'll check this after I got some sleep.
Attachment #594875 -
Flags: review?(dao)
Comment 10•13 years ago
|
||
Comment on attachment 594875 [details] [diff] [review] patchV1 generated with hg diff -g Works. Thanks for doing this!
Attachment #594875 -
Flags: review?(dao) → review+
Comment 11•13 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/d4ca3399f24f
Target Milestone: --- → Firefox 13
Comment 12•13 years ago
|
||
looks like the file has not been moved?
Comment 13•13 years ago
|
||
or better, for some reason win64 can't find it
Comment 14•13 years ago
|
||
I removed the aero icon from jar.mn, that was a leftover https://hg.mozilla.org/integration/mozilla-inbound/rev/b6bf0037c91f
Assignee | ||
Comment 15•13 years ago
|
||
@mak thanks I didn't see that one
Comment 16•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d4ca3399f24f https://hg.mozilla.org/mozilla-central/rev/b6bf0037c91f
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•