aboutsummaryrefslogtreecommitdiffstats
path: root/components/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-272-13/+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-132-7/+0
* Use new stylo crate renames (#35898)Nico Burns2025-03-122-10/+10
* Enable ShadowDom support by default (#35899)Simon Wülker2025-03-111-1/+1
* Fix the parsing error of PrefValue::Array, which is used for the parsing of P...boluochoufeng2025-03-101-2/+2
* 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
* 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
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-141-3/+0
* prefs: Stop precaching WebRender shaders by default (#35431)Martin Robinson2025-02-121-1/+1
* 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
* libservo: Enable file directory listing by default (#35317)Martin Robinson2025-02-061-1/+1
* Consolidated opts into a manual Default trait implementation (#35257)Shalvin2025-02-011-32/+34
* Remove `Preferences::network_tls_ignore_unexpected_eof` (#35080)Martin Robinson2025-01-201-7/+0
* 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-172-23/+9
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+2
* 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-149-1771/+497
* 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
* ohos: Remove unneeded dirs dependency in servo_config (#34166)Jonathan Schwender2024-11-062-3/+4
* 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
* 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
* Drop support for '--no-minibrowser' mode (#33677)Taym Haddadi2024-10-071-6/+0
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-021-1/+9
* 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