Closed
Bug 1006906
Opened 12 years ago
Closed 12 years ago
Use hidpi icons for the variables view in widgets.inc.css
Categories
(DevTools :: Object Inspector, defect)
DevTools
Object Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file, 2 obsolete files)
|
19.46 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
Seems like a regression/leftover from bug 943883?
| Assignee | ||
Comment 1•12 years ago
|
||
Hg blame tells me it's bug 952277.
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Comment on attachment 8419145 [details] [diff] [review]
v1
Review of attachment 8419145 [details] [diff] [review]:
-----------------------------------------------------------------
What do you think about uncommenting it and using the vview-lock@2x.png icon here? It's in the project already, but needs to be added to the jar.mn files.
| Assignee | ||
Comment 4•12 years ago
|
||
Sure, why not.
| Assignee | ||
Comment 5•12 years ago
|
||
We should probably do the same for the other icons as well!
Comment 6•12 years ago
|
||
Looks like all of them are in the project already in themes/shared/devtools/images. The ones using background image are easy - just set background-size to 16px 16px or whatever the image size is, then replace the URL. Looks like the ones with list-style-image may just require replacing the URL, but I always check with layout.css.devPixelsPerPx = 2 just to make sure
| Assignee | ||
Updated•12 years ago
|
No longer blocks: 837188
Summary: The .variable-or-property-non-writable-icon in widgets.inc.css is commented out for hidpi → Use hidpi icons for the variables view in widgets.inc.css
| Assignee | ||
Comment 7•12 years ago
|
||
Attachment #8419457 -
Flags: review?(bgrinstead)
| Assignee | ||
Updated•12 years ago
|
Attachment #8419145 -
Attachment is obsolete: true
Attachment #8419145 -
Flags: review?(bgrinstead)
| Assignee | ||
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 8•12 years ago
|
||
Rebased. Sorry for the extra r?.
Attachment #8419457 -
Attachment is obsolete: true
Attachment #8419457 -
Flags: review?(bgrinstead)
Attachment #8419568 -
Flags: review?(bgrinstead)
Comment 9•12 years ago
|
||
Comment on attachment 8419568 [details] [diff] [review]
v3
Review of attachment 8419568 [details] [diff] [review]:
-----------------------------------------------------------------
Nice refactors!
Attachment #8419568 -
Flags: review?(bgrinstead) → review+
| Assignee | ||
Comment 10•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 11•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 32
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•