[webkit-reviews] review granted: [Bug 53064] Implement database quota callback to fix storage tests on WebKit2 bot : [Attachment 80018] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 21:58:30 PST 2011


mitz at webkit.org has granted Maciej Stachowiak <mjs at apple.com>'s request for
review:
Bug 53064: Implement database quota callback to fix storage tests on WebKit2
bot
https://bugs.webkit.org/show_bug.cgi?id=53064

Attachment 80018: Patch
https://bugs.webkit.org/attachment.cgi?id=80018&action=review

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=80018&action=review

> Tools/WebKitTestRunner/TestController.cpp:107
> +static unsigned long long exceededDatabaseQuota(WKPageRef, WKFrameRef,
WKSecurityOriginRef origin, WKStringRef databaseName, WKStringRef, unsigned
long long, unsigned long long, unsigned long long, const void*)

No need to name origin, I suppose.


More information about the webkit-reviews mailing list