Closed
Bug 125436
Opened 24 years ago
Closed 23 years ago
libpng warnings about iCCP chunk
Categories
(Core :: Graphics: ImageLib, defect, P4)
Tracking
()
VERIFIED
FIXED
mozilla1.2alpha
People
(Reporter: jmd, Assigned: pavlov)
References
()
Details
Attachments
(1 file)
|
1.60 KB,
patch
|
Biesinger
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
I've been getting lots of these lately...never notice what site exactly triggers
it. Didn't see an open bug on it.
libpng warning: Incomplete compressed datastream in iCCP chunk
libpng warning: Profile length missing in iCCP chunk
Been happening for a few weeks at least.
Comment 1•23 years ago
|
||
My Mozilla nightly is a few weeks old but I get the same error and I get it on
for example:
http://www.debianplanet.org
so there you have a site to test it on.
/Samuel
| Reporter | ||
Comment 2•23 years ago
|
||
Yep, reproducable with 1.0 branch on that site. Adding URL. Thanks.
Maybe we want to comment out these warnings for release?
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → mozilla1.2alpha
Comment 3•23 years ago
|
||
Commenting out the png_warning() wouldn't be the best solution because that
wouldn't affect installations that use the system libpng instead of Mozilla's
built-in libpng.
Glenn
Comment 5•23 years ago
|
||
Tor's patch looks OK to me.
Glenn
Comment 6•23 years ago
|
||
Comment on attachment 91222 [details] [diff] [review]
register quiet warning and error callbacks for libpng
r=biesi
Attachment #91222 -
Flags: review+
Comment 7•23 years ago
|
||
Comment on attachment 91222 [details] [diff] [review]
register quiet warning and error callbacks for libpng
sr=blizzard
Attachment #91222 -
Flags: superreview+
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•