Closed
Bug 822149
Opened 13 years ago
Closed 12 years ago
Image document background is a mostly-transparent PNG against a background color
Categories
(Toolkit :: Themes, defect)
Toolkit
Themes
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: jruderman, Assigned: jaws)
References
Details
(Keywords: perf)
Attachments
(2 files, 1 obsolete file)
|
2.98 KB,
image/png
|
Details | |
|
20.53 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
url("chrome://global/skin/media/imagedoc-darknoise.png") repeat scroll 0% 0% rgb(34, 34, 34)
http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/pinstripe/global/media/imagedoc-darknoise.png
It might be faster to tile a non-transparent PNG instead. darknoise.png is never used with any other background color, as far as I can tell.
Comment 1•13 years ago
|
||
Yeah, we should just pre-composite the image with that background color. (Same visual appearance, just using an RGB PNG instead of RGBA + bg-color).
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•12 years ago
|
||
Stephen, I can pre-composite the image myself, or would you prefer to do it? I remember you mentioned wanting to look in to fixing the repeating pattern of the texture.
Flags: needinfo?(shorlander)
| Assignee | ||
Comment 3•12 years ago
|
||
Stephen provided me the image over IRC.
Flags: needinfo?(shorlander)
| Assignee | ||
Comment 4•12 years ago
|
||
The background-color isn't necessary anymore since the image is now opaque.
Attachment #772092 -
Flags: review?(dolske)
| Assignee | ||
Comment 5•12 years ago
|
||
Also updated the reftests and updated TopLevelVideoDocument.css to use the same image.
Attachment #772092 -
Attachment is obsolete: true
Attachment #772092 -
Flags: review?(dolske)
Attachment #772097 -
Flags: review?(dolske)
Updated•12 years ago
|
Attachment #772097 -
Flags: review?(dolske) → review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•