gecko/dom/indexedDB
2011-11-07 22:25:51 -08:00
..
test Bug 694135: Don't throw if there are unknown properties in the options objects to createObjectStore/createIndex. r=bent 2011-11-07 22:25:51 -08:00
AsyncConnectionHelper.cpp Bug 697247: Part 2 - Rework IDB synchronization mechanisms. r=bent 2011-11-02 08:53:12 -04:00
AsyncConnectionHelper.h Bug 692991: Refactor some VERSION_CHANGE transaction locking stuff and disallow transaction creation before databases are completely open. r=bent 2011-10-25 08:49:31 -04: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 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
CheckQuotaHelper.h Bug 596776 - 'IndexedDB: Prevent quota prompt from hanging on shutdown'. r=sicking. 2010-10-19 10:58:39 -07:00
DatabaseInfo.cpp Bug 699468: Part 5 - Clone the canonical DatabaseInfo when a Database is closed. r=bent 2011-11-07 19:15:45 -05:00
DatabaseInfo.h Bug 699468: Part 6 - Make some DatabaseInfo stuff private. r=bent 2011-11-07 19:15:45 -05: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 694135: Don't throw if there are unknown properties in the options objects to createObjectStore/createIndex. r=bent 2011-11-07 22:25:51 -08:00
IDBDatabase.h Bug 699468: Part 5 - Clone the canonical DatabaseInfo when a Database is closed. r=bent 2011-11-07 19:15:45 -05:00
IDBEvents.cpp Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures. 2011-10-22 11:03:26 +02:00
IDBEvents.h Bug 687361: Implement the new IndexedDB setVersion API. r=bent 2011-10-20 12:10:56 -04:00
IDBFactory.cpp Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
IDBFactory.h Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
IDBIndex.cpp Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking. 2011-11-07 15:37:19 -08:00
IDBIndex.h Bug 628063 - 'IndexedDB: Indexes created after data are added are sometimes improperly populated'. r=sicking, a=blocking. 2011-01-23 10:16:00 -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 694135: Don't throw if there are unknown properties in the options objects to createObjectStore/createIndex. r=bent 2011-11-07 22:25:51 -08:00
IDBObjectStore.h Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
IDBRequest.cpp Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
IDBRequest.h Bug 687361: Implement the new IndexedDB setVersion API. r=bent 2011-10-20 12:10:56 -04:00
IDBTransaction.cpp Bug 699468: Part 4 - Always go through the DatabaseInfo to get the ObjectStoreInfo. r=bent 2011-11-07 19:15:43 -05:00
IDBTransaction.h Bug 694145 - 'IndexedDB: various methods should accept both keys and KeyRanges'. r=sicking. 2011-11-03 08:59:17 -07:00
IndexedDatabase.h Bug 687361: Implement the new IndexedDB setVersion API. r=bent 2011-10-20 12:10:56 -04:00
IndexedDatabaseManager.cpp Bug 697247: Part 2 - Rework IDB synchronization mechanisms. r=bent 2011-11-02 08:53:12 -04:00
IndexedDatabaseManager.h Bug 697247: Part 2 - Rework IDB synchronization mechanisms. r=bent 2011-11-02 08:53:12 -04:00
Key.h Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07: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 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07: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 692632 - 'IndexedDB: support empty objectstore/index names'. r=sicking. 2011-11-07 15:37:16 -08:00
nsIIDBDatabaseException.idl Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
nsIIDBFactory.idl Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
nsIIDBIndex.idl Bug 692629 - 'IndexedDB: Support IDBObjectStore/IDBIndex.count'. r=sicking. 2011-11-03 08:57:42 -07: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 692632 - 'IndexedDB: support empty objectstore/index names'. r=sicking. 2011-11-07 15:37:16 -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 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
OpenDatabaseHelper.h Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
TransactionThreadPool.cpp Bug 697247: Part 1 - Use atoms instead of hashes for database IDs. r=bent 2011-11-02 08:53:12 -04:00
TransactionThreadPool.h Bug 697247: Part 1 - Use atoms instead of hashes for database IDs. r=bent 2011-11-02 08:53:12 -04:00