Closed
Bug 74548
Opened 24 years ago
Closed 24 years ago
Warning: alpha bitmask not scaled for scaling 1x1 GIFs
Categories
(Core :: Graphics: ImageLib, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: jesup, Assigned: pavlov)
References
()
Details
(Whiteboard: [imglib] [linux scaling])
Attachments
(1 file)
15.46 KB,
text/plain
|
Details |
FreeBSD 4.1 Mozilla trunk 20010402xx
After a build, I get:
WARNING: alpha bitmask not scaled!
, file nsImageGTK.cpp, line 398
repeatedly. Examining the backtrace, it appears to be on scaled transparent
GIF's (normally 1x1 scaled up). Backtrace/dump attached. Will retry with fresh
pull today.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
OS: FreeBSD → Linux
Updated•24 years ago
|
Whiteboard: [imglib]
Assignee | ||
Updated•24 years ago
|
Severity: normal → critical
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9
Assignee | ||
Updated•24 years ago
|
Whiteboard: [imglib] → [imglib] [linux scaling]
The high number of these warnings make other debug output difficult to read.
Could we, please, as long there's not someone actually trying to resolve this
bug, have the warning commented out or surrounded by a
#ifdef DEBUG_<who's_to_blame>
?
Assignee | ||
Comment 4•24 years ago
|
||
this mostly goes away with 74313. adding depend and moving to 0.9.1 for the
rest of it.
Depends on: 74313
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 5•24 years ago
|
||
Per PDT Triage effort: changing the targeted milestone to "mozilla0.9.2".
Please feel free to renominate/address bug if time is available AFTER all
currently targeted 0.9.1 bugs are resolved.
.Angela...
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Assignee | ||
Comment 6•24 years ago
|
||
fixed by the checkin for bug 83920
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•