[webkit-reviews] review granted: [Bug 42970] [IndexedDB] IndexedDB is missing the Transaction interface. : [Attachment 63604] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 10:57:45 PDT 2010


Jeremy Orlow <jorlow at chromium.org> has granted Andrei Popescu
<andreip at google.com>'s request for review:
Bug 42970: [IndexedDB] IndexedDB is missing the Transaction interface.
https://bugs.webkit.org/show_bug.cgi?id=42970

Attachment 63604: Patch
https://bugs.webkit.org/attachment.cgi?id=63604&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
WebCore/Android.mk:758
 +	storage/IDBTransaction.cpp \
Alpha order

WebCore/CMakeLists.txt:349
 +	storage/IDBTransaction.idl
You need to add the other files too

WebCore/GNUmakefile.am:2902
 +	WebCore/storage/IDBTransactionBackendInterface
.h


WebCore/storage/IDBTransaction.cpp:28
 +	return IDBTransaction::READ_ONLY;
forward to backend


r=me


More information about the webkit-reviews mailing list