gecko-dev/modules/libpref
Markus Stange 01d0f7dcc5 Bug 1770485 - Make content process socket threads use a regular event loop, with a pref r=necko-reviewers,kershaw
The custom event loop is only needed in the parent process or socket
process, where it is used to interleave runnable processing with
socket response processing.
But in content processes, we don't get any data from any socket directly.

Pref added, and pref disabled for many necko xpcshell tests

Differential Revision: https://phabricator.services.mozilla.com/D147094
2022-06-09 11:59:38 +00:00
..
docs Bug 1752332: Update the preferences documentation r=KrisWright 2022-04-27 12:57:39 +00:00
init Bug 1770485 - Make content process socket threads use a regular event loop, with a pref r=necko-reviewers,kershaw 2022-06-09 11:59:38 +00:00
parser
test Bug 1519636 - Reformat recent changes to the Google coding style r=andi,media-playback-reviewers,necko-reviewers,padenot,dragana 2022-06-07 12:32:55 +00:00
Preferences.cpp Bug 1766866: Restricting other preferences we don't want in the content process r=bholley 2022-05-03 13:42:57 +00:00
Preferences.h Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-27 12:57:38 +00:00
SharedPrefMap.cpp Bug 1752332: Add a sanitized property to prefs r=KrisWright 2022-04-27 12:57:34 +00:00
SharedPrefMap.h Bug 1752332: Add a sanitized property to prefs r=KrisWright 2022-04-27 12:57:34 +00:00
StaticPrefsBase.h Bug 1752332: Crash if a pref is accessed that shouldn't be r=KrisWright 2022-04-27 12:57:37 +00:00
components.conf Bug 1731890 - Adding Utility process with basic sandbox r=agi,nika,bobowen 2022-01-12 20:52:58 +00:00
greprefs.js Bug 1426269 - Filter full-line comments and empty lines from prefs files. r=glandium,geckoview-reviewers,snorp 2020-09-08 07:10:54 +00:00
moz.build Bug 1758158 - nsWindow's initialize_prefs should use static prefs instead. r=emilio 2022-04-18 01:09:03 +00:00
nsIPrefBranch.idl Bug 1752332: Add a sanitized property to prefs r=KrisWright 2022-04-27 12:57:34 +00:00
nsIPrefLocalizedString.idl
nsIPrefService.idl Bug 1743079 - Remove ResetUserPrefs(), r=KrisWright 2021-12-13 09:27:56 +00:00
nsIRelativeFilePref.idl Bug 1727264 - Make nsIRelativeFilePref scriptable again. r=KrisWright DONTBUILD 2021-08-25 14:43:31 +00:00
nsRelativeFilePref.h