RESOLVED FIXED Bug 91546
Implement putIndexKeys in WebIDBObjectStoreImpl
https://bugs.webkit.org/show_bug.cgi?id=91546
Summary Implement putIndexKeys in WebIDBObjectStoreImpl
Alec Flett
Reported 2012-07-17 15:12:21 PDT
Implement putIndexKeys in WebIDBObjectStoreImpl
Attachments
Patch (3.91 KB, patch)
2012-07-17 15:13 PDT, Alec Flett
no flags
Alec Flett
Comment 1 2012-07-17 15:13:11 PDT
Alec Flett
Comment 2 2012-07-17 15:14:11 PDT
Ugh, I managed to break up my patches incorrectly. This has to land before the chrome side.
Darin Fisher (:fishd, Google)
Comment 3 2012-07-18 11:04:56 PDT
Comment on attachment 152842 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152842&action=review > Source/WebKit/chromium/src/WebIDBObjectStoreImpl.cpp:72 > + for (size_t i = 0; i < webIndexNames.size(); ++i) { Perhaps WebVector<T> should have a helper method for converting to a WTF::Vector.
WebKit Review Bot
Comment 4 2012-07-18 12:27:08 PDT
Comment on attachment 152842 [details] Patch Clearing flags on attachment: 152842 Committed r122999: <http://trac.webkit.org/changeset/122999>
WebKit Review Bot
Comment 5 2012-07-18 12:27:13 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.