Bug 53064 - Implement database quota callback to fix storage tests on WebKit2 bot
Summary: Implement database quota callback to fix storage tests on WebKit2 bot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 21:55 PST by Maciej Stachowiak
Modified: 2011-01-24 22:15 PST (History)
0 users

See Also:


Attachments
Patch (2.39 KB, patch)
2011-01-24 21:57 PST, Maciej Stachowiak
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>