gecko-dev/dom/indexedDB
Greg Tatum c44707f33b Bug 1719540 - Used mozilla::intl::LocaleCanonicalizer in IndexedDB; r=dom-storage-reviewers,asuth
As part of the effort to unify the ICU calls, this replaces the calls for locale
canonicalization in IndexedDB code with the unified component. See Bug 1719664 for
more information.

Differential Revision: https://phabricator.services.mozilla.com/D120249
2021-09-01 00:02:30 +00:00
..
crashtests Bug 1543154 - Added test case from fuzzer. r=dom-workers-and-storage-reviewers,edenchuang 2021-03-12 14:34:30 +00:00
test Bug 1724718 - forget AddTask.js ever existed as bug 1544051 already removed it, r=bgrins 2021-08-10 22:33:06 +00:00
ActorsChild.cpp Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
ActorsChild.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
ActorsParent.cpp Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
ActorsParent.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
ActorsParentCommon.cpp Bug 1661413 - Introduce a generic function for non-recursive traversing of directory entries in file manager directory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
ActorsParentCommon.h Bug 1661413 - Introduce a generic function for non-recursive traversing of directory entries in file manager directory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
DBSchema.cpp Bug 1709067 - IDB: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:38 +00:00
DBSchema.h
DatabaseFileInfo.cpp Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileInfo.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileInfoFwd.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileManager.h Bug 1661413 - Improve deleting files in DeleteFileManagerDirectory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
DatabaseFileManagerImpl.h Bug 1661413 - Improve deleting files in DeleteFileManagerDirectory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
FileInfo.h Bug 1711663 - Extract non-template stuff into base classes; r=dom-storage-reviewers,asuth 2021-06-01 08:50:32 +00:00
FileInfoImpl.h Bug 1711663 - Extract non-template stuff into base classes; r=dom-storage-reviewers,asuth 2021-06-01 08:50:32 +00:00
FileInfoManager.h Bug 1711663 - Extract non-template stuff into base classes; r=dom-storage-reviewers,asuth 2021-06-01 08:50:32 +00:00
FlippedOnce.h
IDBCursor.cpp Bug 1682536 - Use references/NotNull with IDBCursor. r=dom-workers-and-storage-reviewers,janv 2021-01-21 11:58:29 +00:00
IDBCursor.h
IDBCursorType.cpp Bug 1711675 - IDB: Fix linking in non-unified builds; r=dom-storage-reviewers,jstutte 2021-06-01 09:42:01 +00:00
IDBCursorType.h
IDBDatabase.cpp Bug 1711657 - Rename Note to Info in Severity enum and QM_TRY macros. r=dom-storage-reviewers,janv 2021-08-04 09:39:55 +00:00
IDBDatabase.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBEvents.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBEvents.h
IDBFactory.cpp Bug 1673931 - Remove dependency of BindingUtils.h on Document.h. 2020-11-23 16:08:03 +00:00
IDBFactory.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBFileHandle.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBFileHandle.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
IDBFileRequest.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBFileRequest.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
IDBIndex.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBIndex.h
IDBKeyRange.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBKeyRange.h
IDBMutableFile.cpp Bug 708901 - Migrate to nsTHashSet in dom/indexedDB. r=dom-storage-reviewers,janv 2021-03-23 10:36:33 +00:00
IDBMutableFile.h Bug 708901 - Migrate to nsTHashSet in dom/indexedDB. r=dom-storage-reviewers,janv 2021-03-23 10:36:33 +00:00
IDBObjectStore.cpp Bug 1711657 - Rename Note to Info in Severity enum and QM_TRY macros. r=dom-storage-reviewers,janv 2021-08-04 09:39:55 +00:00
IDBObjectStore.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBRequest.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBRequest.h Bug 1680724 - Use ToMaybeRef or SafeRefPtr::maybeDeref where possible. r=dom-workers-and-storage-reviewers,janv 2020-12-08 17:49:30 +00:00
IDBResult.h Bug 1677284 - Move PackingStrategy::Variant implementation to separate header file. r=emilio 2020-11-23 15:49:14 +00:00
IDBTransaction.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBTransaction.h Bug 1682536 - Use references/NotNull with IDBCursor. r=dom-workers-and-storage-reviewers,janv 2021-01-21 11:58:29 +00:00
IndexedDBCommon.cpp Bug 1709067 - IDB: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:38 +00:00
IndexedDBCommon.h Bug 1709067 - IDB: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:38 +00:00
IndexedDatabase.cpp Bug 1711663 - Rename FileInfo to DatabaseFileInfo and TestFileInfo to SimpleFileInfo; r=dom-storage-reviewers,jstutte 2021-05-31 17:44:19 +00:00
IndexedDatabase.h Bug 1711663 - Rename FileInfo to DatabaseFileInfo and TestFileInfo to SimpleFileInfo; r=dom-storage-reviewers,jstutte 2021-05-31 17:44:19 +00:00
IndexedDatabaseInlines.h Bug 1714283 - IDB: Fix building in non-unified builds; r=dom-storage-reviewers,jstutte 2021-06-23 13:57:52 +00:00
IndexedDatabaseManager.cpp Bug 1719540 - Used mozilla::intl::LocaleCanonicalizer in IndexedDB; r=dom-storage-reviewers,asuth 2021-09-01 00:02:30 +00:00
IndexedDatabaseManager.h Bug 1711663 - Rename FileManager to DatabaseFileManager and TestFileManager to SimpleFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 03:42:47 +00:00
Key.cpp Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp 2021-07-13 11:52:42 +00:00
Key.h Bug 1678374 - Avoid including jsapi.h from header files. r=jandem 2020-11-23 16:12:34 +00:00
KeyPath.cpp Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp 2021-07-13 11:52:42 +00:00
KeyPath.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
PBackgroundIDBCursor.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PBackgroundIDBDatabase.ipdl Bug 1660470 - Move void_t/null_t to a new IPCCore.h header. r=nika 2020-11-23 16:05:20 +00:00
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl Bug 1660470 - Move void_t/null_t to a new IPCCore.h header. r=nika 2020-11-23 16:05:20 +00:00
PBackgroundIDBSharedTypes.ipdlh Bug 1689147 - Part 1: Add extended attribute syntax to IPDL, r=mccr8 2021-02-09 16:50:21 +00:00
PBackgroundIDBTransaction.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PBackgroundIndexedDBUtils.ipdl
PermissionRequestBase.cpp Bug 1709067 - IDB: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:38 +00:00
PermissionRequestBase.h
ProfilerHelpers.cpp Bug 1699742 - Remove MOZ_GECKO_PROFILER ifdefs that are no longer needed, r=gerald. 2021-03-22 16:29:52 +00:00
ProfilerHelpers.h
ReportInternalError.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ReportInternalError.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SafeRefPtr.h Bug 1687391 - Avoid using a spinlock in ThreadSafeWeakReference, r=glandium,mccr8,Gankra,sg 2021-02-03 17:00:04 +00:00
SchemaUpgrades.cpp Bug 1711675 - IDB: Fix linking in non-unified builds; r=dom-storage-reviewers,jstutte 2021-06-01 09:42:01 +00:00
SchemaUpgrades.h
ScriptErrorHelper.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ScriptErrorHelper.h
SerializationHelpers.h Bug 1680751 - Change KeyPathType to an enum class. r=ttung,dom-storage-reviewers,asuth 2021-03-31 18:28:40 +00:00
ThreadLocal.h
moz.build Bug 1711663 - Rename FileInfo to DatabaseFileInfo and TestFileInfo to SimpleFileInfo; r=dom-storage-reviewers,jstutte 2021-05-31 17:44:19 +00:00
nsIIDBPermissionsRequest.idl