WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
61615
IndexedDB: Support mutating cursors on top of LevelDB
https://bugs.webkit.org/show_bug.cgi?id=61615
Summary
IndexedDB: Support mutating cursors on top of LevelDB
Hans Wennborg
Reported
2011-05-27 01:09:15 PDT
IndexedDB: Support mutating cursors on top of LevelDB
Attachments
Patch
(17.65 KB, patch)
2011-05-27 01:32 PDT
,
Hans Wennborg
tonyg
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Hans Wennborg
Comment 1
2011-05-27 01:32:52 PDT
Created
attachment 95140
[details]
Patch
Tony Gentilcore
Comment 2
2011-05-27 06:33:23 PDT
Comment on
attachment 95140
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=95140&action=review
> Source/WebCore/platform/leveldb/LevelDBTransaction.h:141 > + void reSeekTreeIterator() const;
I suggest a more idiomatic name than reSeek, maybe refreshTreeIterator() or updateTreeIterator()?
Hans Wennborg
Comment 3
2011-05-27 06:50:32 PDT
(In reply to
comment #2
)
> (From update of
attachment 95140
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=95140&action=review
> > > Source/WebCore/platform/leveldb/LevelDBTransaction.h:141 > > + void reSeekTreeIterator() const; > > I suggest a more idiomatic name than reSeek, maybe refreshTreeIterator() or updateTreeIterator()?
Done. Thanks, Tony!
Hans Wennborg
Comment 4
2011-05-27 07:02:47 PDT
Committed
r87508
: <
http://trac.webkit.org/changeset/87508
>
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