Bug 81827 - [Qt][WK2] Add QML API for handling database quotas
Summary: [Qt][WK2] Add QML API for handling database quotas
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexander Færøy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 12:33 PDT by Alexander Færøy
Modified: 2012-03-22 06:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (17.02 KB, patch)
2012-03-22 04:04 PDT, Alexander Færøy
no flags Details | Formatted Diff | Diff
Patch (16.97 KB, patch)
2012-03-22 05:07 PDT, Alexander Færøy
no flags Details | Formatted Diff | Diff
Patch (16.17 KB, patch)
2012-03-22 06:02 PDT, Alexander Færøy
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Færøy 2012-03-21 12:33:27 PDT
We should have an API for handling database quotas.

Pierre and I are working on this.
Comment 1 Alexander Færøy 2012-03-22 04:04:37 PDT
Created attachment 133216 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-22 04:08:04 PDT
Attachment 133216 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1
Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp:40:  An else statement can be removed when the prior "if" concludes with a return, break, continue or goto statement.  [readability/control_flow] [4]
Source/WebKit2/UIProcess/qt/QtWebPageUIClient.h:58:  The parameter name "page" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/WebKit2/UIProcess/qt/QtWebPageUIClient.h:58:  The parameter name "frame" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 3 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexander Færøy 2012-03-22 05:07:22 PDT
Created attachment 133225 [details]
Patch
Comment 4 Alexander Færøy 2012-03-22 06:02:39 PDT
Created attachment 133240 [details]
Patch
Comment 5 Alexander Færøy 2012-03-22 06:52:47 PDT
Committed r111684: <http://trac.webkit.org/changeset/111684>