RESOLVED FIXED 150356
Remove unnecessary default quota setting in DatabaseContext::databaseExceededQuota
https://bugs.webkit.org/show_bug.cgi?id=150356
Summary Remove unnecessary default quota setting in DatabaseContext::databaseExceeded...
Gyuyoung Kim
Reported 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.
Attachments
WIP (2.67 KB, patch)
2015-10-19 23:22 PDT, Gyuyoung Kim
no flags
Patch (1.69 KB, patch)
2015-10-20 19:21 PDT, Gyuyoung Kim
no flags
Patch (1.73 KB, patch)
2015-10-20 19:43 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2015-10-19 23:22:49 PDT
Gyuyoung Kim
Comment 2 2015-10-20 19:21:10 PDT
Gyuyoung Kim
Comment 3 2015-10-20 19:43:38 PDT
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2015-10-21 19:02:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.