[Webkit-unassigned] [Bug 165432] REGRESSION: media/track LayoutTests are flaky failures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 5 22:57:52 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165432
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremyj-wk at apple.com,
| |simon.fraser at apple.com
--- Comment #7 from Alexey Proskuryakov <ap at webkit.org> ---
Modern media controls are enabled in DumpRenderTree via a WebPreference, so all the parallel processes are racing to change it! This same mistake is repeated for intersection observer and for pointer lock:
preferences.intersectionObserverEnabled = options.enableIntersectionObserver;
preferences.modernMediaControlsEnabled = options.enableModernMediaControls;
preferences.pointerLockEnabled = options.enablePointerLock;
--
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/4320113b/attachment.html>
More information about the webkit-unassigned
mailing list