RESOLVED FIXED 53064
Implement database quota callback to fix storage tests on WebKit2 bot
https://bugs.webkit.org/show_bug.cgi?id=53064
Summary Implement database quota callback to fix storage tests on WebKit2 bot
Maciej Stachowiak
Reported 2011-01-24 21:55:37 PST
Implement database quota callback to fix storage tests on WebKit2 bot
Attachments
Patch (2.39 KB, patch)
2011-01-24 21:57 PST, Maciej Stachowiak
mitz: review+
Maciej Stachowiak
Comment 1 2011-01-24 21:57:19 PST
mitz
Comment 2 2011-01-24 21:58:30 PST
Comment on attachment 80018 [details] Patch 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.
Maciej Stachowiak
Comment 3 2011-01-24 22:15:11 PST
Note You need to log in before you can comment on or make changes to this bug.