gecko/dom/indexedDB
2011-11-23 09:15:15 -05:00
..
test Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
AsyncConnectionHelper.cpp Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -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 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 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
IDBDatabase.h Bug 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -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 Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey 2011-11-22 11:54:50 +00:00
IDBFactory.h Bug 625071: Implement deleteDatabase. r=bent 2011-11-07 19:15:45 -05:00
IDBIndex.cpp Bug 702889 - IndexedDB: Change SQL schema and some cursor queries for faster performance. r=sicking. 2011-11-21 20:18:25 -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 702809: Allow creating indexes with empty keyPaths. r=sicking 2011-11-23 09:15:15 -05:00
IDBObjectStore.h Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey 2011-11-22 11:54:50 +00: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 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
IDBTransaction.h Bug 692652 - IndexedDB: Index updating is broken. r=sicking. 2011-11-21 20:18:19 -08:00
IndexedDatabase.h Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey 2011-11-22 11:54:50 +00: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 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 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 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 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 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 692635: Transaction abort events should bubble. r=sicking 2011-11-23 09:15:15 -05:00
OpenDatabaseHelper.h Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey 2011-11-22 11:54:50 +00: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