[webkit-reviews] review granted: [Bug 134175] [Cocoa] No way to grant storage quotas for WebSQL : [Attachment 233575] Add WKUIDelegatePrivate method for increasing quota

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 10:26:39 PDT 2014


Anders Carlsson <andersca at apple.com> has granted mitz at webkit.org
<mitz at webkit.org>'s request for review:
Bug 134175: [Cocoa] No way to grant storage quotas for WebSQL
https://bugs.webkit.org/show_bug.cgi?id=134175

Attachment 233575: Add WKUIDelegatePrivate method for increasing quota
https://bugs.webkit.org/attachment.cgi?id=233575&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=233575&action=review


> Source/WebKit2/UIProcess/API/Cocoa/_WKSecurityOrigin.mm:48
> +    _origin = origin;

Since WebCore security origins are mutable, I think it's safer if we copy it
here.


More information about the webkit-reviews mailing list