gecko-dev/dom/storage
2021-03-02 12:13:18 +00:00
..
LocalStorage.cpp
LocalStorage.h Bug 1669437 - Get rid of the private data set; r=asuth,dom-workers-and-storage-reviewers 2020-11-11 07:06:20 +00:00
LocalStorageCache.cpp Bug 1693541 - Improve uses of nsBaseHashtable and descendants and avoid multiple subsequent lookups in dom/storage. r=dom-storage-reviewers,ttung 2021-02-26 11:36:41 +00:00
LocalStorageCache.h Bug 1669437 - Add necessary infrastructure for independent in-memory only local storage database; r=asuth,dom-workers-and-storage-reviewers 2020-11-11 13:12:57 +00:00
LocalStorageManager.cpp Bug 1693541 - Improve uses of nsBaseHashtable and descendants and avoid multiple subsequent lookups in dom/storage. r=dom-storage-reviewers,ttung 2021-02-26 11:36:41 +00:00
LocalStorageManager.h Bug 1683299 - Introduce site quota for legacy LocalStorage; r=dom-workers-and-storage-reviewers,janv 2021-01-14 16:01:17 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
PartitionedLocalStorage.cpp Bug 1626555 - Add dom/storage to the list of non-unified-build-compatible directories. r=sg 2020-11-10 12:00:30 +00:00
PartitionedLocalStorage.h
PBackgroundLocalStorageCache.ipdl
PBackgroundSessionStorageCache.ipdl Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
PBackgroundSessionStorageManager.ipdl Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
PBackgroundStorage.ipdl
PSessionStorageObserver.ipdl
SessionStorage.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SessionStorage.h Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
SessionStorageCache.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
SessionStorageCache.h Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
SessionStorageManager.cpp Bug 1689601, remove an assertion in SessionStorageManager.cpp since it isn't valid anymore with bfcache, r=peterv,ttung 2021-03-02 12:13:18 +00:00
SessionStorageManager.h Bug 1656768 - Propagate SessionStorage data in BackgroundSessionStorageManager to the new top browsing context while replacing the top context id; r=nika,dom-workers-and-storage-reviewers,asuth 2020-12-03 14:19:35 +00:00
SessionStorageObserver.cpp Bug 1626555 - Add dom/storage to the list of non-unified-build-compatible directories. r=sg 2020-11-10 12:00:30 +00:00
SessionStorageObserver.h Bug 1626555 - Add dom/storage to the list of non-unified-build-compatible directories. r=sg 2020-11-10 12:00:30 +00:00
Storage.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
Storage.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
StorageActivityService.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
StorageActivityService.h Bug 1626555 - Add dom/storage to the list of non-unified-build-compatible directories. r=sg 2020-11-10 12:00:30 +00:00
StorageDBThread.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
StorageDBThread.h Bug 1692880 - Make Put accept DataType instead of wrapping UserDataType. r=xpcom-reviewers,necko-reviewers,nika 2021-02-16 15:53:33 +00:00
StorageDBUpdater.cpp Bug 1689680 - Add StorageDBUpdater::CreateCurrentSchema and call that if we know we have a fresh database file. r=dom-storage-reviewers,janv 2021-02-16 08:55:15 +00:00
StorageDBUpdater.h Bug 1689680 - Add StorageDBUpdater::CreateCurrentSchema and call that if we know we have a fresh database file. r=dom-storage-reviewers,janv 2021-02-16 08:55:15 +00:00
StorageIPC.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
StorageIPC.h Bug 1669437 - Add necessary infrastructure for independent in-memory only local storage database; r=asuth,dom-workers-and-storage-reviewers 2020-11-11 13:12:57 +00:00
StorageNotifierService.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
StorageNotifierService.h Bug 1626555 - Add dom/storage to the list of non-unified-build-compatible directories. r=sg 2020-11-10 12:00:30 +00:00
StorageObserver.cpp Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
StorageObserver.h Bug 1669437 - Add necessary infrastructure for independent in-memory only local storage database; r=asuth,dom-workers-and-storage-reviewers 2020-11-11 13:12:57 +00:00
StorageUtils.cpp
StorageUtils.h