Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

How the preference branches are stored in firefox?

  • 2 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 46 προβολές
  • Τελευταία απάντηση από cor-el
  • Αρχειοθετήθηκε

I have a question related to firefox preferences.

From the firefox online documentations and tutorial, I learned that firefox organizes its preferences options as branches. Put another way, preferences are organized hierarchically. I noticed that there are some methods interfacing with a hash table.

I am curious how exactly the preferences are stored in firefox source code? What types of data structures are used to store them? Which file should I look at? Thanks!

I have a question related to firefox preferences. From the firefox online documentations and tutorial, I learned that firefox organizes its preferences options as branches. Put another way, preferences are organized hierarchically. I noticed that there are some methods interfacing with a hash table. I am curious how exactly the preferences are stored in firefox source code? What types of data structures are used to store them? Which file should I look at? Thanks!

Τροποποιήθηκε στις από τον/την jindongpu

Όλες οι απαντήσεις (2)

You can explore the source code on this site:

http://mxr.mozilla.org/mozilla-release/

Simply search for the full name of a preference of interest to see how defaults are set and accessed.

You can also inspect the page source of the about:config page to see how that page gets constructed

  • chrome://global/content/config.js