Title: [146006] trunk/Source
Revision
146006
Author
[email protected]
Date
2013-03-16 23:46:49 -0700 (Sat, 16 Mar 2013)

Log Message

Disable High DPI Canvas on iOS
https://bugs.webkit.org/show_bug.cgi?id=112511

Reviewed by Joseph Pecoraro.

Source/_javascript_Core:

* Configurations/FeatureDefines.xcconfig:

Source/WebCore:

* Configurations/FeatureDefines.xcconfig:

Source/WebKit/mac:

* Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

* Configurations/FeatureDefines.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (146005 => 146006)


--- trunk/Source/_javascript_Core/ChangeLog	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-03-17 06:46:49 UTC (rev 146006)
@@ -1,3 +1,12 @@
+2013-03-16  Pratik Solanki  <[email protected]>
+
+        Disable High DPI Canvas on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=112511
+
+        Reviewed by Joseph Pecoraro.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-15  Andreas Kling  <[email protected]>
 
         Don't also clone StructureRareData when cloning Structure.

Modified: trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig (146005 => 146006)


--- trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/_javascript_Core/Configurations/FeatureDefines.xcconfig	2013-03-17 06:46:49 UTC (rev 146006)
@@ -91,7 +91,8 @@
 ENABLE_GEOLOCATION = ENABLE_GEOLOCATION;
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING = $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_$(PLATFORM_NAME));
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_macosx = ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING;
-ENABLE_HIGH_DPI_CANVAS = ENABLE_HIGH_DPI_CANVAS;
+ENABLE_HIGH_DPI_CANVAS = $(ENABLE_HIGH_DPI_CANVAS_$(PLATFORM_NAME));
+ENABLE_HIGH_DPI_CANVAS_macosx = ENABLE_HIGH_DPI_CANVAS;
 ENABLE_ICONDATABASE = $(ENABLE_ICONDATABASE_$(PLATFORM_NAME));
 ENABLE_ICONDATABASE_macosx = ENABLE_ICONDATABASE;
 ENABLE_IFRAME_SEAMLESS = ENABLE_IFRAME_SEAMLESS;

Modified: trunk/Source/WebCore/ChangeLog (146005 => 146006)


--- trunk/Source/WebCore/ChangeLog	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebCore/ChangeLog	2013-03-17 06:46:49 UTC (rev 146006)
@@ -1,3 +1,12 @@
+2013-03-16  Pratik Solanki  <[email protected]>
+
+        Disable High DPI Canvas on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=112511
+
+        Reviewed by Joseph Pecoraro.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-16  Simon Fraser  <[email protected]>
 
         Reflected video elements hit assertion

Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (146005 => 146006)


--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig	2013-03-17 06:46:49 UTC (rev 146006)
@@ -91,7 +91,8 @@
 ENABLE_GEOLOCATION = ENABLE_GEOLOCATION;
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING = $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_$(PLATFORM_NAME));
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_macosx = ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING;
-ENABLE_HIGH_DPI_CANVAS = ENABLE_HIGH_DPI_CANVAS;
+ENABLE_HIGH_DPI_CANVAS = $(ENABLE_HIGH_DPI_CANVAS_$(PLATFORM_NAME));
+ENABLE_HIGH_DPI_CANVAS_macosx = ENABLE_HIGH_DPI_CANVAS;
 ENABLE_ICONDATABASE = $(ENABLE_ICONDATABASE_$(PLATFORM_NAME));
 ENABLE_ICONDATABASE_macosx = ENABLE_ICONDATABASE;
 ENABLE_IFRAME_SEAMLESS = ENABLE_IFRAME_SEAMLESS;

Modified: trunk/Source/WebKit/mac/ChangeLog (146005 => 146006)


--- trunk/Source/WebKit/mac/ChangeLog	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebKit/mac/ChangeLog	2013-03-17 06:46:49 UTC (rev 146006)
@@ -1,3 +1,12 @@
+2013-03-16  Pratik Solanki  <[email protected]>
+
+        Disable High DPI Canvas on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=112511
+
+        Reviewed by Joseph Pecoraro.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-15  Timothy Hatcher  <[email protected]>
 
         Disable suppressesIncrementalRendering for the Web Inspector.

Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (146005 => 146006)


--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig	2013-03-17 06:46:49 UTC (rev 146006)
@@ -91,7 +91,8 @@
 ENABLE_GEOLOCATION = ENABLE_GEOLOCATION;
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING = $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_$(PLATFORM_NAME));
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_macosx = ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING;
-ENABLE_HIGH_DPI_CANVAS = ENABLE_HIGH_DPI_CANVAS;
+ENABLE_HIGH_DPI_CANVAS = $(ENABLE_HIGH_DPI_CANVAS_$(PLATFORM_NAME));
+ENABLE_HIGH_DPI_CANVAS_macosx = ENABLE_HIGH_DPI_CANVAS;
 ENABLE_ICONDATABASE = $(ENABLE_ICONDATABASE_$(PLATFORM_NAME));
 ENABLE_ICONDATABASE_macosx = ENABLE_ICONDATABASE;
 ENABLE_IFRAME_SEAMLESS = ENABLE_IFRAME_SEAMLESS;

Modified: trunk/Source/WebKit2/ChangeLog (146005 => 146006)


--- trunk/Source/WebKit2/ChangeLog	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebKit2/ChangeLog	2013-03-17 06:46:49 UTC (rev 146006)
@@ -1,3 +1,12 @@
+2013-03-16  Pratik Solanki  <[email protected]>
+
+        Disable High DPI Canvas on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=112511
+
+        Reviewed by Joseph Pecoraro.
+
+        * Configurations/FeatureDefines.xcconfig:
+
 2013-03-15  Timothy Hatcher  <[email protected]>
 
         Disable suppressesIncrementalRendering for the Web Inspector.

Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (146005 => 146006)


--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-03-17 05:26:04 UTC (rev 146005)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig	2013-03-17 06:46:49 UTC (rev 146006)
@@ -91,7 +91,8 @@
 ENABLE_GEOLOCATION = ENABLE_GEOLOCATION;
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING = $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_$(PLATFORM_NAME));
 ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING_macosx = ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING;
-ENABLE_HIGH_DPI_CANVAS = ENABLE_HIGH_DPI_CANVAS;
+ENABLE_HIGH_DPI_CANVAS = $(ENABLE_HIGH_DPI_CANVAS_$(PLATFORM_NAME));
+ENABLE_HIGH_DPI_CANVAS_macosx = ENABLE_HIGH_DPI_CANVAS;
 ENABLE_ICONDATABASE = $(ENABLE_ICONDATABASE_$(PLATFORM_NAME));
 ENABLE_ICONDATABASE_macosx = ENABLE_ICONDATABASE;
 ENABLE_IFRAME_SEAMLESS = ENABLE_IFRAME_SEAMLESS;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to