Closed
Bug 338870
Opened 19 years ago
Closed 18 years ago
Warning: imgIDecoderObserver is scriptable but inherits from the non-scriptable interface imgIContainerObserver
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: pavlov)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
866 bytes,
patch
|
pavlov
:
review+
darin.moz
:
approval1.8.1+
|
Details | Diff | Splinter Review |
During build, I get this warning:
./imgIDecoderObserver.idl:96: Warning: imgIDecoderObserver is scriptable but
inherits from the non-scriptable interface imgIContainerObserver
Reporter | ||
Updated•19 years ago
|
Flags: blocking1.9a2?
Reporter | ||
Comment 1•19 years ago
|
||
The easiest fix for this is to just make imgIContainerObserver scriptable. It contains only one method, which is already declared [noscript] due to its use of nsIntRect, so it should work fine.
Attachment #222918 -
Flags: review?
Reporter | ||
Updated•19 years ago
|
Attachment #222918 -
Flags: review? → review?(pavlov)
Assignee | ||
Updated•18 years ago
|
Attachment #222918 -
Flags: review?(pavlov) → review+
Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 222918 [details] [diff] [review]
patch
Asking for 1.8.1 approval. Low risk patch. Trying to put all patchs for bugs that affect bug 333618 on the branch.
Attachment #222918 -
Flags: approval1.8.1?
Reporter | ||
Comment 3•18 years ago
|
||
Forgot to mention that this is checked into the trunk. ->FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
Comment on attachment 222918 [details] [diff] [review]
patch
a=darin on behalf of drivers
Attachment #222918 -
Flags: approval1.8.1? → approval1.8.1+
Reporter | ||
Updated•18 years ago
|
Keywords: fixed1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•