gecko/dom/indexedDB
2012-02-28 15:11:11 -08:00
..
test Bug 725418: IndexedDB - GetAll[Keys] with an explicit 0, null, or undefined for the maximum number of records should return all records. r=bent 2012-02-09 20:56:48 -08:00
AsyncConnectionHelper.cpp Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
AsyncConnectionHelper.h
CheckPermissionsHelper.cpp Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent 2012-01-03 10:27:39 -05:00
CheckPermissionsHelper.h Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent 2012-01-03 10:27:39 -05:00
CheckQuotaHelper.cpp
CheckQuotaHelper.h
DatabaseInfo.cpp
DatabaseInfo.h
FileInfo.cpp
FileInfo.h
FileManager.cpp Bug 728921 - 'IndexedDB: FileManager file enumeration should run within a transaction'. r=sicking. 2012-02-20 10:35:45 -08:00
FileManager.h
IDBCursor.cpp Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IDBCursor.h Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IDBDatabase.cpp Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IDBDatabase.h Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug 2012-02-08 10:53:33 +08:00
IDBEvents.cpp Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke 2012-01-02 19:05:19 +01:00
IDBEvents.h
IDBFactory.cpp Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IDBFactory.h Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IDBIndex.cpp Backout 4fc2f49371a8 (bug 725550) for build failures 2012-02-25 00:16:47 +01:00
IDBIndex.h Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IDBKeyRange.cpp Bug 730511: remove obsolete typedefs intN, uintN, r=luke 2012-02-28 15:11:11 -08:00
IDBKeyRange.h
IDBObjectStore.cpp Backout 4fc2f49371a8 (bug 725550) for build failures 2012-02-25 00:16:47 +01:00
IDBObjectStore.h Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IDBRequest.cpp Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IDBRequest.h Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug 2012-02-08 10:53:33 +08:00
IDBTransaction.cpp Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IDBTransaction.h Bug 722046: Fix build failure on OpenBSD/Gcc 4.2.1 due to extra semicolon. r=Ms2ger 2012-01-28 12:03:35 -08:00
IDBWrapperCache.cpp Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IDBWrapperCache.h Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent. 2012-02-27 17:52:19 +01:00
IndexedDatabase.h
IndexedDatabaseManager.cpp Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey. 2012-01-24 02:03:37 -08:00
IndexedDatabaseManager.h Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent 2012-01-03 10:27:39 -05:00
Key.cpp Backout 4fc2f49371a8 (bug 725550) for build failures 2012-02-25 00:16:47 +01:00
Key.h
Makefile.in Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey 2012-02-04 17:32:24 +00:00
nsIIDBCursor.idl
nsIIDBCursorWithValue.idl
nsIIDBDatabase.idl Bug 710380 - IndexedDB could use the dictionary reader, r=khuey 2011-12-27 20:01:28 +02:00
nsIIDBDatabaseException.idl
nsIIDBFactory.idl
nsIIDBIndex.idl
nsIIDBKeyRange.idl
nsIIDBObjectStore.idl Bug 710380 - IndexedDB could use the dictionary reader, r=khuey 2011-12-27 20:01:28 +02:00
nsIIDBOpenDBRequest.idl
nsIIDBRequest.idl
nsIIDBTransaction.idl
nsIIDBVersionChangeEvent.idl
nsIIndexedDatabaseManager.idl Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent 2012-01-03 10:27:39 -05:00
OpenDatabaseHelper.cpp Fix for bug 731173 (SetVersionHelper should release mOpenRequest). r=bent. 2012-02-24 11:31:00 +01:00
OpenDatabaseHelper.h
TransactionThreadPool.cpp
TransactionThreadPool.h