Title: [203462] trunk/Source/WebKit2
Revision
203462
Author
timothy_hor...@apple.com
Date
2016-07-20 11:59:22 -0700 (Wed, 20 Jul 2016)

Log Message

Explain the default value of WKWebViewConfiguration's ignoresViewportScaleLimits
https://bugs.webkit.org/show_bug.cgi?id=159978
<rdar://problem/27453189>

Reviewed by Dan Bernstein.

* UIProcess/API/Cocoa/WKWebViewConfiguration.h:
This defaults to NO.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203461 => 203462)


--- trunk/Source/WebKit2/ChangeLog	2016-07-20 18:10:18 UTC (rev 203461)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-20 18:59:22 UTC (rev 203462)
@@ -1,3 +1,14 @@
+2016-07-20  Tim Horton  <timothy_hor...@apple.com>
+
+        Explain the default value of WKWebViewConfiguration's ignoresViewportScaleLimits
+        https://bugs.webkit.org/show_bug.cgi?id=159978
+        <rdar://problem/27453189>
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/API/Cocoa/WKWebViewConfiguration.h:
+        This defaults to NO.
+
 2016-07-20  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [Linux] MemoryPressureMonitor fallback code to get memory available in older linux kernels doesn't work

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h (203461 => 203462)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h	2016-07-20 18:10:18 UTC (rev 203461)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h	2016-07-20 18:59:22 UTC (rev 203462)
@@ -184,6 +184,7 @@
 
 /*! @abstract A Boolean value indicating whether the WKWebView should always allow scaling of the web page, regardless of author intent.
  @discussion This will override the user-scalable property.
+ The default value is NO.
  */
 @property (nonatomic) BOOL ignoresViewportScaleLimits WK_API_AVAILABLE(ios(WK_IOS_TBA));
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to