[webkit-reviews] review granted: [Bug 170387] [Cocoa] Allow clients to specify in _WKProcessPoolConfiguration additional directory sandbox extensions : [Attachment 307089] Add additionalReadAccessAllowedURLs property to _WKProcessPoolConfiguration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 13 21:27:41 PDT 2017


Sam Weinig <sam at webkit.org> has granted mitz at webkit.org's request for review:
Bug 170387: [Cocoa] Allow clients to specify in _WKProcessPoolConfiguration
additional directory sandbox extensions
https://bugs.webkit.org/show_bug.cgi?id=170387

Attachment 307089: Add additionalReadAccessAllowedURLs property to
_WKProcessPoolConfiguration

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




--- Comment #2 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 307089
  --> https://bugs.webkit.org/attachment.cgi?id=307089
Add additionalReadAccessAllowedURLs property to _WKProcessPoolConfiguration

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

> Source/WebKit2/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.mm:121
> +    paths.reserveCapacity(additionalReadAccessAllowedURLs.count);

This can use reserveInitialCapacity for a little bit of a speed bump.


More information about the webkit-reviews mailing list