Title: [185491] tags/Safari-601.1.35/Source

Diff

Modified: tags/Safari-601.1.35/Source/_javascript_Core/ChangeLog (185490 => 185491)


--- tags/Safari-601.1.35/Source/_javascript_Core/ChangeLog	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/_javascript_Core/ChangeLog	2015-06-12 07:37:13 UTC (rev 185491)
@@ -1,5 +1,13 @@
 2015-06-12  Babak Shafiei  <[email protected]>
 
+        Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21129111
+
+        Reviewed by Dean Jackson and Jon Lee.
+
+        * Configurations/FeatureDefines.xcconfig:
+
+2015-06-12  Babak Shafiei  <[email protected]>
+
         Merge custom patch. rdar://problem/21129111
 
     2015-05-15  Dean Jackson  <[email protected]>

Modified: tags/Safari-601.1.35/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (185490 => 185491)


--- tags/Safari-601.1.35/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2015-06-12 07:37:13 UTC (rev 185491)
@@ -149,7 +149,7 @@
 ENABLE_NOSNIFF = ;
 ENABLE_NOTIFICATIONS[sdk=macosx*] = ENABLE_NOTIFICATIONS;
 ENABLE_PDFKIT_PLUGIN[sdk=macosx*] = ENABLE_PDFKIT_PLUGIN;
-ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;
+ENABLE_PICTURE_SIZES = ;
 ENABLE_POINTER_LOCK = ;
 ENABLE_PROMISES = ENABLE_PROMISES;
 ENABLE_PROXIMITY_EVENTS = ;

Modified: tags/Safari-601.1.35/Source/WTF/ChangeLog (185490 => 185491)


--- tags/Safari-601.1.35/Source/WTF/ChangeLog	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WTF/ChangeLog	2015-06-12 07:37:13 UTC (rev 185491)
@@ -1,5 +1,13 @@
 2015-06-12  Babak Shafiei  <[email protected]>
 
+        Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21129111
+
+        Reviewed by Dean Jackson and Jon Lee.
+
+        * wtf/FeatureDefines.h:
+
+2015-06-12  Babak Shafiei  <[email protected]>
+
         Merge custom patch. rdar://problem/21129111
 
     2015-05-15  Dean Jackson  <[email protected]>

Modified: tags/Safari-601.1.35/Source/WTF/wtf/FeatureDefines.h (185490 => 185491)


--- tags/Safari-601.1.35/Source/WTF/wtf/FeatureDefines.h	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WTF/wtf/FeatureDefines.h	2015-06-12 07:37:13 UTC (rev 185491)
@@ -769,10 +769,6 @@
 #define ENABLE_WEB_SOCKETS 1
 #endif
 
-#if !defined(ENABLE_PICTURE_SIZES)
-#define ENABLE_PICTURE_SIZES 1
-#endif
-
 #if !defined(ENABLE_WEB_TIMING)
 #define ENABLE_WEB_TIMING 0
 #endif

Modified: tags/Safari-601.1.35/Source/WebCore/ChangeLog (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebCore/ChangeLog	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebCore/ChangeLog	2015-06-12 07:37:13 UTC (rev 185491)
@@ -1,5 +1,13 @@
 2015-06-12  Babak Shafiei  <[email protected]>
 
+        Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21129111
+
+        Reviewed by Dean Jackson and Jon Lee.
+
+        * Configurations/FeatureDefines.xcconfig:
+
+2015-06-12  Babak Shafiei  <[email protected]>
+
         Merge custom patch. rdar://problem/21129111
 
     2015-05-15  Dean Jackson  <[email protected]>

Modified: tags/Safari-601.1.35/Source/WebCore/Configurations/FeatureDefines.xcconfig (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebCore/Configurations/FeatureDefines.xcconfig	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebCore/Configurations/FeatureDefines.xcconfig	2015-06-12 07:37:13 UTC (rev 185491)
@@ -149,7 +149,7 @@
 ENABLE_NOSNIFF = ;
 ENABLE_NOTIFICATIONS[sdk=macosx*] = ENABLE_NOTIFICATIONS;
 ENABLE_PDFKIT_PLUGIN[sdk=macosx*] = ENABLE_PDFKIT_PLUGIN;
-ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;
+ENABLE_PICTURE_SIZES = ;
 ENABLE_POINTER_LOCK = ;
 ENABLE_PROMISES = ENABLE_PROMISES;
 ENABLE_PROXIMITY_EVENTS = ;

Modified: tags/Safari-601.1.35/Source/WebKit/mac/ChangeLog (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebKit/mac/ChangeLog	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebKit/mac/ChangeLog	2015-06-12 07:37:13 UTC (rev 185491)
@@ -1,3 +1,11 @@
+2015-06-12  Babak Shafiei  <[email protected]>
+
+        Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21129111
+
+        Reviewed by Dean Jackson and Jon Lee.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2015-06-11  Jon Lee  <[email protected]>
 
         Update media controls JS and CSS to use picture-in-picture

Modified: tags/Safari-601.1.35/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2015-06-12 07:37:13 UTC (rev 185491)
@@ -149,7 +149,7 @@
 ENABLE_NOSNIFF = ;
 ENABLE_NOTIFICATIONS[sdk=macosx*] = ENABLE_NOTIFICATIONS;
 ENABLE_PDFKIT_PLUGIN[sdk=macosx*] = ENABLE_PDFKIT_PLUGIN;
-ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;
+ENABLE_PICTURE_SIZES = ;
 ENABLE_POINTER_LOCK = ;
 ENABLE_PROMISES = ENABLE_PROMISES;
 ENABLE_PROXIMITY_EVENTS = ;

Modified: tags/Safari-601.1.35/Source/WebKit2/ChangeLog (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebKit2/ChangeLog	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebKit2/ChangeLog	2015-06-12 07:37:13 UTC (rev 185491)
@@ -1,5 +1,13 @@
 2015-06-12  Babak Shafiei  <[email protected]>
 
+        Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21129111
+
+        Reviewed by Dean Jackson and Jon Lee.
+
+        * Configurations/FeatureDefines.xcconfig:
+
+2015-06-12  Babak Shafiei  <[email protected]>
+
         Merge custom patch. rdar://problem/21129111
 
     2015-05-15  Dean Jackson  <[email protected]>

Modified: tags/Safari-601.1.35/Source/WebKit2/Configurations/FeatureDefines.xcconfig (185490 => 185491)


--- tags/Safari-601.1.35/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2015-06-12 07:29:20 UTC (rev 185490)
+++ tags/Safari-601.1.35/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2015-06-12 07:37:13 UTC (rev 185491)
@@ -149,7 +149,7 @@
 ENABLE_NOSNIFF = ;
 ENABLE_NOTIFICATIONS[sdk=macosx*] = ENABLE_NOTIFICATIONS;
 ENABLE_PDFKIT_PLUGIN[sdk=macosx*] = ENABLE_PDFKIT_PLUGIN;
-ENABLE_PICTURE_SIZES = ENABLE_PICTURE_SIZES;
+ENABLE_PICTURE_SIZES = ;
 ENABLE_POINTER_LOCK = ;
 ENABLE_PROMISES = ENABLE_PROMISES;
 ENABLE_PROXIMITY_EVENTS = ;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to