WebKit Bugzilla
Attachment 349810 Details for
Bug 189634
: Clarify the configuration used by WKUIDelegate's createWebViewWithConfiguration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189634-20180914144824.patch (text/plain), 1.33 KB, created by
Geoffrey Garen
on 2018-09-14 14:48:24 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Geoffrey Garen
Created:
2018-09-14 14:48:24 PDT
Size:
1.33 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 236018) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-09-14 Geoffrey Garen <ggaren@apple.com> >+ >+ Clarify the configuration used by WKUIDelegate's createWebViewWithConfiguration >+ https://bugs.webkit.org/show_bug.cgi?id=189634 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/API/Cocoa/WKUIDelegate.h: >+ > 2018-09-11 Simon Fraser <simon.fraser@apple.com> > > Make GraphicsLayers ref-counted, so their tree can persist when disconnected from RenderLayerBackings >Index: Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h >=================================================================== >--- Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h (revision 235897) >+++ Source/WebKit/UIProcess/API/Cocoa/WKUIDelegate.h (working copy) >@@ -50,7 +50,7 @@ NS_ASSUME_NONNULL_BEGIN > /*! @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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189634
:
349810
|
349811