aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-173-1/+119
* Fix resize event is not fired for window in headless mode (#26194)Daniel Alley2024-02-162-4/+37
* android: disable JIT in SM to workaround #31134 (#31270)Mukilan Thiyagarajan2024-02-071-1/+9
* libservo: Handle GL video decoding setup internally (#31209)Martin Robinson2024-02-035-128/+7
* dependencies: Upgrade surfman to 0.9 (#31224)Martin Robinson2024-01-301-2/+5
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-275-41/+41
* Remove the libsimpleservo C API (#31172)Martin Robinson2024-01-2715-1596/+137
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* Update Servo::get_events to return drain type (#31181)Ngo Iok Ui (Wu Yu Wei)2024-01-263-6/+16
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-245-127/+138
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-224-154/+101
* build(deps): bump vergen from 8.3.0 to 8.3.1 (#31114)dependabot[bot]2024-01-171-1/+1
* build(deps): bump vergen from 8.2.10 to 8.3.0 (#31107)dependabot[bot]2024-01-161-1/+1
* build(deps): bump vergen from 8.2.7 to 8.2.10 (#31100)dependabot[bot]2024-01-151-1/+1
* build(deps): bump vergen from 8.2.6 to 8.2.7 (#31081)dependabot[bot]2024-01-121-1/+1
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-051-1/+1
* Remove the servo-gst-plugin (#30976)Martin Robinson2024-01-028-1496/+0
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-136-61/+207
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-122-3/+11
* Fix libsimpleservo build on Linux and BSD (#30865)Delan Azabani2023-12-121-1/+2
* Minibrowser: Add Back and Forward navigation (#30805)atbrakhi2023-12-061-18/+49
* Fix the location url that reverts to the old value while loading (#30518)atbrakhi2023-12-043-57/+106
* Use git2 version of vergen (#30804)Martin Robinson2023-12-011-1/+1
* Fix servoshell can't respond when there's no minibrowser (#30598)Ngo Iok Ui (Wu Yu Wei)2023-11-111-12/+15
* Handle URL without scheme (#30148)atbrakhi2023-11-095-24/+184
* build(deps): bump vergen from 8.2.5 to 8.2.6 (#30697)dependabot[bot]2023-11-061-1/+1
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-266-26/+86
* Fix running servoshell and unit tests through a symlink (#30537)Delan Azabani2023-10-183-88/+69
* Update core-foundation in simpleservo (#30477)Martin Robinson2023-10-071-1/+1
* Fix libsimpleservo build (#30481)Martin Robinson2023-10-035-8/+11
* Fix pinch zoom and enable it for TouchpadMagnify events (#30459)Martin Robinson2023-10-031-0/+6
* build(deps): bump winit from 0.28.6 to 0.28.7 (#30440)dependabot[bot]2023-09-281-1/+1
* Update version of `nix`, and `ron` (#30330)Fabrice Desré2023-09-151-1/+1
* minibrowser: implement HiDPI support (#30343)Delan Azabani2023-09-146-67/+130
* build(deps): bump vergen from 8.2.4 to 8.2.5 (#30346)dependabot[bot]2023-09-141-1/+1
* [NFC] servoshell: fix euclid units associated with winit geometry (#30344)Delan Azabani2023-09-141-26/+20
* servoshell: fix unwrap None during RedrawRequested (#30360)Delan Azabani2023-09-141-23/+22
* build(deps): bump cbindgen from 0.25.0 to 0.26.0 (#30352)dependabot[bot]2023-09-131-1/+1
* [NFC] servoshell: clarify that device_pixels_per_px is an override (#30342)Delan Azabani2023-09-124-15/+18
* [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340)Delan Azabani2023-09-1218-216/+269
* servoshell: fix lockups while animating (#30322)Delan Azabani2023-09-122-24/+73
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1110-150/+99
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-2/+4
* remove `extern crate` (#30311)Samson2023-09-0812-23/+8
* minibrowser: fix spurious update when location has not changed (#30309)Delan Azabani2023-09-072-14/+23
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-066-41/+167
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-063-0/+3
* Use arboard in servoshell instead of rust-clipboard (#30274)Martin Robinson2023-09-062-16/+13
* remove unnecessary heap allocation (#30272)XXIV2023-09-011-2/+2