aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/prefs.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-141-262/+0
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-1/+1
* prefs: Make the preferences be guarded by a RwLock instead of a MutexEmilio Cobos Álvarez2016-07-051-10/+10
* Only allocate a `HashMap` if we need to.Corey Farwell2016-07-021-1/+1
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-44/+48
* Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-2/+4
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+7
* Move mozbrowser_enabled to util::prefsAnthony Ramine2016-05-271-0/+4
* adding default config dirsRahul Sharma2016-05-251-9/+22
* Share prefs to content processesUlf Nilsson2016-04-121-2/+6
* Use better JS engine defaultsJack Moffitt2016-04-081-2/+16
* Print errors to stderrMatthew Bentley2016-04-011-3/+5
* Add testing for prefsMatthew Bentley2016-04-011-1/+1
* Add functionality to load prefs.json from profile-dir (as set withMatthew Bentley2016-04-011-9/+37
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Fix issues found by rust-clippyCorey Farwell2015-10-121-11/+11
* Making map+clone more succinct with clonedDavid Raifaizen2015-10-101-1/+1
* Enable resetable and String prefs.James Graham2015-09-251-13/+147
* Update prefs API to return an Option<bool>.James Graham2015-09-041-2/+2
* Allow setting preferences from the reftest manifest. Add a command-line arg t...Josh Matthews2015-08-281-2/+2
* Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-0/+50