Closed
Bug 1106423
Opened 9 years ago
Closed 9 years ago
Animated GIF is corrupt / badly rendered
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
mozilla37
People
(Reporter: stevee, Assigned: seth)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
4.12 KB,
patch
|
tnikkel
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1. New profile, start Firefox. 2. Navigate to http://imgur.com/gallery/aaywDJH 3. Observe Brian doing the peanut butter jelly dance Expected: - Properly rendered animation with no black artifacts Actual: - Malrendered, corrupt animation I don't know if the .GIF is bad, but IE11 renders it properly, as does Firefox 28.
Reporter | ||
Updated•9 years ago
|
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]: [Tracking Requested - why for this release]: Regression window(m-i) Good: https://hg.mozilla.org/integration/mozilla-inbound/rev/4553524f671f Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141126130824 Bad: https://hg.mozilla.org/integration/mozilla-inbound/rev/7ee7e774e19f Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 ID:20141126132236 Pushlog: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=4553524f671f&tochange=7ee7e774e19f Regressed by: bug 1057904, bug 1060869
status-firefox36:
--- → affected
status-firefox37:
--- → affected
tracking-firefox36:
--- → ?
tracking-firefox37:
--- → ?
Flags: needinfo?(seth)
Keywords: regressionwindow-wanted
![]() |
||
Updated•9 years ago
|
status-firefox35:
--- → unaffected
Assignee | ||
Comment 2•9 years ago
|
||
Thanks for tracking down the regression range, Alice0775! It looks like bug 1057904 part 1 is the culprit. The fix is straightforward and it actually makes the code simpler.
Attachment #8530953 -
Flags: review?(tnikkel)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → seth
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8530953 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Thanks for the review! Pushed: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa8fee882ed9
Updated•9 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fa8fee882ed9
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8530953 [details] [diff] [review] Always use raw frames in DoBlend Approval Request Comment [Feature/regressing bug #]: 1057904 [User impact if declined]: Busted animted GIFs. [Describe test coverage new/current, TBPL]: This should've been caught by existing tests, but they're disabled due to another bug. =( They'll be reenabled soon though. The patch has been on central since this morning. [Risks and why]: Low risk; this makes the code more similar to how it was pre-bug 1057904. [String/UUID change made/needed]: None.
Attachment #8530953 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
Updated•9 years ago
|
Attachment #8530953 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/7c0d51f51b32
status-b2g-v2.2:
--- → fixed
Reporter | ||
Comment 9•9 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0 ID:20141205030202 CSet: 29d086b32a26 -->VERIFIED on latest windows trunk.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•