[webkit-reviews] review granted: [Bug 185020] Add a setting for keeping around all processes and always reusing them per-origin : [Attachment 338838] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 09:07:01 PDT 2018


Andy Estes <aestes at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 185020: Add a setting for keeping around all processes and always reusing
them per-origin
https://bugs.webkit.org/show_bug.cgi?id=185020

Attachment 338838: Patch

https://bugs.webkit.org/attachment.cgi?id=338838&action=review




--- Comment #2 from Andy Estes <aestes at apple.com> ---
Comment on attachment 338838
  --> https://bugs.webkit.org/attachment.cgi?id=338838
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=338838&action=review

> Source/WebKit/UIProcess/API/C/WKContextConfigurationRef.h:75
> +WK_EXPORT bool
WKContextConfigurationAlwaysKeepAndReuseSwappedProcesses(WKContextConfiguration
Ref configuration);
> +WK_EXPORT void
WKContextConfigurationSetAlwaysKeepAndReuseSwappedProcesses(WKContextConfigurat
ionRef configuration, bool keepAndReuse);

Naming the WKContextConfigurationRef parameter seems redundant, but I guess
it's consistent with the rest of this file.


More information about the webkit-reviews mailing list