Closed
Bug 583145
Opened 13 years ago
Closed 13 years ago
Theme the Web Console filter bar appropriately on the Mac
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pcwalton, Assigned: pcwalton)
References
Details
(Whiteboard: [kd4b5])
Attachments
(3 files, 2 obsolete files)
45.36 KB,
image/png
|
Details | |
1.96 KB,
patch
|
ddahl
:
feedback+
|
Details | Diff | Splinter Review |
1.33 KB,
patch
|
dietrich
:
review+
dietrich
:
approval2.0+
|
Details | Diff | Splinter Review |
Currently, the filter bar looks like another part of the toolbar on the Mac. It would possibly look better if it were closer in appearance to the Find bar (compare the "Code" bar in the Error Console). The attached patch implements this.
Attachment #461423 -
Flags: feedback?(ddahl)
Assignee | ||
Updated•13 years ago
|
Summary: Theme the Web Console filter bar appropriately → Theme the Web Console filter bar appropriately on the Mac
Updated•13 years ago
|
Whiteboard: [kd4b4]
Comment 1•13 years ago
|
||
Comment on attachment 461423 [details] [diff] [review] [backed-out] Proposed patch. I'd love to know what @scopeBarBackground@ replaces to. My mac hg repo is crapped out on me right now. Can you attach a screenshot?
Attachment #461423 -
Flags: feedback?(ddahl) → feedback+
Assignee | ||
Comment 2•13 years ago
|
||
Screenshot attached. Will need to see how the Console looks with a persona; this will likely be a separate bug.
Comment 3•13 years ago
|
||
lookin' good
Comment 4•13 years ago
|
||
This is a small patch and it does improve the appearance, so we should definitely put it up for review.
Assignee: nobody → pwalton
Assignee | ||
Updated•13 years ago
|
Attachment #461423 -
Flags: review?(dietrich)
Updated•13 years ago
|
Attachment #461423 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #461423 -
Flags: approval2.0?
Updated•13 years ago
|
Attachment #461423 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
Comment on attachment 461423 [details] [diff] [review] [backed-out] Proposed patch. http://hg.mozilla.org/mozilla-central/rev/371d935c6f1a
Attachment #461423 -
Attachment description: Proposed patch. → [checked-in] Proposed patch.
Updated•13 years ago
|
Assignee | ||
Comment 6•13 years ago
|
||
Looks like this one conflicted with some other CSS changes.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•13 years ago
|
||
New patch attached.
Attachment #461423 -
Attachment is obsolete: true
Attachment #464182 -
Flags: feedback?(ddahl)
Updated•13 years ago
|
Attachment #464182 -
Flags: feedback?(ddahl) → feedback+
Updated•13 years ago
|
Version: unspecified → Trunk
Assignee | ||
Updated•13 years ago
|
Attachment #464182 -
Flags: review?(dietrich)
Updated•13 years ago
|
Whiteboard: [kd4b4] → [kd4b4][needs-backout]
Comment 8•13 years ago
|
||
backed out: http://hg.mozilla.org/mozilla-central/rev/36edf82697a1
Updated•13 years ago
|
Whiteboard: [kd4b4][needs-backout] → [kd4b4]
Updated•13 years ago
|
Attachment #461423 -
Attachment description: [checked-in] Proposed patch. → [backed-out] Proposed patch.
Comment 9•13 years ago
|
||
Why was the original patch backed out? What changes were made to solve whatever that problem was?
Comment 10•13 years ago
|
||
It was backed out due to a conflict with some other patches that landed yesterday. you can see what was changed by comparing the two patches, though you'll have to ask Patrick for more in-depth description of why those were needed.
Updated•13 years ago
|
Attachment #464182 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #464182 -
Flags: approval2.0?
Comment 11•13 years ago
|
||
I think dietrich's approval from the previous patch is probably sufficient.
Assignee | ||
Comment 12•13 years ago
|
||
The background wasn't taking effect anymore due to CSS selector rule matching, and the border looked wrong. Perhaps some other, global Mac styling changes caused the regression in functionality? I haven't managed to figure out the reason yet, but the CSS changes in the new patch fixed the issue.
Comment 13•13 years ago
|
||
Comment on attachment 464182 [details] [diff] [review] [checked-in] Proposed patch (trunk rebase 2010-08-09). http://hg.mozilla.org/mozilla-central/rev/ccfdad9f5c93
Attachment #464182 -
Attachment description: Proposed patch (trunk rebase 2010-08-09). → [checked-in] Proposed patch (trunk rebase 2010-08-09).
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•13 years ago
|
||
This needs to be backed out. The HTML+XUL mix in the console means that the @namespace declaration in the CSS is wrong. It's causing all sorts of regressions (no colors and inability to live-filter messages with the patches in bug 583359).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 15•13 years ago
|
||
New patch attached.
Attachment #464182 -
Attachment is obsolete: true
Attachment #465061 -
Flags: feedback?(ddahl)
Attachment #464182 -
Flags: approval2.0?
Assignee | ||
Comment 16•13 years ago
|
||
Will add a test case for this tomorrow to prevent this from happening again.
Comment 17•13 years ago
|
||
Comment on attachment 465061 [details] [diff] [review] Proposed patch, version 2. gavin@46242 168/* these need to be revised ... */ gavin@46242 169.hud-console-filter-toolbar { mwu@49618 170 padding: 1px 0px; ddahl@43820 171 -moz-box-align: center; ddahl@43820 172} According to blame the comment is from gavin. are these "revised" now? can we remove the comment? Either way, f+ (why does 'f+' seem wrong?)
Attachment #465061 -
Flags: feedback?(ddahl) → feedback+
Updated•13 years ago
|
Whiteboard: [kd4b4] → [kd4b5]
Assignee | ||
Comment 19•13 years ago
|
||
Patch rebased to trunk and updated per feedback. Review requested.
Attachment #465848 -
Flags: review?(dietrich)
Updated•13 years ago
|
Attachment #465848 -
Flags: review?(dietrich)
Attachment #465848 -
Flags: review+
Attachment #465848 -
Flags: approval2.0+
Updated•13 years ago
|
Keywords: checkin-needed
Comment 20•13 years ago
|
||
pushed http://hg.mozilla.org/mozilla-central/rev/dce14e8e8a5b
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Keywords: checkin-needed
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•