I have finally got my changes that redesign how image requests are initiated into a mergeable state, and I'm looking for someone who can commit to reviewing it. The first commit is the largest and the hardest to split up in any meaningful fashion, as it:
* removes network requests from the image cache
* adds a mechanism to collect all nodes that need to request images during layout and report them to the script thread * initiates separate network requests for <img> and CSS images in the script thread * removes the synchronous image load codepath that reftests have historically relied on

These changes will put us in a much better position to implement the image loading model required by the specification. The PR can be found at https://github.com/servo/servo/pull/14962 . I'm looking forward to reviews!

Cheers,
Josh
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to