Title: [194301] trunk/Source/WebCore
Revision
194301
Author
[email protected]
Date
2015-12-18 15:55:30 -0800 (Fri, 18 Dec 2015)

Log Message

Remove the 'ignoreViewportScalingConstraints' Setting, which was unused
https://bugs.webkit.org/show_bug.cgi?id=152435

Reviewed by Tim Horton.

r177110 added a WebCore setting called ignoreViewportScalingConstraints,
but it was never used, so remove it.

* page/Settings.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (194300 => 194301)


--- trunk/Source/WebCore/ChangeLog	2015-12-18 23:38:27 UTC (rev 194300)
+++ trunk/Source/WebCore/ChangeLog	2015-12-18 23:55:30 UTC (rev 194301)
@@ -1,3 +1,15 @@
+2015-12-18  Simon Fraser  <[email protected]>
+
+        Remove the 'ignoreViewportScalingConstraints' Setting, which was unused
+        https://bugs.webkit.org/show_bug.cgi?id=152435
+
+        Reviewed by Tim Horton.
+
+        r177110 added a WebCore setting called ignoreViewportScalingConstraints,
+        but it was never used, so remove it.
+
+        * page/Settings.in:
+
 2015-12-18  Brent Fulgham  <[email protected]>
 
         Place an upper bound on canvas pixel count

Modified: trunk/Source/WebCore/page/Settings.in (194300 => 194301)


--- trunk/Source/WebCore/page/Settings.in	2015-12-18 23:38:27 UTC (rev 194300)
+++ trunk/Source/WebCore/page/Settings.in	2015-12-18 23:55:30 UTC (rev 194301)
@@ -234,8 +234,6 @@
 
 serviceControlsEnabled initial=false, conditional=SERVICE_CONTROLS
 
-ignoreViewportScalingConstraints initial=false
-
 appleMailPaginationQuirkEnabled initial=false
 
 attachmentElementEnabled initial=true, conditional=ATTACHMENT_ELEMENT
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to