[webkit-reviews] review granted: [Bug 187011] [iPad apps on macOS] Web process crashes when attempting to play embedded YouTube video in News : [Attachment 343529] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 13:41:46 PDT 2018


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 187011: [iPad apps on macOS] Web process crashes when attempting to play
embedded YouTube video in News
https://bugs.webkit.org/show_bug.cgi?id=187011

Attachment 343529: Patch

https://bugs.webkit.org/attachment.cgi?id=343529&action=review




--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 343529
  --> https://bugs.webkit.org/attachment.cgi?id=343529
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=343529&action=review

> Source/WebCore/platform/RemoteCommandListener.cpp:31
> +#if (!PLATFORM(IOS) && !PLATFORM(MAC)) || ENABLE(MINIMAL_SIMULATOR)

In the ideal world this would become something like HAS(MEDIAREMOTE)


More information about the webkit-reviews mailing list