Bug 150356 - Remove unnecessary default quota setting in DatabaseContext::databaseExceededQuota
Summary: Remove unnecessary default quota setting in DatabaseContext::databaseExceeded...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-19 23:20 PDT by Gyuyoung Kim
Modified: 2015-10-21 19:02 PDT (History)
2 users (show)

See Also:


Attachments
WIP (2.67 KB, patch)
2015-10-19 23:22 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (1.69 KB, patch)
2015-10-20 19:21 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (1.73 KB, patch)
2015-10-20 19:43 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-10-19 23:20:49 PDT
In webdatabase we have set default quota(5MB) in DatabaseContext::databaseExceededQuota(). However the default value is for testing as mentioned in FIXME comment. So we need to move it to Internals.cpp, then default quota should be set by each port.
Comment 1 Gyuyoung Kim 2015-10-19 23:22:49 PDT
Created attachment 263554 [details]
WIP
Comment 2 Gyuyoung Kim 2015-10-20 19:21:10 PDT
Created attachment 263650 [details]
Patch
Comment 3 Gyuyoung Kim 2015-10-20 19:43:38 PDT
Created attachment 263652 [details]
Patch
Comment 4 WebKit Commit Bot 2015-10-21 19:02:47 PDT
Comment on attachment 263652 [details]
Patch

Clearing flags on attachment: 263652

Committed r191427: <http://trac.webkit.org/changeset/191427>
Comment 5 WebKit Commit Bot 2015-10-21 19:02:51 PDT
All reviewed patches have been landed.  Closing bug.