Closed
Bug 30822
Opened 25 years ago
Closed 25 years ago
browser doesn't display image from data: URL
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: mhw, Assigned: pnunn)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
This used to work Ok, but I noticed that M14 builds and later display the
embedded image at the above URL as the string "2X==".
The data: encoded stylesheet on the same page works Ok.
Comment 1•25 years ago
|
||
Confirmed with 3/6 win32 nightly. changing component.
Assignee: cbegle → troy
Component: Browser-General → Layout
QA Contact: asadotzler → petersen
Huh, I didn't know we supported "data:" URLs.
The reason the string "2X==" is displayed is because we failed to load the
image. That was probably obvious.
That's about the extent of layout's involvement. The image not loading would be
either an image lib or netlib problem
Reassigning to imagelib for Pam to take a look
Assignee: troy → pnunn
Component: Layout → ImageLib
QA Contact: petersen → elig
When you say 'used to work' do you mean prior to m14, communicator 4.x?
Could you attach the dataurl.html file to the bug?
thnx,
p
Status: NEW → ASSIGNED
Target Milestone: M15
Reporter | ||
Comment 4•25 years ago
|
||
It worked in mozilla for some (unknown) length of time after bug 20464 was fixed
at the beginning of December. I first noticed the regression in m13.
Reporter | ||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
I checked in a fix for this last week.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•25 years ago
|
||
Verified fixed using 3.27.00 Mac OS, Win32 & Linux builds.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•