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+
Hans Wennborg
Comment 1 2011-05-27 01:32:52 PDT
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
Note You need to log in before you can comment on or make changes to this bug.