aboutsummaryrefslogtreecommitdiffstats
path: root/components/config
Commit message (Expand)AuthorAgeFilesLines
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* layout: Enable flexbox by default on non-legacy layout (#33186)Martin Robinson2024-08-261-1/+0
* Add `dom.allow_scripts_to_close_windows` pref. (#33187)Samson2024-08-261-0/+1
* Upgrade font-kit, raqote, and stop using `dirs-next` (#33120)Martin Robinson2024-08-192-4/+4
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-154-22/+16
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-6/+0
* Enable OpenXR backend from the WebXR crate (#32817)Daniel Adams2024-07-201-0/+3
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-081-0/+25
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-5/+1
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+3
* config: fix panic in PrefValue to [f64; 4] conversion (#32571)Mukilan Thiyagarajan2024-06-201-3/+5
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-0/+3
* webgpu: Parse and forward backend prefs to wgpu (#32410)Hieu Do2024-05-311-0/+2
* compositor: Remove the `is_running_problem_test` setting (#31589)Martin Robinson2024-03-091-16/+1
* clippy: fix warnings in components/config* (#31562)eri2024-03-084-20/+19
* Enable CSS Tables by default (#31470)Oriol Brufau2024-03-071-3/+0
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-232-2/+62
* script: implement navigator.hardwareConcurrency (#31268)Smitty2024-02-071-1/+1
* android: disable JIT in SM to workaround #31134 (#31270)Mukilan Thiyagarajan2024-02-071-1/+4
* Fix bugs in `mach test-tidy` (#31232)Mukilan Thiyagarajan2024-01-311-1/+1
* Document media configs from prefs (#31223)Ngo Iok Ui (Wu Yu Wei)2024-01-301-0/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+3
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-3/+0
* Add documentation to a few pref configs (#30548)Ngo Iok Ui (Wu Yu Wei)2023-10-161-0/+6
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-2/+13
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-042-0/+47
* Enable minibrowser by default but also keep the option to disable it (#30338)Atbrakhi2023-09-131-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-114-16/+19
* remove `extern crate` (#30311)Samson2023-09-085-11/+9
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-062-110/+0
* remove minibrowser from prefs (#30127)Atbrakhi2023-08-191-3/+0
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-1/+13
* Allow enabling minibrowser from command line (#30042)Atbrakhi2023-07-281-0/+6
* Remove some unused options (#30028)Martin Robinson2023-07-261-9/+0
* Minibrowser: Introduce minibrowser.enabled prefs (#29995)Atbrakhi2023-07-131-0/+3
* Make the choice of layout runtime settingMartin Robinson2023-07-062-0/+13
* Remove UWP / Hololens supportMartin Robinson2023-07-053-10/+2
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-3/+0
* Remove the DOMToTexture featureMartin Robinson2023-06-271-5/+0
* Layout 2020: Remove the floats preferenceMartin Robinson2023-06-131-3/+0
* Remove an unneeded arc reference count bump on each pref access.Emilio Cobos Álvarez2023-06-081-5/+5
* Place floats in layout 2020, but don't flow text around the floats yet.Patrick Walton2023-06-031-0/+3
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-7/+7
* Clean up debug optionsMartin Robinson2023-05-011-276/+136
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Replaced some Opts struct fields with shorthand initializers.michaelgrigoryan252022-12-061-16/+16