Title: [234445] trunk/Source/WebKit
Revision
234445
Author
[email protected]
Date
2018-07-31 19:53:33 -0700 (Tue, 31 Jul 2018)

Log Message

Add configuration for automatic process pre-warming
https://bugs.webkit.org/show_bug.cgi?id=187108

Reviewed by Ryosuke Niwa.

Added the missing availability macros.

* UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (234444 => 234445)


--- trunk/Source/WebKit/ChangeLog	2018-08-01 02:29:23 UTC (rev 234444)
+++ trunk/Source/WebKit/ChangeLog	2018-08-01 02:53:33 UTC (rev 234445)
@@ -1,3 +1,14 @@
+2018-07-31  Ryosuke Niwa  <[email protected]>
+
+        Add configuration for automatic process pre-warming
+        https://bugs.webkit.org/show_bug.cgi?id=187108
+
+        Reviewed by Ryosuke Niwa.
+
+        Added the missing availability macros.
+
+        * UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h:
+
 2018-07-31  Ben Richards  <[email protected]>
 
         Add configuration for automatic process pre-warming

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h (234444 => 234445)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h	2018-08-01 02:29:23 UTC (rev 234444)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.h	2018-08-01 02:53:33 UTC (rev 234445)
@@ -35,7 +35,7 @@
 
 @property (nonatomic, copy) NSURL *injectedBundleURL;
 @property (nonatomic) NSUInteger maximumProcessCount;
-@property (nonatomic) NSInteger maximumPrewarmedProcessCount;
+@property (nonatomic) NSInteger maximumPrewarmedProcessCount WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA));
 
 @property (nonatomic) BOOL ignoreSynchronousMessagingTimeoutsForTesting WK_API_AVAILABLE(macosx(10.12), ios(10.0));
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to