Title: [186703] trunk/Source/WebKit2
- Revision
- 186703
- Author
- [email protected]
- Date
- 2015-07-10 20:43:51 -0700 (Fri, 10 Jul 2015)
Log Message
Airplay button and placeholder are missing in inline controls
https://bugs.webkit.org/show_bug.cgi?id=146869
<rdar://problem/21555051>
Reviewed by Simon Fraser.
Fix a typo in the ENABLE that was causing the Airplay
setting (allowsAirPlayForMediaPlayback, which becomes
webkitWirelessVideoPlaybackDisabled) to default to false.
* UIProcess/API/Cocoa/WKWebViewConfiguration.mm:
(-[WKWebViewConfiguration init]): Change WIRELESS_TARGET_PLAYBACK
to WIRELESS_PLAYBACK_TARGET.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (186702 => 186703)
--- trunk/Source/WebKit2/ChangeLog 2015-07-11 03:01:20 UTC (rev 186702)
+++ trunk/Source/WebKit2/ChangeLog 2015-07-11 03:43:51 UTC (rev 186703)
@@ -1,3 +1,19 @@
+2015-07-10 Dean Jackson <[email protected]>
+
+ Airplay button and placeholder are missing in inline controls
+ https://bugs.webkit.org/show_bug.cgi?id=146869
+ <rdar://problem/21555051>
+
+ Reviewed by Simon Fraser.
+
+ Fix a typo in the ENABLE that was causing the Airplay
+ setting (allowsAirPlayForMediaPlayback, which becomes
+ webkitWirelessVideoPlaybackDisabled) to default to false.
+
+ * UIProcess/API/Cocoa/WKWebViewConfiguration.mm:
+ (-[WKWebViewConfiguration init]): Change WIRELESS_TARGET_PLAYBACK
+ to WIRELESS_PLAYBACK_TARGET.
+
2015-07-10 Tim Horton <[email protected]>
Use CoreAnimation fences instead of synchronous IPC to synchronize resize
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm (186702 => 186703)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm 2015-07-11 03:01:20 UTC (rev 186702)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm 2015-07-11 03:43:51 UTC (rev 186703)
@@ -107,7 +107,7 @@
_allowsPictureInPictureMediaPlayback = YES;
#endif
-#if ENABLE(WIRELESS_TARGET_PLAYBACK)
+#if ENABLE(WIRELESS_PLAYBACK_TARGET)
_allowsAirPlayForMediaPlayback = YES;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes