aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
Commit message (Expand)AuthorAgeFilesLines
* 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
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-1/+1
* Add multiview feature flag in libservo and servoshell (#31541)Delan Azabani2024-03-071-0/+1
* compositor: Improve the way we wait for frames (#31523)Martin Robinson2024-03-071-15/+6
* Update gstreamer crates to 0.22 (#31465)Samson2024-03-011-3/+3
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-31/+21
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-0/+7
* libservo: Handle GL video decoding setup internally (#31209)Martin Robinson2024-02-031-20/+117
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-272-10/+10
* Update Servo::get_events to return drain type (#31181)Ngo Iok Ui (Wu Yu Wei)2024-01-261-6/+7
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-13/+10
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-1/+11
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-051-1/+1