Bug 53064

Summary: Implement database quota callback to fix storage tests on WebKit2 bot
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: New BugsAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

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.