aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
Commit message (Expand)AuthorAgeFilesLines
* remove sparkle from components/servo (#33910)Samson2024-10-192-4/+3
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-182-5/+5
* clippy: Rename `RequestId::new()` to `RequestId::next()` and fix one more iss...komuhangi2024-10-181-0/+1
* clippy: Fix warnings in `components/script/dom` & `components/servo` (#33853)tanishka2024-10-161-1/+1
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-162-2/+6
* Fix headless mode on Windows (#33817)Cristian Brinza2024-10-141-11/+11
* Update Servo user agent strings (#33770)Alex Touchet2024-10-101-8/+8
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-92/+24
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-24/+92
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-92/+24
* Compositor: add document id to NewWebRenderFrame variant (#33597)Ngo Iok Ui (Wu Yu Wei)2024-10-021-2/+5
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-11/+25
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-41/+15
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-20/+14
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Add perfetto tracing events to fonts (#33436)atbrakhi2024-09-161-1/+7
* libservo: Don't set features of log (#33456)Jonathan Schwender2024-09-141-1/+0
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-142-1/+2
* libservo: Improve finding python (#33385)Jonathan Schwender2024-09-121-22/+43
* Align Servo version between user agent string and servoshell about dialog (#3...Taym Haddadi2024-09-101-18/+30
* Plumb selected tracing spans into hitrace (#33324)Delan Azabani2024-09-101-1/+1
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-2/+2
* Add tracing events (#33189)atbrakhi2024-09-052-0/+2
* compositor: Do not parse the Cargo.lock file while building (#33222)Martin Robinson2024-08-281-1/+2
* Use webrender `UploadMethod::Immediate` with ANGLE (#33177)Cristian Brinza2024-08-251-1/+10
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+7
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-1/+0
* Remove googlevr feature (#32840)Daniel Adams2024-07-241-1/+0
* Move legacy layout behind a feature flag (#32759)Jonathan Schwender2024-07-112-15/+27
* shell: set `no-wgl` flag in servoshell instead (#32753)Ngo Iok Ui (Wu Yu Wei)2024-07-102-8/+11
* clippy: fix some warnings in desktop and some components (#32583)ItsSunnyMonster2024-06-251-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-192-4/+4
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-181-0/+4
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-3/+1
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-201-7/+36
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-5/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-172-7/+8
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-121-16/+11
* Add font-fallback on OpenHarmony and fix several compilation issues (#32141)Jonathan Schwender2024-05-021-13/+32
* fonts: Use `FontInstanceFlags::EMBEDDED_BITMAPS` for color fonts on MacOS (#3...Martin Robinson2024-05-021-3/+9
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-3/+18
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-5/+36
* clippy: refactor struct literals to use shorthands (#31924)Azhar Ismagulova2024-03-281-15/+13
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-211-3/+3
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-2/+2
* android: fix broken rendering in emulators (#31727)Mukilan Thiyagarajan2024-03-181-0/+5
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-142-10/+16
* compositor: Remove the `is_running_problem_test` setting (#31589)Martin Robinson2024-03-091-2/+0