gecko/dom/indexedDB
2012-05-28 00:53:57 -07:00
..
crashtests Bug 726376: Prevent infinite recursion in indexedDB::cmp. r=sicking 2012-05-11 10:47:27 -07:00
test Merge m-c to b-s. 2012-05-27 22:31:06 -07:00
AsyncConnectionHelper.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AsyncConnectionHelper.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
DatabaseInfo.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
FileInfo.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
FileInfo.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
FileManager.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
FileManager.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBCursor.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBCursor.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBDatabase.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBDatabase.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBEvents.cpp Bug 757222: deleteDatabase should fire a versionchange event with newVersion === null. r=sicking 2012-05-25 11:48:27 -07:00
IDBEvents.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBFactory.cpp Back out Bug 754142. 2012-05-28 00:53:57 -07:00
IDBFactory.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBIndex.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBIndex.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBKeyRange.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBKeyRange.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBObjectStore.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBObjectStore.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBRequest.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBRequest.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBTransaction.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
IDBTransaction.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent 2012-03-13 02:56:07 +02:00
IndexedDatabase.h Back out Bug 754142. 2012-05-28 00:53:57 -07:00
IndexedDatabaseManager.cpp Back out Bug 754142. 2012-05-28 00:53:57 -07:00
IndexedDatabaseManager.h Back out Bug 754142. 2012-05-28 00:53:57 -07:00
Key.cpp Bug 755508: Do not allow the use of NaN dates as keys. r=sicking 2012-05-25 11:52:19 -07:00
Key.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBFactory.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBTransaction.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsIIDBVersionChangeEvent.idl Bug 757222: deleteDatabase should fire a versionchange event with newVersion === null. r=sicking 2012-05-25 11:48:27 -07:00
nsIIndexedDatabaseManager.idl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
OpenDatabaseHelper.cpp Back out Bug 754142. 2012-05-28 00:53:57 -07:00
OpenDatabaseHelper.h Back out Bug 754142. 2012-05-28 00:53:57 -07:00
TransactionThreadPool.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
TransactionThreadPool.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00