aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/opts.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-6/+0
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-4/+0
* Remove obsolete memory profiler console output (#35861)webbeef2025-03-081-5/+0
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-7/+6
* servoshell: Move `initial_window_size` and `screen_size_override` into `Servo...Martin Robinson2025-02-101-11/+0
* dom: Always replace unpaired surrogates when handling page text (#35381)Martin Robinson2025-02-091-5/+0
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-3/+0
* Consolidated opts into a manual Default trait implementation (#35257)Shalvin2025-02-011-32/+34
* config: Derive defaults for Opts. (#35057)Josh Matthews2025-01-181-1/+1
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-23/+0
* fonts: Remove synchronous web font loading functionality (#35000)Martin Robinson2025-01-151-4/+0
* config: Remove legacy-layout and unused `Preferences` and `Opts` (#34994)Martin Robinson2025-01-141-27/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-521/+1
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-301-13/+42
* Support persisting unminified external stylesheets (#33919)Taym Haddadi2024-10-301-0/+6
* Drop support for '--no-minibrowser' mode (#33677)Taym Haddadi2024-10-071-6/+0
* layout: Enable flexbox by default on non-legacy layout (#33186)Martin Robinson2024-08-261-1/+0
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-151-5/+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-081-3/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-2/+13
* 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-111-8/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+5
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-061-24/+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
* Make the choice of layout runtime settingMartin Robinson2023-07-061-0/+12
* Clean up debug optionsMartin Robinson2023-05-011-276/+136
* Replaced some Opts struct fields with shorthand initializers.michaelgrigoryan252022-12-061-16/+16
* Removed unnecessary type bindings.michaelgrigoryan252022-12-061-3/+3
* Fix some Clippy lints.Teymour Aldridge2022-08-041-1/+1
* Remove stub debugger server.Josh Matthews2020-08-101-23/+0
* Configure devtools server via preferencesPaul Rouget2020-07-171-9/+25
* Embedding API: prefs r/wPaul Rouget2020-06-101-48/+0
* Remove support for heartbeats profilingSimon Sapin2020-06-041-13/+0
* reading unminified scripts from diskskrzyp12020-06-021-0/+11
* Remove influxDB support for profileBastien Orivel2020-05-041-9/+1
* Remove use of `webrender::RendererKind`Simon Sapin2020-04-201-6/+0
* Extract user_agent from global optsUtsav Oza2020-04-061-65/+0
* Add support for launching devtools server on random portKunal Mohan2020-03-161-7/+3
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-0/+6
* Update user agent infoAlex Touchet2020-01-311-7/+7
* Use Windows 10 instead of 7 in user agent stringAlex Touchet2019-12-161-2/+2
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+6
* Allow setting Visual Studio logger level from cli argFernando Jimenez Moreno2019-10-281-0/+1
* Extract device_pixels_per_px from global optsglowe2019-10-261-16/+0
* Extract 3 more embedder optionsglowe2019-10-261-28/+0