[Webkit-unassigned] [Bug 165432] REGRESSION: media/track LayoutTests are flaky failures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 6 12:43:24 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165432
--- Comment #11 from Sam Weinig <sam at webkit.org> ---
Looks like there are two issues:
1) No one is initializing RuntimeEnabledFeatures::m_areModernMediaControlsEnabled to false.
2) But much more importantly, RenderThemeMac::mediaControlsScript() is caching the first script built. Instead, we need two caches, one for modern controls, one for the old controls. We need this for the style sheet cached as well.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161206/11b36cbb/attachment-0001.html>
More information about the webkit-unassigned
mailing list