WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 84170
[EFL] Make it possible to define offline storage quota per origin
https://bugs.webkit.org/show_bug.cgi?id=84170
Summary
[EFL] Make it possible to define offline storage quota per origin
Thiago Marcos P. Santos
Reported
2012-04-17 11:09:33 PDT
And unskip tests like: LayoutTests/storage/quota-tracking.html
Attachments
define quota based on db origin
(4.21 KB, patch)
2012-04-19 13:20 PDT
,
Thiago Marcos P. Santos
no flags
Details
Formatted Diff
Diff
patch
(4.21 KB, patch)
2012-04-20 10:23 PDT
,
Thiago Marcos P. Santos
no flags
Details
Formatted Diff
Diff
patch
(4.21 KB, patch)
2012-04-20 12:14 PDT
,
Thiago Marcos P. Santos
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Thiago Marcos P. Santos
Comment 1
2012-04-19 13:20:34 PDT
Created
attachment 137962
[details]
define quota based on db origin
Thiago Marcos P. Santos
Comment 2
2012-04-20 09:54:25 PDT
Bug 84342
will unskip all passing storage tests after this one lands.
Gyuyoung Kim
Comment 3
2012-04-20 09:58:30 PDT
Comment on
attachment 137962
[details]
define quota based on db origin View in context:
https://bugs.webkit.org/attachment.cgi?id=137962&action=review
> Tools/ChangeLog:6 > + Improved LayoutTestController::setDatabaseQuota to set quota based on
Generally, we add description to below "Reviewed by NOBODY"
> Tools/DumpRenderTree/efl/DumpRenderTreeView.cpp:87 > +static uint64_t onExceededDatabaseQuota(Ewk_View_Smart_Data* smartData, Evas_Object *frame, const char *databaseName, uint64_t current_size, uint64_t expected_size)
Style nit : We don't set '*' pointer on variable side.
Thiago Marcos P. Santos
Comment 4
2012-04-20 10:03:22 PDT
(In reply to
comment #3
)
> (From update of
attachment 137962
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=137962&action=review
> > > Tools/ChangeLog:6 > > + Improved LayoutTestController::setDatabaseQuota to set quota based on > > Generally, we add description to below "Reviewed by NOBODY" >
Well noticed.
> > Tools/DumpRenderTree/efl/DumpRenderTreeView.cpp:87 > > +static uint64_t onExceededDatabaseQuota(Ewk_View_Smart_Data* smartData, Evas_Object *frame, const char *databaseName, uint64_t current_size, uint64_t expected_size) > > Style nit : We don't set '*' pointer on variable side.
I'm going to fix that. Wondering why check-webkit-style is not catching these... Thanks for reviewing.
Thiago Marcos P. Santos
Comment 5
2012-04-20 10:23:48 PDT
Created
attachment 138112
[details]
patch
WebKit Review Bot
Comment 6
2012-04-20 10:26:02 PDT
Attachment 138112
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/e..." exit_code: 1 Tools/DumpRenderTree/efl/DumpRenderTreeView.cpp:107: current_size is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Tools/DumpRenderTree/efl/DumpRenderTreeView.cpp:107: expected_size is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 2 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Thiago Marcos P. Santos
Comment 7
2012-04-20 12:14:09 PDT
Created
attachment 138140
[details]
patch
WebKit Review Bot
Comment 8
2012-04-20 13:28:19 PDT
Comment on
attachment 138140
[details]
patch Clearing flags on attachment: 138140 Committed
r114776
: <
http://trac.webkit.org/changeset/114776
>
WebKit Review Bot
Comment 9
2012-04-20 13:28:30 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.
Top of Page
Format For Printing
XML
Clone This Bug