Title: [236019] trunk/Source/WebKit
Revision
236019
Author
gga...@apple.com
Date
2018-09-14 14:59:27 -0700 (Fri, 14 Sep 2018)

Log Message

Clarify the configuration used by WKUIDelegate's createWebViewWithConfiguration
https://bugs.webkit.org/show_bug.cgi?id=189634

Reviewed by Tim Horton.

* UIProcess/API/Cocoa/WKUIDelegate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236018 => 236019)


--- trunk/Source/WebKit/ChangeLog	2018-09-14 21:00:21 UTC (rev 236018)
+++ trunk/Source/WebKit/ChangeLog	2018-09-14 21:59:27 UTC (rev 236019)
@@ -1,3 +1,12 @@
+2018-09-14  Geoffrey Garen  <gga...@apple.com>
+
+        Clarify the configuration used by WKUIDelegate's createWebViewWithConfiguration
+        https://bugs.webkit.org/show_bug.cgi?id=189634
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/API/Cocoa/WKUIDelegate.h:
+
 2018-09-11  Simon Fraser  <simon.fra...@apple.com>
 
         Make GraphicsLayers ref-counted, so their tree can persist when disconnected from RenderLayerBackings

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h (236018 => 236019)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h	2018-09-14 21:00:21 UTC (rev 236018)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h	2018-09-14 21:59:27 UTC (rev 236019)
@@ -50,7 +50,7 @@
 /*! @abstract Creates a new web view.
  @param webView The web view invoking the delegate method.
  @param configuration The configuration to use when creating the new web
- view.
+ view. This configuration is a copy of webView.configuration.
  @param navigationAction The navigation action causing the new web view to
  be created.
  @param windowFeatures Window features requested by the webpage.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to