Closed
Bug 64096
Opened 25 years ago
Closed 24 years ago
[RFE] Need a way to get the mime type from an imgIRequest
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: attinasi, Assigned: pavlov)
Details
Attachments
(1 file)
|
2.89 KB,
patch
|
Details | Diff | Splinter Review |
We currently have no way of knowing what the type of an image is in layout. We
need this to display in the title bar when an image is displayed (like Nav4 does
it). I'd like to be able to get the type, as a localized string, from the
nsIImage interface. (Please see bug 47891)
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → Future
Updated•25 years ago
|
Whiteboard: [imagelib]
| Assignee | ||
Comment 2•24 years ago
|
||
changing the summary around a little bit.. hope thats ok. :) patch coming.
Status: NEW → ASSIGNED
Summary: [RFE] Requesting that the original image type be available through nsIImage interface → [RFE] Need a way to get the mime type from an imgIRequest
Whiteboard: [imagelib]
Target Milestone: Future → mozilla0.9.6
| Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Remove the (now) redundant #include you added and r=jag.
Comment 5•24 years ago
|
||
sr=hyatt
| Assignee | ||
Comment 6•24 years ago
|
||
added GetMimeType to imgIRequest.
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
•