.. |
LocalStorage.cpp
|
Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8
|
2020-02-25 19:44:39 +00:00 |
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 1683299 - Introduce site quota for legacy LocalStorage; r=dom-workers-and-storage-reviewers,janv
|
2021-01-14 16:01:17 +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 1683299 - Introduce site quota for legacy LocalStorage; r=dom-workers-and-storage-reviewers,janv
|
2021-01-14 16:01:17 +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 |
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
|
…
|
|
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
|
…
|
|
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 1682536 - Use NotNull with WriteInfo. r=dom-workers-and-storage-reviewers,janv
|
2021-01-21 11:58:47 +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 1692880 - Make Put accept DataType instead of wrapping UserDataType. r=xpcom-reviewers,necko-reviewers,nika
|
2021-02-16 15:53:33 +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 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +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 1692880 - Make Put accept DataType instead of wrapping UserDataType. r=xpcom-reviewers,necko-reviewers,nika
|
2021-02-16 15:53:33 +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 1691894 - Replace several suboptimal uses of Put after Get by GetOrInsertWith or WithEntryHandle. r=xpcom-reviewers,necko-reviewers,kmag,valentin,geckoview-reviewers,agi
|
2021-02-15 15:12:17 +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
|
Bug 1615297 - Move Localstorage Keygen into Principal r=ckerschb,baku
|
2020-03-29 15:31:24 +00:00 |
StorageUtils.h
|
Bug 1615297 - Move Localstorage Keygen into Principal r=ckerschb,baku
|
2020-03-29 15:31:24 +00:00 |
moz.build
|
Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
|
2020-10-26 18:34:53 +00:00 |