Closed
Bug 81353
Opened 24 years ago
Closed 24 years ago
Add getter for mAlphaDepth to nsIImage
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla0.9.5
People
(Reporter: lordpixel, Assigned: pavlov)
References
Details
(Whiteboard: r=pavlov, sr=sfraser, a=blizzard)
Attachments
(1 file)
7.05 KB,
patch
|
Details | Diff | Splinter Review |
nsIImages are either maskless, or they have a 1 bit alpha channel, or an 8 bit
alpha channel. This is stored in a variable called mAlphaDepth.
The patch I'm about to attach exposes this variable through a getter method on
all platforms. No setter is provided so its read only and pretty risk free.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Assignee | ||
Comment 2•24 years ago
|
||
r=pavlov. can you get someone else to sr= this and check this in for you?
Comment 3•24 years ago
|
||
sr=sfraser
Assignee | ||
Updated•24 years ago
|
Whiteboard: r=pavlov, sr=sfraser, need a=
Assignee | ||
Comment 4•24 years ago
|
||
lordpixel: can you email drivers@mozilla.org and get a= for this.
Assignee | ||
Comment 5•24 years ago
|
||
if you get a= for this, i'll move it to 0.9.2 and check it in.
Target Milestone: --- → mozilla0.9.3
![]() |
||
Comment 6•24 years ago
|
||
a=blizzard on behalf of drivers for the trunk
Assignee | ||
Updated•24 years ago
|
Whiteboard: r=pavlov, sr=sfraser, need a= → r=pavlov, sr=sfraser, need a=blizzard
Assignee | ||
Updated•24 years ago
|
Whiteboard: r=pavlov, sr=sfraser, need a=blizzard → r=pavlov, sr=sfraser, a=blizzard
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
![]() |
||
Comment 8•24 years ago
|
||
Can we get this "in" ASAP, please ?
Comment 9•24 years ago
|
||
a= was valid for 0.9.2 it seems. Can we get an updated a= on this?
a=roc+moz on behalf of drivers
![]() |
||
Comment 11•24 years ago
|
||
This was checked in. (Mark it fixed?)
![]() |
||
Comment 12•24 years ago
|
||
Fix checked in by cls
(http://bonsai.mozilla.org/cvsquery.cgi?module=MozillaTinderboxAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=998992860&maxdate=998993340&who=cls%25seawood.org)
- thanks !
Tinderbox is GREEN and it works in my local builds... :-)
Marking bug as FIXED.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•