gecko-dev/dom/indexedDB
Kyle Huey e6331f8e70 Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
..
crashtests Bug 726376: Prevent infinite recursion in indexedDB::cmp. r=sicking 2012-05-11 10:47:27 -07:00
ipc Bug 754202 - Use the safe JSContext rather than the current JSContext in IndexedDBDatabaseParent::HandleDatabaseEvent. r=bent 2012-06-28 23:47:56 +02:00
test Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
AsyncConnectionHelper.cpp Bug 755515: Catch exceptions in error handlers. r=sicking 2012-06-29 09:48:34 -07:00
AsyncConnectionHelper.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
CheckPermissionsHelper.cpp Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer 2012-05-26 09:37:58 +01:00
CheckPermissionsHelper.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CheckQuotaHelper.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CheckQuotaHelper.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
DatabaseInfo.cpp Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
DatabaseInfo.h Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
FileInfo.cpp Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey. 2012-06-19 18:50:39 -07:00
FileInfo.h Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey. 2012-06-19 18:50:39 -07:00
FileManager.cpp Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
FileManager.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
FileStream.cpp Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
FileStream.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
IDBCursor.cpp Bug 765834: Rework and unify keyPath handling. r=bent 2012-06-21 15:27:13 -07:00
IDBCursor.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
IDBDatabase.cpp Bug 765834: Rework and unify keyPath handling. r=bent 2012-06-21 15:27:13 -07:00
IDBDatabase.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
IDBEvents.cpp Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
IDBEvents.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBFactory.cpp Bug 767193 - FileHandles do not get GCed/removed when overwritten in indexeddb. r=bent 2012-06-27 05:14:53 +02:00
IDBFactory.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
IDBFileHandle.cpp Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey. 2012-06-19 18:50:39 -07:00
IDBFileHandle.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
IDBIndex.cpp Bug 767186: Cache the keyPath for objectStores and indexes. r=bent 2012-06-22 14:00:53 -07:00
IDBIndex.h Bug 767186: Cache the keyPath for objectStores and indexes. r=bent 2012-06-22 14:00:53 -07:00
IDBKeyRange.cpp Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap 2012-06-19 19:01:10 -04:00
IDBKeyRange.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
IDBObjectStore.cpp Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
IDBObjectStore.h Bug 767186: Cache the keyPath for objectStores and indexes. r=bent 2012-06-22 14:00:53 -07:00
IDBRequest.cpp Bug 748630: Support IDBTransaction.error. r=bent 2012-06-25 12:15:17 -07:00
IDBRequest.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
IDBTransaction.cpp Bug 755507: Sort objectStoreNames/indexNames. r=sicking 2012-06-29 09:48:34 -07:00
IDBTransaction.h Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent 2012-06-26 08:09:25 -07:00
IDBWrapperCache.cpp Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent 2012-05-15 09:56:39 -07:00
IDBWrapperCache.h Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent 2012-03-13 02:56:07 +02:00
IndexedDatabase.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
IndexedDatabaseInlines.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
IndexedDatabaseManager.cpp Merge m-c to b-s. 2012-06-22 14:27:07 -07:00
IndexedDatabaseManager.h Bug 767493: Make AsyncUsageRunnable participate in the WaitForOpenAllowed synchronization mechanism. r=bent 2012-06-22 11:47:05 -07:00
Key.cpp Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
Key.h Bug 765834: Rework and unify keyPath handling. r=bent 2012-06-21 15:27:13 -07:00
KeyPath.cpp Bug 765834 - remove extra UTF BOM that breaks builds r=khuey 2012-06-24 15:29:47 +02:00
KeyPath.h Bug 765834 - remove extra UTF BOM that breaks builds r=khuey 2012-06-24 15:29:47 +02:00
Makefile.in Bug 765834: Rework and unify keyPath handling. r=bent 2012-06-21 15:27:13 -07:00
OpenDatabaseHelper.cpp Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent 2012-06-26 08:09:25 -07:00
OpenDatabaseHelper.h Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
TransactionThreadPool.cpp Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium 2012-06-12 19:06:20 +02:00
TransactionThreadPool.h Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
nsIIDBCursor.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBCursorWithValue.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBDatabase.idl Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
nsIIDBFactory.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBFileHandle.idl Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
nsIIDBIndex.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBKeyRange.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBObjectStore.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBOpenDBRequest.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBRequest.idl Bug 748630: Support IDBTransaction.error. r=bent 2012-06-25 12:15:17 -07:00
nsIIDBTransaction.idl Bug 748630: Support IDBTransaction.error. r=bent 2012-06-25 12:15:17 -07:00
nsIIDBVersionChangeEvent.idl Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
nsIIndexedDatabaseManager.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIStandardFileStream.idl Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00