gecko/dom/indexedDB
2010-05-18 10:12:54 -07:00
..
test Fix keyPath madness and make autoincrement+keyPath+JSObjects work 2010-05-17 18:50:41 -07:00
AsyncConnectionHelper.cpp Fix transaction issue and assert that we have a connection in DoDatabaseWork methods that need it. 2010-05-11 14:33:35 -07:00
AsyncConnectionHelper.h Better timeout setting 2010-05-11 14:21:33 -07:00
IDBDatabaseRequest.cpp Remove indexes from IDBDatabaseRequest 2010-05-18 10:12:54 -07:00
IDBDatabaseRequest.h Remove indexes from IDBDatabaseRequest 2010-05-18 10:12:54 -07:00
IDBEvents.cpp Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
IDBEvents.h Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
IDBObjectStoreRequest.cpp Fix keyPath madness and make autoincrement+keyPath+JSObjects work 2010-05-17 18:50:41 -07:00
IDBObjectStoreRequest.h Add Get/Put on IDBObjectStoreRequest, move database files into subfolders based on origin 2010-05-04 13:25:16 -07:00
IDBRequest.cpp Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
IDBRequest.h Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
IndexedDatabase.h Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
IndexedDatabaseRequest.cpp Remove indexes from IDBDatabaseRequest 2010-05-18 10:12:54 -07:00
IndexedDatabaseRequest.h Make indexedDB.open async 2010-05-09 21:26:31 -07:00
LazyIdleThread.cpp Fix LazyIdleThread to work properly and not eat events and hang the browser. 2010-05-05 22:44:49 -07:00
LazyIdleThread.h Fix LazyIdleThread to work properly and not eat events and hang the browser. 2010-05-05 22:44:49 -07:00
Makefile.in Add IDBTransactionEvent 2010-05-18 10:12:30 -07:00
nsIIDBCursor.idl Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBDatabase.idl Remove indexes from IDBDatabaseRequest 2010-05-18 10:12:54 -07:00
nsIIDBDatabaseException.idl Move 'source' property from IDBRequest to success/error events 2010-05-09 15:04:46 -07:00
nsIIDBDatabaseRequest.idl Remove indexes from IDBDatabaseRequest 2010-05-18 10:12:54 -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 Adding events, threading, and more complete integration 2010-04-28 16:04:26 -07:00
nsIIDBObjectStoreRequest.idl Fix overwrite method, and bad cleanup of comptrs 2010-05-07 15:05:42 -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 Move indexedDB implementation to dom/indexedDB, add more interfaces and stub implementations, integrate with DOMClassInfo. 2010-04-22 21:38:51 -07:00
nsIIDBTransactionEvent.idl Add IDBTransactionEvent 2010-05-18 10:12:30 -07:00
nsIIDBTransactionRequest.idl Move indexedDB implementation to dom/indexedDB, add more interfaces and stub implementations, integrate with DOMClassInfo. 2010-04-22 21:38:51 -07:00
nsIIndexedDatabaseRequest.idl Remove readOnly from IndexedDatabaseRequest.open 2010-05-18 10:00:58 -07:00