Wed Jul 17 2024 19:16:08 PDT
  • Resolution: ---
  • Product: Core
  • Component: Preferences: Backend

112 bugs found.
ID Type Summary Product Comp Assignee Status Resolution Updated
1832559 Copying the Firefox profile seems to end somtimes in broken about:protections Core Preferences: Backend nobody UNCO --- 2024-07-08
1893933 intl.accept_languages picked from /etc/firefox/defaults/pref folder not working and causing UI problem Core Preferences: Backend nobody UNCO --- 2024-06-24
329243 Config editor should have buttons for new Core Preferences: Backend nobody UNCO --- 2022-10-10
445679 "use the online Certificate Status Protocol(OCSP) to confirm the current validity of certificate" option cannot be locked Core Preferences: Backend nobody UNCO --- 2022-10-10
529521 platform inconsistencies in behavior of nsIPrefBranch.setComplexValue with non-existing nsILocalFile's (throws NS_ERROR_FILE_NOT_FOUND on mac) Core Preferences: Backend nobody UNCO --- 2022-10-10
545099 Autoconfig aka MCD: how to set unicode preferences Core Preferences: Backend nobody UNCO --- 2022-10-10
687057 Preferences could throw more useful error codes Core Preferences: Backend nobody UNCO --- 2022-10-10
776549 browser.warnOnQuit behaviour Core Preferences: Backend nobody UNCO --- 2022-10-10
930338 Line lockPref("toolkit.telemetry.enabled", false); doesn't lock it Core Preferences: Backend nobody UNCO --- 2022-10-11
990813 general.config.filename : getenv("HOSTNAME") is empty Core Preferences: Backend nobody UNCO --- 2022-10-11
1092098 autoadmin.refresh_interval not working Core Preferences: Backend nobody UNCO --- 2022-10-11
1322073 permissions.default.image=2 does not hide video preview images Core Preferences: Backend nobody UNCO --- 2022-10-11
1441802 Password save prompt from browser can be re-enabled from "about:preferences" manually event after disabling it from extension using "chrome.privacy.services.passwordSavingEnabled" API Core Preferences: Backend nobody UNCO --- 2022-10-11
1462228 Updating Firefox resets cache preferences Core Preferences: Backend nobody UNCO --- 2022-10-11
1725772 browser.tabs.tabMinWidth resets every time browser is closed Core Preferences: Backend nobody UNCO --- 2021-11-11
1743503 Change the default value of nglayout.enable_drag_images to false Core Preferences: Backend nobody UNCO --- 2021-11-29
1708798 [meta] Preferences synced to content process unnecessarily Core Preferences: Backend nobody NEW --- 2023-06-28
1578430 Crash in [@ mozilla::StaticPrefs::InitStaticPrefsFromShared] Core Preferences: Backend nobody NEW --- 2022-12-09
1700420 Fix |nsSafeFileOutputStream::Finish()| and return early from |Preference::Write()| if error. [regression] All preferences lost after power loss, OS crash, etc Core Preferences: Backend nobody NEW --- 2021-11-11
1288519 Telemetry for preference disk writes Core Preferences: Backend nobody NEW --- 2022-10-11
1337628 Report the readonly attribute of prefs.js to Telemetry Core Preferences: Backend nobody NEW --- 2022-10-11
1383263 Audit and remove unnecessary SavePrefFile calls Core Preferences: Backend nobody NEW --- 2022-10-11
1456902 Crash more eagerly on parse errors when deserializing preferences, and use CrashReporter::RegisterAppMemory to supply context Core Preferences: Backend nobody NEW --- 2022-10-11
1477436 Preferences::Get* is not threadsafe/is main thread only Core Preferences: Backend nobody NEW --- 2022-10-11
1505941 Prefs created very early in startup cannot be deleted with Services.prefs.deleteBranch Core Preferences: Backend nobody NEW --- 2023-11-06
1552272 Unify child process argument parsing for libpref initialization Core Preferences: Backend nobody NEW --- 2023-11-06
1573067 Automatically detect unused prefs Core Preferences: Backend nobody NEW --- 2022-10-11
1613754 webgl.out-of-process not listed in crash report userPrefs, but crash is only reachable with a modified pref Core Preferences: Backend nobody NEW --- 2022-10-11
1710018 Crash in [@ shutdownhang | mozilla::PreferencesWriter::Flush]. Preferences not saved. Core Preferences: Backend nobody NEW --- 2024-02-28
1718321 Some settings lost after Firefox update Core Preferences: Backend nobody NEW --- 2022-09-20
1755727 Provide a way to inform a user of known pref conflicts Core Preferences: Backend nobody NEW --- 2022-02-16
1863042 Crash in [@ mozilla::Preferences::UnregisterCallbackImpl<T>] Core Preferences: Backend nobody NEW --- 2024-07-08
193332 about:config doesn't remove deleted prefs with no default Core Preferences: Backend nobody NEW --- 2022-10-17
216895 Preferences type cannot be changed after clearing Core Preferences: Backend nobody NEW --- 2022-10-10
849620 deleteBranch() dot madness Core Preferences: Backend nobody NEW --- 2022-10-10
1364455 When distribution.ini is used the general.config.filename is ignored Core Preferences: Backend nobody NEW --- 2022-10-11
1364495 Optimize the collection of data to be saved in the prefs file Core Preferences: Backend nobody NEW --- 2022-10-11
1543746 Stop reading all files in both $app/defaults/prefs/*.js *and* $app/defaults/preferences/*.js Core Preferences: Backend nobody NEW --- 2022-10-11
1543752 Stop reading user.js from the profile to modify default prefs unless prefs.js opts in to doing so Core Preferences: Backend nobody NEW --- 2023-11-21
1552377 Allow use of lambdas with Preference's callbacks Core Preferences: Backend nobody NEW --- 2022-10-11
236742 prefs set to default values in prefs.js get deleted (problem when sharing profile across platforms, versions, or debug/opt) Core Preferences: Backend nobody NEW --- 2022-10-10
265788 Pref API is happy to free observer nodes which are currently being run Core Preferences: Backend nobody NEW --- 2022-10-10
271085 Ability to backup/modify about:config prefs using pref packages/bundles Core Preferences: Backend nobody NEW --- 2022-10-10
343600 deleteBranch won't notify observers Core Preferences: Backend nobody NEW --- 2022-10-10
387457 ownership model for preference observers is inconsistent Core Preferences: Backend nobody NEW --- 2022-10-10
410312 When a boolean or integer pref without default has been "reset", about:config converts it to string, keeps it around, and uses it until restart (confusing and error-prone!) Core Preferences: Backend nobody NEW --- 2022-10-17
475209 Should QA Contact for 'Core > Preferences: Backend' use another email address than 'prefs@seamonkey.bugs' ? Core Preferences: Backend nobody NEW --- 2022-10-10
484222 user_pref statement in extension pref file can confuse caps Core Preferences: Backend nobody NEW --- 2022-10-10
494595 potential overflow in EvaluateAdminConfigScript Core Preferences: Backend nobody NEW --- 2022-10-10
524541 Amalgamating remaining preferences (defaults + xulrunner app ones) Core Preferences: Backend nobody NEW --- 2022-10-10
528696 load certain default prefs if running in KDE Core Preferences: Backend nobody NEW --- 2022-11-22
566365 Need xpcshell unit tests for libPref's ComplexValued foos Core Preferences: Backend nobody NEW --- 2022-10-10
611839 Don't fsync prefs on startup Core Preferences: Backend nobody NEW --- 2022-11-21
650191 Add logging for preference access [pref log] Core Preferences: Backend nobody NEW --- 2022-10-10
664653 Preferences::RegisterCallback should use PREF_RegisterCallback instead of owns hash tables Core Preferences: Backend nobody NEW --- 2022-10-10
784565 nightly hangs in PREF_UnregisterCallback Core Preferences: Backend nobody NEW --- 2022-10-10
795838 xpinstall.enabled bypass Core Preferences: Backend nobody NEW --- 2022-10-10
872980 Progressively limit preferences to 4kB per field Core Preferences: Backend nobody NEW --- 2022-10-10
900952 Services.prefs.get{Char, Bool, ...}Pref should throw a meaningful error if the key doesn't exist Core Preferences: Backend nobody NEW --- 2022-10-10
906283 PREF_RegisterCallback / PREF_UnregisterCallback should use a hashtable rather than linked list Core Preferences: Backend nobody NEW --- 2022-10-10
963261 Logging mode to identify attempts to read prefs that have no value Core Preferences: Backend nobody NEW --- 2022-10-11
1011416 Telemetry on Preference loading time Core Preferences: Backend nobody NEW --- 2022-10-11
1016872 HTTPS proxy bypass with encrypted CFG file Core Preferences: Backend nobody NEW --- 2022-10-11
1047740 Find new way to allow for administratively configured installs to add prefs on OSX, due to v2 signing requirements Core Preferences: Backend nobody NEW --- 2022-10-11
1101732 javascript.options.gczeal is missing from about:config Core Preferences: Backend nobody NEW --- 2022-10-11
1117927 Explore possible workaround for autoconfig.js in OSX app bundle to work around v2 signing restrictions Core Preferences: Backend nobody NEW --- 2022-10-11
1158428 Generalize gfxPrefs to be tree-wide Core Preferences: Backend nobody NEW --- 2022-10-11
1230769 network.cookie.cookieBehavior=2 partly disables Sessionstore Core Preferences: Backend nobody NEW --- 2022-10-11
1240198 Indication to the user if a preference is live or it needs a restart Core Preferences: Backend nobody NEW --- 2022-10-11
1351809 Add telemetry for missing or corrupted prefs.js file Core Preferences: Backend nobody NEW --- 2022-10-11
1364496 Get rid of all sync pref file saves Core Preferences: Backend nobody NEW --- 2022-10-11
1408580 Get rid of complex values Core Preferences: Backend nobody NEW --- 2023-06-11
1428233 user.js does not override about:config in some cases Core Preferences: Backend nobody NEW --- 2022-10-11
1476416 Optimize the memory usage of preference var caches Core Preferences: Backend nobody NEW --- 2023-11-06
1504279 system addon prefs arent overridable Core Preferences: Backend nobody NEW --- 2022-10-11
1570803 Add a pref attribute that means "this shouldn't be shown in about:config" Core Preferences: Backend nobody NEW --- 2022-10-11
1576537 Disallow deletion of static prefs Core Preferences: Backend nobody NEW --- 2022-10-11
1593125 Get rid of unnecessary inclusions of Preferences.h Core Preferences: Backend nobody NEW --- 2022-10-11
1598426 StaticPref yaml file doesn't support the __MINGW32__ DEFINE Core Preferences: Backend nobody NEW --- 2022-10-11
1621352 Consider saving more memory on CallbackNodes for `always`-mirrored StaticPrefs (48KB) Core Preferences: Backend nobody NEW --- 2022-10-11
1625101 Use a Concurrent lock-free hashtable as preferences backend Core Preferences: Backend nobody NEW --- 2022-10-11
1633925 Defer writes to preferences database until after startup Core Preferences: Backend nobody NEW --- 2022-04-07
1643814 Some callers try to pass null as a default to GetCharPref Core Preferences: Backend nobody NEW --- 2020-06-23
1650097 Intermittent PROCESS-CRASH | damp | application crashed [@ xpc::ReadOnlyPage::Init] Core Preferences: Backend nobody NEW --- 2023-03-09
1657293 Change Preferences static member functions to accept preferences names as const nsCString& Core Preferences: Backend nobody NEW --- 2021-03-17
1657643 Change nsIPrefBranch to use ACString for preference names rather than string Core Preferences: Backend nobody NEW --- 2020-08-06
1664614 Crash in [@ mozilla::Preferences::InitializeUserPrefs] Core Preferences: Backend nobody NEW --- 2023-04-03
1667733 Startup Crash in [@ mozilla::StaticPrefs::StartObservingAlwaysPrefs] Core Preferences: Backend nobody NEW --- 2023-01-04
1672265 Preferences should be able to handle float mirrors that are not actually floats Core Preferences: Backend nobody NEW --- 2022-12-15
1687196 Remove resetUserPrefs API as it is not reliable and only used in tests Core Preferences: Backend nobody NEW --- 2021-11-11
1698311 "once" StaticPrefs anti-footgun is a footgun Core Preferences: Backend nobody NEW --- 2021-11-15
1708800 Crash in [@ mozilla::StaticPrefs::InitAll] Core Preferences: Backend nobody NEW --- 2021-11-11
1712239 Assertion failure: !mDirty (Preferences should not be dirty), at /builds/worker/checkouts/gecko/modules/libpref/Preferences.cpp Core Preferences: Backend nobody NEW --- 2023-07-16
1727930 Make some thread safety asserts into release asserts Core Preferences: Backend nobody NEW --- 2021-08-28
1749258 Crash in [@ pref_SetPref] Core Preferences: Backend nobody NEW --- 2022-09-20
1777372 Preferences is not thread-safe, but may be called on any thread Core Preferences: Backend nobody NEW --- 2022-10-14
1780609 Support loading additional generated pref files Core Preferences: Backend nobody NEW --- 2024-07-02
1796786 Do not send overly long preferences to Content Processes Core Preferences: Backend nobody NEW --- 2022-10-21
1803964 lintpref should produce an error message Core Preferences: Backend nobody NEW --- 2022-12-05
1814433 Crash in [@ alloc::raw_vec::RawVec<T>::reserve_for_push<T>] called from prefs Core Preferences: Backend nobody NEW --- 2023-02-21
1819714 Avoid sending preferences to subprocesses for performance reasons Core Preferences: Backend nobody NEW --- 2023-04-04
1822083 Adding a mirror: once StaticPref results in Assertion failure: staticPrefValue == preferenceValue Core Preferences: Backend nobody NEW --- 2023-03-30
1840532 Add support for an additional static preferences list in comm-central Core Preferences: Backend nobody NEW --- 2023-12-12
1870795 Documentation for NS_PREFSERVICE_READ_TOPIC_ID appears to be incorrect Core Preferences: Backend nobody NEW --- 2023-12-19
1904704 Update module owner for Core:Preferences and peers for Core:XPCOM Core Preferences: Backend haftandilian ASSI --- 10:46:38
1847147 Do not crash on mismatched pref types due to sanitization Core Preferences: Backend tom ASSI --- 2023-09-22
781684 Child processes should not be allowed to read all preferences Core Preferences: Backend nobody REOP --- 2022-10-10
1372988 Preferences modified after profile-before-change are not saved Core Preferences: Backend nobody REOP --- 2022-10-11
1511813 Session History Limitation Doesn't Work Core Preferences: Backend nobody REOP --- 2024-07-08
1754104 Intermittent Assertion failure: false (Late preference writes should be avoided.), at /builds/worker/checkouts/gecko/modules/libpref/Preferences.cpp:1597 Core Preferences: Backend nobody REOP --- 2024-07-07
637850 Truncated Content Type information in the Applications tab of the Preferences pane Core Preferences: Backend nobody REOP --- 2022-10-10
1093302 nsIPrefService should have an attribute exposing whether user prefs have been read Core Preferences: Backend nobody REOP --- 2022-10-11
112 bugs found.

File a new bug in the "Core" product