fune/ipc
Jan Varga 67a8ed7ac0 Bug 1855142 - Ensure IndexedDabaseManager::mLocale separately; r=dom-storage-reviewers,jari
mLocale is currently initialized in IndexedDatabaseManager::Init which is
called from IndexedDatabaseManager::GetOrCreate if the manager doesn't exist.
This can be a problem when IndexedDatabaseManager::GetOrCreate is called very
early,for example in nsLayoutStatics::Initialize in the parent process.

This is a preparation for moving IndexedDatabaseManager::GetOrCreate from
FactoryOp::Open to InitializeQuotaManager.

Differential Revision: https://phabricator.services.mozilla.com/D189891
2024-02-29 15:28:47 +00:00
..
app
chromium Bug 1881584 - Disable additional IPC port security checks for fuzzing. r=nika 2024-02-22 18:45:39 +00:00
contentproc
docs Bug 1880849 - Expose Utility process with actor names in about:support r=flod,fluent-reviewers 2024-02-20 11:44:15 +00:00
glue Bug 1855142 - Ensure IndexedDabaseManager::mLocale separately; r=dom-storage-reviewers,jari 2024-02-29 15:28:47 +00:00
gtest
ipdl Bug 1878958 - Add IPCMessageTypeIsSync and use it in IPCFuzzController. r=nika 2024-02-19 21:45:33 +00:00
mscom Bug 1869053 - [5/5] templatize and further simplify AgileReference r=handyman,win-reviewers 2023-12-21 19:46:55 +00:00
testshell Bug 1874739 - Part 10: Make PTestShell refcounted, r=ipc-reviewers,mccr8 2024-01-19 20:23:21 +00:00
moz.build
pull-chromium.py