aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/pref_util.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-7/+5
* Fix the parsing error of PrefValue::Array, which is used for the parsing of P...boluochoufeng2025-03-101-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-225/+57
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-151-4/+4
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-5/+1
* config: fix panic in PrefValue to [f64; 4] conversion (#32571)Mukilan Thiyagarajan2024-06-201-3/+5
* clippy: fix warnings in components/config* (#31562)eri2024-03-081-10/+9
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-0/+32
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Remove an unneeded arc reference count bump on each pref access.Emilio Cobos Álvarez2023-06-081-5/+5
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-6/+1
* Embedding API: prefs r/wPaul Rouget2020-06-101-0/+11
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* #8539 Config preferences backend restructurePeter Hall2019-03-201-0/+282