Diff
Modified: branches/safari-601.1.32-branch/Source/_javascript_Core/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/_javascript_Core/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/_javascript_Core/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-05-22 Babak Shafiei <[email protected]>
Merge r184781.
Modified: branches/safari-601.1.32-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2015-05-29 18:45:32 UTC (rev 184995)
@@ -141,7 +141,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: branches/safari-601.1.32-branch/Source/PAL/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/PAL/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/PAL/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-04-02 Myles C. Maxfield <[email protected]>
Introducing the Platform Abstraction Layer (PAL)
Modified: branches/safari-601.1.32-branch/Source/PAL/Configurations/FeatureDefines.xcconfig (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/PAL/Configurations/FeatureDefines.xcconfig 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/PAL/Configurations/FeatureDefines.xcconfig 2015-05-29 18:45:32 UTC (rev 184995)
@@ -141,7 +141,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: branches/safari-601.1.32-branch/Source/WTF/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WTF/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WTF/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * wtf/FeatureDefines.h:
+
2015-05-18 Matthew Hanson <[email protected]>
Merge custom patch. rdar://problem/20950052
Modified: branches/safari-601.1.32-branch/Source/WTF/wtf/FeatureDefines.h (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WTF/wtf/FeatureDefines.h 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WTF/wtf/FeatureDefines.h 2015-05-29 18:45:32 UTC (rev 184995)
@@ -765,10 +765,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: branches/safari-601.1.32-branch/Source/WebCore/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebCore/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebCore/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-05-27 Matthew Hanson <[email protected]>
Roll out r184894. rdar://problem/21097484
Modified: branches/safari-601.1.32-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebCore/Configurations/FeatureDefines.xcconfig 2015-05-29 18:45:32 UTC (rev 184995)
@@ -141,7 +141,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: branches/safari-601.1.32-branch/Source/WebKit/mac/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebKit/mac/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebKit/mac/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-05-13 Babak Shafiei <[email protected]>
Merge r183976.
Modified: branches/safari-601.1.32-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2015-05-29 18:45:32 UTC (rev 184995)
@@ -141,7 +141,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: branches/safari-601.1.32-branch/Source/WebKit2/ChangeLog (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebKit2/ChangeLog 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebKit2/ChangeLog 2015-05-29 18:45:32 UTC (rev 184995)
@@ -1,3 +1,11 @@
+2015-05-29 Babak Shafiei <[email protected]>
+
+ Custom patch to turn off ENABLE_PICTURE_SIZES. rdar://problem/21155654
+
+ Reviewed by Dean Jackson and Jon Lee.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2015-05-20 Babak Shafiei <[email protected]>
Merge r184596.
Modified: branches/safari-601.1.32-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig (184994 => 184995)
--- branches/safari-601.1.32-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2015-05-29 18:14:25 UTC (rev 184994)
+++ branches/safari-601.1.32-branch/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2015-05-29 18:45:32 UTC (rev 184995)
@@ -141,7 +141,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 = ;