aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Disable layout-2013 feature by default (#34290)Jonathan Schwender2024-11-211-2/+2
* Set all tracing spans to trace level for now (#34256)Delan Azabani2024-11-191-1/+5
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-151-0/+10
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-2/+10
* Add simple fling implementation (#33219)Jonathan Schwender2024-11-101-0/+3
* remove sparkle from components/servo (#33910)Samson2024-10-191-3/+3
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* 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-161-1/+4
* 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 perfetto tracing events to fonts (#33436)atbrakhi2024-09-161-1/+7
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-0/+1
* 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-051-0/+1
* 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
* Move legacy layout behind a feature flag (#32759)Jonathan Schwender2024-07-111-14/+24
* shell: set `no-wgl` flag in servoshell instead (#32753)Ngo Iok Ui (Wu Yu Wei)2024-07-101-4/+10
* clippy: fix some warnings in desktop and some components (#32583)ItsSunnyMonster2024-06-251-1/+1
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+2
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-181-0/+4
* 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-171-6/+7
* 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-141-9/+15
* 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