Closed
Bug 777011
Opened 12 years ago
Closed 11 years ago
[webconsole] implement the dark theme for the webconsole toolbar
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: paul, Assigned: paul)
References
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(4 files, 4 obsolete files)
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Only tested on osx so far
Assignee | ||
Comment 2•12 years ago
|
||
Screenshot: http://i.imgur.com/L0EKY.png
Comment 3•12 years ago
|
||
Paul: this is the screenshot you asked for. Do note customizations: I use the ambiance theme and I use large font sizes. Thanks for the patch! It looks great on Macs.
Assignee | ||
Comment 4•12 years ago
|
||
Thank you Mihai. Can you please take another screenshot with the Global Toolbar + Web Console? Thank you.
Assignee | ||
Comment 6•12 years ago
|
||
Could someone take a screenshot of this patch on Windows? Builds are available here: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/prouget@mozilla.com-3a165fc4f9de/ Mihai, do unchecked buttons look ok?
Comment 7•12 years ago
|
||
@Paul, screenshot on Windows 7: http://s14.directupload.net/images/120725/9auirw8a.png
Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Sören Hentzschel from comment #7) > @Paul, screenshot on Windows 7: > http://s14.directupload.net/images/120725/9auirw8a.png Thank you Sören.
Comment 9•12 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #6) > Could someone take a screenshot of this patch on Windows? > Builds are available here: > http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/prouget@mozilla. > com-3a165fc4f9de/ > > Mihai, do unchecked buttons look ok? Nope. :( They look very similar to the Win7 screenshot.
Assignee | ||
Comment 10•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #645565 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #651404 -
Flags: review?(rcampbell)
Assignee | ||
Comment 11•12 years ago
|
||
Builds will be available here: http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/prouget@mozilla.com-aca44d97bfd6
Assignee | ||
Updated•12 years ago
|
Attachment #651404 -
Flags: ui-review?(shorlander)
Assignee | ||
Comment 12•12 years ago
|
||
Assignee: nobody → paul
Status: NEW → ASSIGNED
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
Comment on attachment 651404 [details] [diff] [review] v1 Review of attachment 651404 [details] [diff] [review]: ----------------------------------------------------------------- Looked into the patch and tested it. Buttons look good now on Ubuntu. I'd only note the following test failure I got: TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/webconsole/test/browser_webconsole_bug_601909_remember_height.js | minimum page height is respected - Got 871, expected 870 Otherwise, the patch looks great! Thanks Paul!
Attachment #651404 -
Flags: feedback+
Comment 15•12 years ago
|
||
Comment on attachment 651404 [details] [diff] [review] v1 in HUDService.jsm: _initUI: function WC__initUI() { this.splitter = this.chromeDocument.createElement("splitter"); - this.splitter.setAttribute("class", "web-console-splitter"); + this.splitter.setAttribute("class", "devtools-horizontal-splitter"); any reason not to use the classList API here? in gnomestripe/common.css: +.devtools-toolbarbutton > .toolbarbutton-menubutton-button { + -moz-box-orient: horizontal; +} + should that be .devtools-toolbarbutton[type=menu-button] ? in gnomestripe/webconsole.css: -.webconsole-clear-console-button > .toolbarbutton-icon { - display: none; +/* WebConsole colored drops */ + +.webconsole-filter-button, +.webconsole-filter-button[checked=true] { + color: white!important; } could add a space after white. same in p/winstripe. looks good!
Updated•12 years ago
|
Attachment #651404 -
Flags: review?(rcampbell) → review+
Comment 16•12 years ago
|
||
Comment on attachment 651404 [details] [diff] [review] v1 Review of attachment 651404 [details] [diff] [review]: ----------------------------------------------------------------- Looks good :) I noticed some things: - There is a slow and noticeable transition effect on the menu buttons. I am not seeing this on any of the other devtools buttons. Or maybe it is less obvious? - It is hard to see the black dot icon on "Net" Windows: - I only saw this on Windows: the filter field changes width when you start typing in it
Attachment #651404 -
Flags: ui-review?(shorlander) → ui-review-
Comment 17•12 years ago
|
||
(In reply to Stephen Horlander from comment #16) > Windows: > - I only saw this on Windows: the filter field changes width when you start > typing in it Sounds like bug 767377.
Assignee | ||
Comment 18•12 years ago
|
||
(In reply to Stephen Horlander from comment #16) > - There is a slow and noticeable transition effect on the menu buttons. I am > not seeing this on any of the other devtools buttons. Or maybe it is less > obvious? It's not a transition. It's just that we go through 3 steps: unchecked, over, checked. You'll see the same think with the [style] button in the inspector. > - It is hard to see the black dot icon on "Net" Any recommendation for the color? #FF0066? > Windows: > - I only saw this on Windows: the filter field changes width when you start > typing in it Not directly related to this patch. But I can fix it.
Assignee | ||
Comment 19•12 years ago
|
||
- fixed the test failure - addressed rob's comments - added a light ring around the dark drop for better contrast - fixed the Windows resize
Assignee | ||
Updated•12 years ago
|
Attachment #651404 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #654671 -
Flags: review?(rcampbell)
Assignee | ||
Comment 20•11 years ago
|
||
rebased
Assignee | ||
Updated•11 years ago
|
Attachment #654671 -
Attachment is obsolete: true
Attachment #654671 -
Flags: review?(rcampbell)
Assignee | ||
Comment 21•11 years ago
|
||
Try before landing: https://tbpl.mozilla.org/?tree=Try&rev=61bf3565f635
Assignee | ||
Comment 23•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/9ea94325f9f5
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 24•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9ea94325f9f5
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•