Closed
Bug 1209703
Opened 9 years ago
Closed 9 years ago
Make sync decoding work for border-image
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
FIXED
People
(Reporter: seth, Assigned: seth)
References
Details
Attachments
(1 file)
Currently sync decoding does not work for border-image. Our reftests pass most of the time due to lucky timing. (Though there are some low-level intermittents on Orangefactor.) The changes made in bug 1207355 *really* expose this issue, though, so we need to fix this to land that bug.
Unfortunately there are *lots* of issues to sort out here. Consider this a metabug; I'll hang other bugs off of this one that actually fix the various problems.
Assignee | ||
Comment 1•9 years ago
|
||
This shouldn't get reviewed or land, but just for reference: this patch makes it
easy to reproduce the intermittent oranges I'm trying to debug here, by sleeping
for one second in Decoder::Decode().
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•