aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/prefs.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused pref: dom_forcetouch_enabled (#36524)webbeef7 days1-2/+0
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-061-0/+2
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+2
* Implement TestUtils (#36301)Sebastian C2025-04-041-0/+3
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-3/+81
* Start implementing the `URLPattern` API (#36144)Simon Wülker2025-03-271-0/+5
* Hide servo internal shadow roots from the inspector by default (#35958)Simon Wülker2025-03-131-0/+3
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-3/+0
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-9/+9
* Enable ShadowDom support by default (#35899)Simon Wülker2025-03-111-1/+1
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-0/+2
* feat: add `Notification` Web API binding (#34842)Jason Tsai2025-02-181-0/+2
* prefs: Stop precaching WebRender shaders by default (#35431)Martin Robinson2025-02-121-1/+1
* libservo: Enable file directory listing by default (#35317)Martin Robinson2025-02-061-1/+1
* Remove `Preferences::network_tls_ignore_unexpected_eof` (#35080)Martin Robinson2025-01-201-7/+0
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-0/+9
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-636/+363
* webxr: create glwindow with Rc window and without rendering context (#34813)Ngo Iok Ui (Wu Yu Wei)2025-01-031-0/+3
* script: Add stub interface for AbortController. (#34519)Josh Matthews2024-12-101-0/+4
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-0/+3
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-071-0/+22
* Layout: Implement CSS Grid using `taffy` (#32619)Nico Burns2024-11-211-0/+3
* Add `js.disable_jit` pref (#34231)Samson2024-11-131-0/+2
* dom: Stub out the `IntersectionObserver` interface (#33989)Martin Robinson2024-10-251-0/+3
* Implement `transition-behavior` (#33991)Oriol Brufau2024-10-241-0/+6
* clippy: Fix warnings in subtlecrypto.rs (#33943)tanishka2024-10-211-8/+0
* Remove some unused preferences (#33939)DK Liao2024-10-211-11/+0
* doc(resources): `Preferences`, `HstsPreloadList`, `RippyPNG` (#33775)Ngo Iok Ui (Wu Yu Wei)2024-10-101-2/+5
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-081-0/+5
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-021-1/+9
* Add `dom.allow_scripts_to_close_windows` pref. (#33187)Samson2024-08-261-0/+1
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-151-12/+10
* 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
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+3
* 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
* clippy: fix warnings in components/config* (#31562)eri2024-03-081-6/+6
* Enable CSS Tables by default (#31470)Oriol Brufau2024-03-071-3/+0
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-231-2/+61
* 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
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+3
* Add documentation to a few pref configs (#30548)Ngo Iok Ui (Wu Yu Wei)2023-10-161-0/+6
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-0/+15
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* remove `extern crate` (#30311)Samson2023-09-081-0/+2