CLOSED WONTFIX76767
Move IndexedDB code to new Modules/indexeddb/ directory
https://bugs.webkit.org/show_bug.cgi?id=76767
Summary Move IndexedDB code to new Modules/indexeddb/ directory
Mark Pilgrim (Google)
Reported 2012-01-20 19:49:31 PST
Move IndexedDB code to new Modules/indexeddb/ directory
Attachments
Patch (978.69 KB, patch)
2012-01-20 19:54 PST, Mark Pilgrim (Google)
no flags
Patch (1018.77 KB, patch)
2012-01-26 16:21 PST, Mark Pilgrim (Google)
abarth: review+
Mark Pilgrim (Google)
Comment 1 2012-01-20 19:54:58 PST
Adam Barth
Comment 2 2012-01-20 19:56:50 PST
Yay
Adam Barth
Comment 3 2012-01-20 20:01:53 PST
I'll mark it commit-queue+ once it runs through the EWS for a bit.
WebKit Review Bot
Comment 4 2012-01-20 20:06:20 PST
Attachment 123430 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/Modules/indexeddb/IDBObjectStore.h:73: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBBackingStore.h:47: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBBackingStore.h:62: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBBackingStore.h:76: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBTransactionBackendImpl.h:51: The parameter name "task" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:514: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:1000: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBCursorBackendInterface.h:47: Missing space inside { }. [whitespace/braces] [5] Source/WebCore/Modules/indexeddb/IDBCursorBackendInterface.h:62: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.cpp:282: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Source/WebCore/Modules/indexeddb/IDBPendingTransactionMonitor.cpp:27: You should add a blank line after implementation file's own header. [build/include_order] [4] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:69: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:71: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:78: The parameter name "range" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:92: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:94: The parameter name "key" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h:98: The parameter name "range" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBTransactionBackendInterface.h:54: The parameter name "task" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:31: "EventQueue.h" already included at Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:29 [build/include] [4] Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:43: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 20 in 86 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gyuyoung Kim
Comment 5 2012-01-20 20:06:35 PST
Early Warning System Bot
Comment 6 2012-01-20 20:25:50 PST
Adam Barth
Comment 7 2012-01-21 14:07:10 PST
Looks like some of the other build system need to be updated.
Mark Pilgrim (Google)
Comment 8 2012-01-26 16:21:18 PST
Adam Barth
Comment 9 2012-01-26 16:24:24 PST
Comment on attachment 124208 [details] Patch LGTM, assuming it builds.
Mark Pilgrim (Google)
Comment 10 2012-01-27 06:23:41 PST
Comment on attachment 124208 [details] Patch Looks like EWS gave no errors. Can you commit this?
Adam Barth
Comment 11 2012-01-27 10:52:13 PST
> Looks like EWS gave no errors. Can you commit this? I mean, the none of the EWS bots were able to process this patch. We can try committing it when the tree is quiet because it's likely to break something.
Mark Pilgrim (Google)
Comment 12 2012-03-16 08:16:24 PDT
Already fixed in another rollup patch.
Note You need to log in before you can comment on or make changes to this bug.