WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
36889
Misc IndexedDatabase cleanup
https://bugs.webkit.org/show_bug.cgi?id=36889
Summary
Misc IndexedDatabase cleanup
Jeremy Orlow
Reported
2010-03-31 09:54:42 PDT
Misc IndexedDatabase cleanup
Attachments
Patch
(11.28 KB, patch)
2010-03-31 10:03 PDT
,
Jeremy Orlow
japhet
: review+
japhet
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jeremy Orlow
Comment 1
2010-03-31 10:03:48 PDT
Created
attachment 52181
[details]
Patch
WebKit Review Bot
Comment 2
2010-03-31 10:09:51 PDT
Attachment 52181
[details]
did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 WebKit/chromium/src/IndexedDatabaseProxy.cpp:40: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Nate Chapin
Comment 3
2010-03-31 12:05:45 PDT
Comment on
attachment 52181
[details]
Patch One question (plus the style violation the script caught). I'm r+ing and assuming Darin will override if he sees something I missed in the WebKit/chromium changes.
> --- a/WebKit/chromium/public/WebIndexedDatabase.h > +++ b/WebKit/chromium/public/WebIndexedDatabase.h > @@ -36,6 +36,7 @@ namespace WebKit { > > class WebIDBDatabase; > class WebString; > +class WebFrame;
Do we care about ordering of these?
Jeremy Orlow
Comment 4
2010-03-31 12:12:08 PDT
(In reply to
comment #3
)
> (From update of
attachment 52181
[details]
) > One question (plus the style violation the script caught). I'm r+ing and > assuming Darin will override if he sees something I missed in the > WebKit/chromium changes. > > > --- a/WebKit/chromium/public/WebIndexedDatabase.h > > +++ b/WebKit/chromium/public/WebIndexedDatabase.h > > @@ -36,6 +36,7 @@ namespace WebKit { > > > > class WebIDBDatabase; > > class WebString; > > +class WebFrame; > > Do we care about ordering of these?
We do. This is an artifact of me changing it from WebView to WebFrame at some point. Will fix before landing.
Jeremy Orlow
Comment 5
2010-04-01 03:24:28 PDT
Committed
r56907
: <
http://trac.webkit.org/changeset/56907
>
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