Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (111930 => 111931)
--- trunk/Source/_javascript_Core/ChangeLog 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-03-23 23:55:45 UTC (rev 111931)
@@ -1,3 +1,12 @@
+2012-03-23 Alexey Proskuryakov <[email protected]>
+
+ [Mac] No need for platform-specific ENABLE_BLOB values
+ https://bugs.webkit.org/show_bug.cgi?id=82102
+
+ Reviewed by David Kilzer.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2012-03-23 Michael Saboff <[email protected]>
DFG::compileValueToInt32 Sometime Generates GPR to FPR reg back to GPR
Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (111930 => 111931)
--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig 2012-03-23 23:55:45 UTC (rev 111931)
@@ -31,8 +31,7 @@
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
-ENABLE_BLOB = $(ENABLE_BLOB_$(REAL_PLATFORM_NAME));
-ENABLE_BLOB_macosx = ENABLE_BLOB;
+ENABLE_BLOB = ENABLE_BLOB;
ENABLE_DASHBOARD_SUPPORT = $(ENABLE_DASHBOARD_SUPPORT_$(REAL_PLATFORM_NAME));
ENABLE_DASHBOARD_SUPPORT_macosx = ENABLE_DASHBOARD_SUPPORT;
Modified: trunk/Source/WebCore/ChangeLog (111930 => 111931)
--- trunk/Source/WebCore/ChangeLog 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebCore/ChangeLog 2012-03-23 23:55:45 UTC (rev 111931)
@@ -1,3 +1,12 @@
+2012-03-23 Alexey Proskuryakov <[email protected]>
+
+ [Mac] No need for platform-specific ENABLE_BLOB values
+ https://bugs.webkit.org/show_bug.cgi?id=82102
+
+ Reviewed by David Kilzer.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2012-03-23 Kent Tamura <[email protected]>
Add TextFieldDecorator and TextFieldDecorationElement
Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (111930 => 111931)
--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig 2012-03-23 23:55:45 UTC (rev 111931)
@@ -31,8 +31,7 @@
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
-ENABLE_BLOB = $(ENABLE_BLOB_$(REAL_PLATFORM_NAME));
-ENABLE_BLOB_macosx = ENABLE_BLOB;
+ENABLE_BLOB = ENABLE_BLOB;
ENABLE_DASHBOARD_SUPPORT = $(ENABLE_DASHBOARD_SUPPORT_$(REAL_PLATFORM_NAME));
ENABLE_DASHBOARD_SUPPORT_macosx = ENABLE_DASHBOARD_SUPPORT;
Modified: trunk/Source/WebKit/mac/ChangeLog (111930 => 111931)
--- trunk/Source/WebKit/mac/ChangeLog 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebKit/mac/ChangeLog 2012-03-23 23:55:45 UTC (rev 111931)
@@ -1,3 +1,12 @@
+2012-03-23 Alexey Proskuryakov <[email protected]>
+
+ [Mac] No need for platform-specific ENABLE_BLOB values
+ https://bugs.webkit.org/show_bug.cgi?id=82102
+
+ Reviewed by David Kilzer.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2012-03-23 Dean Jackson <[email protected]>
Disable CSS_SHADERS in Apple builds
Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (111930 => 111931)
--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig 2012-03-23 23:55:45 UTC (rev 111931)
@@ -31,8 +31,7 @@
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
-ENABLE_BLOB = $(ENABLE_BLOB_$(REAL_PLATFORM_NAME));
-ENABLE_BLOB_macosx = ENABLE_BLOB;
+ENABLE_BLOB = ENABLE_BLOB;
ENABLE_DASHBOARD_SUPPORT = $(ENABLE_DASHBOARD_SUPPORT_$(REAL_PLATFORM_NAME));
ENABLE_DASHBOARD_SUPPORT_macosx = ENABLE_DASHBOARD_SUPPORT;
Modified: trunk/Source/WebKit2/ChangeLog (111930 => 111931)
--- trunk/Source/WebKit2/ChangeLog 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebKit2/ChangeLog 2012-03-23 23:55:45 UTC (rev 111931)
@@ -1,3 +1,12 @@
+2012-03-23 Alexey Proskuryakov <[email protected]>
+
+ [Mac] No need for platform-specific ENABLE_BLOB values
+ https://bugs.webkit.org/show_bug.cgi?id=82102
+
+ Reviewed by David Kilzer.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2012-03-23 Sheriff Bot <[email protected]>
Unreviewed, rolling out r108851.
Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (111930 => 111931)
--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2012-03-23 23:41:22 UTC (rev 111930)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig 2012-03-23 23:55:45 UTC (rev 111931)
@@ -31,8 +31,7 @@
// Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
-ENABLE_BLOB = $(ENABLE_BLOB_$(REAL_PLATFORM_NAME));
-ENABLE_BLOB_macosx = ENABLE_BLOB;
+ENABLE_BLOB = ENABLE_BLOB;
ENABLE_DASHBOARD_SUPPORT = $(ENABLE_DASHBOARD_SUPPORT_$(REAL_PLATFORM_NAME));
ENABLE_DASHBOARD_SUPPORT_macosx = ENABLE_DASHBOARD_SUPPORT;