Title: [216620] branches/safari-603-branch

Diff

Modified: branches/safari-603-branch/Source/_javascript_Core/ChangeLog (216619 => 216620)


--- branches/safari-603-branch/Source/_javascript_Core/ChangeLog	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/_javascript_Core/ChangeLog	2017-05-10 21:23:20 UTC (rev 216620)
@@ -1,3 +1,20 @@
+2017-05-10  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r215250. rdar://problem/32057106
+
+    2017-04-11  Dean Jackson  <d...@apple.com>
+
+            Disable outdated WritableStream API
+            https://bugs.webkit.org/show_bug.cgi?id=170749
+            <rdar://problem/31446233>
+
+            Reviewed by Tim Horton.
+
+            The API we implement is no longer accurate. Disable it until we
+            are compatible with the new specification
+
+            * Configurations/FeatureDefines.xcconfig:
+
 2017-05-09  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r216279. rdar://problem/31967829

Modified: branches/safari-603-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (216619 => 216620)


--- branches/safari-603-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2017-05-10 21:23:20 UTC (rev 216620)
@@ -167,7 +167,7 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 ENABLE_WEB_RTC = ;
-ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
+ENABLE_WRITABLE_STREAM_API = ;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (216619 => 216620)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-05-10 21:23:20 UTC (rev 216620)
@@ -1,3 +1,20 @@
+2017-05-10  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r215250. rdar://problem/32057106
+
+    2017-04-11  Dean Jackson  <d...@apple.com>
+
+            Disable outdated WritableStream API
+            https://bugs.webkit.org/show_bug.cgi?id=170749
+            <rdar://problem/31446233>
+
+            Reviewed by Tim Horton.
+
+            The API we implement is no longer accurate. Disable it until we
+            are compatible with the new specification
+
+            * Configurations/FeatureDefines.xcconfig:
+
 2017-05-09  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r216352. rdar://problem/32057098

Modified: branches/safari-603-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig (216619 => 216620)


--- branches/safari-603-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig	2017-05-10 21:23:20 UTC (rev 216620)
@@ -167,7 +167,7 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 ENABLE_WEB_RTC = ;
-ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
+ENABLE_WRITABLE_STREAM_API = ;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: branches/safari-603-branch/Source/WebKit/mac/ChangeLog (216619 => 216620)


--- branches/safari-603-branch/Source/WebKit/mac/ChangeLog	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebKit/mac/ChangeLog	2017-05-10 21:23:20 UTC (rev 216620)
@@ -1,3 +1,20 @@
+2017-05-10  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r215250. rdar://problem/32057106
+
+    2017-04-11  Dean Jackson  <d...@apple.com>
+
+            Disable outdated WritableStream API
+            https://bugs.webkit.org/show_bug.cgi?id=170749
+            <rdar://problem/31446233>
+
+            Reviewed by Tim Horton.
+
+            The API we implement is no longer accurate. Disable it until we
+            are compatible with the new specification
+
+            * Configurations/FeatureDefines.xcconfig:
+
 2017-02-20  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r212331. rdar://problem/30522092

Modified: branches/safari-603-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (216619 => 216620)


--- branches/safari-603-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2017-05-10 21:23:20 UTC (rev 216620)
@@ -167,7 +167,7 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 ENABLE_WEB_RTC = ;
-ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
+ENABLE_WRITABLE_STREAM_API = ;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: branches/safari-603-branch/Source/WebKit2/ChangeLog (216619 => 216620)


--- branches/safari-603-branch/Source/WebKit2/ChangeLog	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebKit2/ChangeLog	2017-05-10 21:23:20 UTC (rev 216620)
@@ -1,3 +1,20 @@
+2017-05-10  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r215250. rdar://problem/32057106
+
+    2017-04-11  Dean Jackson  <d...@apple.com>
+
+            Disable outdated WritableStream API
+            https://bugs.webkit.org/show_bug.cgi?id=170749
+            <rdar://problem/31446233>
+
+            Reviewed by Tim Horton.
+
+            The API we implement is no longer accurate. Disable it until we
+            are compatible with the new specification
+
+            * Configurations/FeatureDefines.xcconfig:
+
 2017-05-09  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r216352. rdar://problem/32057098

Modified: branches/safari-603-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig (216619 => 216620)


--- branches/safari-603-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2017-05-10 21:23:20 UTC (rev 216620)
@@ -167,7 +167,7 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 ENABLE_WEB_RTC = ;
-ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
+ENABLE_WRITABLE_STREAM_API = ;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 

Modified: branches/safari-603-branch/Tools/ChangeLog (216619 => 216620)


--- branches/safari-603-branch/Tools/ChangeLog	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Tools/ChangeLog	2017-05-10 21:23:20 UTC (rev 216620)
@@ -1,3 +1,20 @@
+2017-05-10  Matthew Hanson  <matthew_han...@apple.com>
+
+        Cherry-pick r215250. rdar://problem/32057106
+
+    2017-04-11  Dean Jackson  <d...@apple.com>
+
+            Disable outdated WritableStream API
+            https://bugs.webkit.org/show_bug.cgi?id=170749
+            <rdar://problem/31446233>
+
+            Reviewed by Tim Horton.
+
+            The API we implement is no longer accurate. Disable it until we
+            are compatible with the new specification
+
+            * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
+
 2017-05-09  Jason Marcell  <jmarc...@apple.com>
 
         Cherry-pick r215197. rdar://problem/31971401

Modified: branches/safari-603-branch/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig (216619 => 216620)


--- branches/safari-603-branch/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-05-10 21:14:17 UTC (rev 216619)
+++ branches/safari-603-branch/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig	2017-05-10 21:23:20 UTC (rev 216620)
@@ -167,7 +167,7 @@
 ENABLE_SUBTLE_CRYPTO = ENABLE_SUBTLE_CRYPTO;
 ENABLE_SVG_FONTS = ENABLE_SVG_FONTS;
 ENABLE_WEB_RTC = ;
-ENABLE_WRITABLE_STREAM_API = ENABLE_WRITABLE_STREAM_API;
+ENABLE_WRITABLE_STREAM_API = ;
 
 ENABLE_TELEPHONE_NUMBER_DETECTION = ENABLE_TELEPHONE_NUMBER_DETECTION;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to