Diff
Modified: tags/Safari-604.1.23.0.3/Source/_javascript_Core/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/_javascript_Core/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/_javascript_Core/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-05-23 Saam Barati <[email protected]>
We should not mmap zero bytes for a memory in Wasm
Modified: tags/Safari-604.1.23.0.3/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Modified: tags/Safari-604.1.23.0.3/Source/WebCore/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebCore/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebCore/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-05-24 Chris Dumez <[email protected]>
ResourceResponses for data URLs have their Source marked as Unknown
Modified: tags/Safari-604.1.23.0.3/Source/WebCore/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebCore/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebCore/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Modified: tags/Safari-604.1.23.0.3/Source/WebCore/PAL/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebCore/PAL/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebCore/PAL/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-05-23 Myles C. Maxfield <[email protected]>
Remove dead ENABLE(FONT_LOAD_EVENTS) code
Modified: tags/Safari-604.1.23.0.3/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Modified: tags/Safari-604.1.23.0.3/Source/WebKit/mac/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebKit/mac/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebKit/mac/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-05-24 Jer Noble <[email protected]>
Rename DisplaySleepDisabler -> SleepDisabler
Modified: tags/Safari-604.1.23.0.3/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Modified: tags/Safari-604.1.23.0.3/Source/WebKit2/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebKit2/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebKit2/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2017-05-24 Joseph Pecoraro <[email protected]>
Increase the headerpad for WebKit XPC Services
Modified: tags/Safari-604.1.23.0.3/Source/WebKit2/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
Modified: tags/Safari-604.1.23.0.3/Tools/ChangeLog (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Tools/ChangeLog 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Tools/ChangeLog 2017-05-31 22:49:31 UTC (rev 217632)
@@ -1,3 +1,16 @@
+2017-05-31 Matthew Hanson <[email protected]>
+
+ Cherry-pick r217570. rdar://problem/30772609
+
+ 2017-05-30 Alex Christensen <[email protected]>
+
+ Update libwebrtc configuration
+ https://bugs.webkit.org/show_bug.cgi?id=172727
+
+ Reviewed by Geoffrey Garen.
+
+ * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
2017-05-24 Don Olmstead <[email protected]>
[CMake] Consolidate CMake code related to Cairo
Modified: tags/Safari-604.1.23.0.3/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (217631 => 217632)
--- tags/Safari-604.1.23.0.3/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2017-05-31 22:45:07 UTC (rev 217631)
+++ tags/Safari-604.1.23.0.3/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig 2017-05-31 22:49:31 UTC (rev 217632)
@@ -189,12 +189,7 @@
ENABLE_WEB_RTC_ios_11_Debug = ENABLE_WEB_RTC;
ENABLE_WEB_RTC_ios_11_Release = ENABLE_WEB_RTC;
ENABLE_WEB_RTC[sdk=macosx*] = $(ENABLE_WEB_RTC_macosx);
-ENABLE_WEB_RTC_macosx[arch=x86_64] = $(ENABLE_WEB_RTC_macosx_$(CONFIGURATION));
-ENABLE_WEB_RTC_macosx_Debug = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Release = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production = $(ENABLE_WEB_RTC_macosx_Production_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-ENABLE_WEB_RTC_macosx_Production_101300 = ENABLE_WEB_RTC;
-ENABLE_WEB_RTC_macosx_Production_101400 = $(ENABLE_WEB_RTC_macosx_Production_101300);
+ENABLE_WEB_RTC_macosx[arch=x86_64] = ENABLE_WEB_RTC;
ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;