gecko/dom/indexedDB
2011-12-13 11:46:19 -08:00
..
test Tests for Bug 706088. r=khuey. Also removes a now-obsolete test. r=bent. a=khuey 2011-12-13 11:46:19 -08:00
AsyncConnectionHelper.cpp Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent 2011-12-03 12:10:21 -05:00
AsyncConnectionHelper.h Bug 692671: IndexedDB: remove timeout in database operations. r=sicking. 2011-11-08 09:43:00 -08:00
CheckPermissionsHelper.cpp Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
CheckPermissionsHelper.h Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
CheckQuotaHelper.cpp Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent 2011-12-03 12:10:21 -05:00
CheckQuotaHelper.h Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent 2011-12-03 12:10:21 -05:00
DatabaseInfo.cpp Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
DatabaseInfo.h Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
IDBCursor.cpp Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking. 2011-11-07 15:37:19 -08:00
IDBCursor.h Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking. 2011-11-07 15:37:19 -08:00
IDBDatabase.cpp Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug 2011-12-08 16:31:14 +08:00
IDBDatabase.h Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent 2011-12-03 12:10:21 -05:00
IDBEvents.cpp Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
IDBEvents.h Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
IDBFactory.cpp Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
IDBFactory.h Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
IDBIndex.cpp Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
IDBIndex.h Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
IDBKeyRange.cpp Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
IDBKeyRange.h Bug 694145 - 'IndexedDB: various methods should accept both keys and KeyRanges'. r=sicking. 2011-11-03 08:59:17 -07:00
IDBObjectStore.cpp Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
IDBObjectStore.h Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
IDBRequest.cpp Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug 2011-12-08 16:31:14 +08:00
IDBRequest.h Bug 687361: Implement the new IndexedDB setVersion API. r=bent 2011-10-20 12:10:56 -04:00
IDBTransaction.cpp Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug 2011-12-08 16:31:14 +08:00
IDBTransaction.h Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent 2011-12-04 09:39:01 -08:00
IndexedDatabase.h Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
IndexedDatabaseManager.cpp Bug 704464: Part 1 - Rework quota handling to use Windows insteead of Databases. r=bent 2011-12-03 12:10:21 -05:00
IndexedDatabaseManager.h Bug 704464: Part 2 - Make Database creation hook into the quota system. r=bent 2011-12-03 12:18:38 -05:00
Key.h Bug 692652 - IndexedDB: Index updating is broken. r=sicking. 2011-11-21 20:18:19 -08:00
LazyIdleThread.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
LazyIdleThread.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
Makefile.in Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
nsIIDBCursor.idl Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking. 2011-11-07 15:37:19 -08:00
nsIIDBCursorWithValue.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBDatabase.idl Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
nsIIDBDatabaseException.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBFactory.idl Bug 692642: IndexedDB: support indexedDB.cmp. r=sicking. 2011-11-08 11:03:18 -08:00
nsIIDBIndex.idl Bug 692630: Support multi-entry indexes. r=bent 2011-12-04 09:39:01 -08:00
nsIIDBKeyRange.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBObjectStore.idl Bug 692632 - 'IndexedDB: support empty objectstore/index names'. r=sicking. 2011-11-07 15:37:16 -08:00
nsIIDBOpenDBRequest.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBRequest.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBTransaction.idl Bug 692671: IndexedDB: remove timeout in database operations. r=sicking. 2011-11-08 09:43:00 -08:00
nsIIDBVersionChangeEvent.idl Bug 698929 - Implement event.stopImmediatePropagation, r=jst 2011-11-04 19:17:19 +02:00
nsIIndexedDatabaseManager.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
OpenDatabaseHelper.cpp Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
OpenDatabaseHelper.h Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey. 2011-12-07 15:24:20 -08:00
TransactionThreadPool.cpp Bug 700544: Transactions should be ordered based on creation, not on the first request. r=bent 2011-11-18 10:21:04 -05:00
TransactionThreadPool.h Bug 700544: Transactions should be ordered based on creation, not on the first request. r=bent 2011-11-18 10:21:04 -05:00