gecko/dom/indexedDB
2010-05-31 12:06:47 -07:00
..
test Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
AsyncConnectionHelper.cpp Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
AsyncConnectionHelper.h Add TransactionThreadPool and make transactions use it instead of the database thread 2010-05-26 23:21:43 -07:00
DatabaseInfo.cpp Fastpath objectStore name searches 2010-05-24 13:56:03 -07:00
DatabaseInfo.h Fastpath objectStore name searches 2010-05-24 13:56:03 -07:00
IDBDatabaseRequest.cpp Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IDBDatabaseRequest.h Add TransactionThreadPool and make transactions use it instead of the database thread 2010-05-26 23:21:43 -07:00
IDBEvents.cpp Add abort and complete events to IDBTransactionRequest 2010-05-21 09:24:47 -07:00
IDBEvents.h Add abort and complete events to IDBTransactionRequest 2010-05-21 09:24:47 -07:00
IDBObjectStoreRequest.cpp Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IDBObjectStoreRequest.h Move to global mainthread metadata storage for databases and object stores 2010-05-23 23:54:39 -07:00
IDBRequest.cpp Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IDBRequest.h Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IDBTransactionRequest.cpp Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IDBTransactionRequest.h Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
IndexedDatabase.h Move to global mainthread metadata storage for databases and object stores 2010-05-23 23:54:39 -07:00
IndexedDatabaseRequest.cpp Don't allow writers to starve 2010-05-28 22:45:24 -07:00
IndexedDatabaseRequest.h Make indexedDB.open async 2010-05-09 21:26:31 -07:00
LazyIdleThread.cpp Make open transactions keep their DB thread alive 2010-05-20 15:47:34 -07:00
LazyIdleThread.h Make open transactions keep their DB thread alive 2010-05-20 15:47:34 -07:00
Makefile.in Add TransactionThreadPool and make transactions use it instead of the database thread 2010-05-26 23:21:43 -07:00
nsIIDBCursor.idl Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBDatabase.idl Add skeleton for transactions 2010-05-18 16:50:18 -07:00
nsIIDBDatabaseException.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBDatabaseRequest.idl Add skeleton for transactions 2010-05-18 16:50:18 -07:00
nsIIDBErrorEvent.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBEvent.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBIndex.idl Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBIndexRequest.idl Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBKeyRange.idl Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBObjectStore.idl Add skeleton for transactions 2010-05-18 16:50:18 -07:00
nsIIDBObjectStoreRequest.idl Add skeleton for transactions 2010-05-18 16:50:18 -07:00
nsIIDBRequest.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBSuccessEvent.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBTransaction.idl Fix some small things 2010-05-21 12:28:29 -07:00
nsIIDBTransactionEvent.idl Add IDBTransactionEvent 2010-05-18 10:12:30 -07:00
nsIIDBTransactionRequest.idl Add skeleton for transactions 2010-05-18 16:50:18 -07:00
nsIIndexedDatabaseRequest.idl Remove readOnly from IndexedDatabaseRequest.open 2010-05-18 10:00:58 -07:00
Savepoint.h Make requests and transactions have functional abort(), readystate too. 2010-05-31 12:06:47 -07:00
TransactionThreadPool.cpp Don't allow writers to starve 2010-05-28 22:45:24 -07:00
TransactionThreadPool.h Prevent overlapping transactions from running concurrently (using read-write lock behavior) 2010-05-28 01:23:07 -07:00