.. |
crashtests
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
ipc
|
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
|
2014-02-15 04:53:02 -05:00 |
test
|
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
|
2014-02-15 04:53:02 -05:00 |
AsyncConnectionHelper.cpp
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
AsyncConnectionHelper.h
|
Bug 906812: Remove nsISupports usage from IndexedDB WebIDL. r=sicking
|
2013-08-22 22:17:10 -07:00 |
CheckPermissionsHelper.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
CheckPermissionsHelper.h
|
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
|
2013-09-11 06:18:36 +02:00 |
Client.cpp
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
Client.h
|
Bug 929236 - Cache asm.js compiled code in Gecko (r=janv)
|
2013-11-18 15:49:53 -06:00 |
DatabaseInfo.cpp
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
DatabaseInfo.h
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
FileInfo.cpp
|
Bug 932162 - dispatch IndexedDB FileInfo releases to the main thread. r=khuey
|
2013-11-19 06:00:20 -05:00 |
FileInfo.h
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
FileManager.cpp
|
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
|
2013-09-11 06:18:36 +02:00 |
FileManager.h
|
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
|
2013-09-11 06:18:36 +02:00 |
IDBCursor.cpp
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
IDBCursor.h
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
IDBDatabase.cpp
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
IDBDatabase.h
|
Bug 950315 part 2. Convert some idb classes to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=khuey
|
2014-01-07 00:32:20 -05:00 |
IDBEvents.cpp
|
Bug 911258: Part 3 - Convert exceptions to WebIDL. r=bz
|
2013-09-08 20:28:49 -07:00 |
IDBEvents.h
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
IDBFactory.cpp
|
Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent
|
2014-01-27 19:37:05 -05:00 |
IDBFactory.h
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
IDBFileHandle.cpp
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
IDBFileHandle.h
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
IDBIndex.cpp
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
IDBIndex.h
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
IDBKeyRange.cpp
|
Bug 961490 - More exact rooting in dom/indexedDB. r=terrence,khuey
|
2014-01-23 20:49:40 +01:00 |
IDBKeyRange.h
|
Bug 961490 - More exact rooting in dom/indexedDB. r=terrence,khuey
|
2014-01-23 20:49:40 +01:00 |
IDBObjectStore.cpp
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
IDBObjectStore.h
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
IDBRequest.cpp
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
IDBRequest.h
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
IDBTransaction.cpp
|
Bug 965084 - "ROLLBACK TO SAVEPOINT savepoint" doesn't fire appropriate triggers leaving orphaned files. r=bent
|
2014-01-31 10:53:37 -08:00 |
IDBTransaction.h
|
Bug 965084 - "ROLLBACK TO SAVEPOINT savepoint" doesn't fire appropriate triggers leaving orphaned files. r=bent
|
2014-01-31 10:53:37 -08:00 |
IDBWrapperCache.cpp
|
Bug 883920 - use templates for {Hold,Drop}JSObjects. r=peterv
|
2013-08-16 13:10:17 -07:00 |
IDBWrapperCache.h
|
Bug 950315 part 2. Convert some idb classes to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=khuey
|
2014-01-07 00:32:20 -05:00 |
IndexedDatabase.h
|
Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent
|
2014-01-31 21:50:07 -05:00 |
IndexedDatabaseInlines.h
|
Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent
|
2014-01-31 21:50:07 -05:00 |
IndexedDatabaseManager.cpp
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
IndexedDatabaseManager.h
|
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent
|
2014-02-06 22:17:07 -08:00 |
Key.cpp
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
Key.h
|
Bug 961490 - More exact rooting in dom/indexedDB. r=terrence,khuey
|
2014-01-23 20:49:40 +01:00 |
KeyPath.cpp
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
KeyPath.h
|
Bug 888597 - Move IDBObjectStore to WebIDL, r=janv
|
2013-07-31 17:48:36 +02:00 |
moz.build
|
Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent
|
2014-01-27 19:37:05 -05:00 |
nsIIndexedDatabaseManager.idl
|
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
|
2013-09-28 13:25:46 +02:00 |
OpenDatabaseHelper.cpp
|
Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent
|
2014-01-27 19:37:05 -05:00 |
OpenDatabaseHelper.h
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
ProfilerHelpers.h
|
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
|
2013-06-28 18:38:30 -07:00 |
ReportInternalError.cpp
|
Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent
|
2014-01-27 19:37:05 -05:00 |
ReportInternalError.h
|
Bug 958359 - IndexedDB should log a message to the console when it returns NS_ERROR_DOM_INDEXEDDB_UNKNOWN_ERR. r=bent
|
2014-01-27 19:37:05 -05:00 |
TransactionThreadPool.cpp
|
Bug 947737 - Build dom/indexedDB in unified mode; r=bent
|
2013-12-09 00:31:48 -05:00 |
TransactionThreadPool.h
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |