The repository with issues found in WebKit
- Mobile Safari prevents concurrent playback of multiple
<video>elements with sound even when playback is initiated by user: demo link. - When page has many
window.matchMediainstances too much CPU time is spent withinMediaQueryEvaluator::evaluatedue to transientRenderStyleinstances: demo link. - Excessive memory copying when attempt to implement video processing pipeline with WebWorkers: README.md
- VideoFrame construction benchmark