Title: [186755] branches/safari-601.1-branch/Source/WebKit2
Revision
186755
Author
[email protected]
Date
2015-07-12 23:52:30 -0700 (Sun, 12 Jul 2015)

Log Message

Merged r186703.  rdar://problem/21555051

Modified Paths

Diff

Modified: branches/safari-601.1-branch/Source/WebKit2/ChangeLog (186754 => 186755)


--- branches/safari-601.1-branch/Source/WebKit2/ChangeLog	2015-07-13 06:50:43 UTC (rev 186754)
+++ branches/safari-601.1-branch/Source/WebKit2/ChangeLog	2015-07-13 06:52:30 UTC (rev 186755)
@@ -1,5 +1,25 @@
 2015-07-12  Babak Shafiei  <[email protected]>
 
+        Merge r186703.
+
+    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-12  Babak Shafiei  <[email protected]>
+
         Merge r186684.
 
     2015-07-10  Zalan Bujtas  <[email protected]>

Modified: branches/safari-601.1-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm (186754 => 186755)


--- branches/safari-601.1-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm	2015-07-13 06:50:43 UTC (rev 186754)
+++ branches/safari-601.1-branch/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.mm	2015-07-13 06:52:30 UTC (rev 186755)
@@ -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

Reply via email to