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+

Description Maciej Stachowiak 2011-01-24 21:55:37 PST
Implement database quota callback to fix storage tests on WebKit2 bot
Comment 1 Maciej Stachowiak 2011-01-24 21:57:19 PST
Created attachment 80018 [details]
Patch
Comment 2 mitz 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.
Comment 3 Maciej Stachowiak 2011-01-24 22:15:11 PST
Committed r76574: <http://trac.webkit.org/changeset/76574>