aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/egl/android/simpleservo.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Expose a `ServoBuilder` (#36549)Martin Robinson7 days1-21/+13
* libservo: Make zooming and HiDPI scaling work per-`WebView` (#36419)Martin Robinson9 days1-2/+1
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-1/+0
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-271-1/+1
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-251-1/+4
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-2/+0
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-181-35/+18
* Add cli option for tracing-filter (#35370)Jonathan Schwender2025-02-081-1/+2
* Migrate Android and OHOS ports to the delegate API (#35315)Mukilan Thiyagarajan2025-02-061-8/+13
* chore: Rename `CompositeTarget` enum (#35263)DK Liao2025-02-041-1/+1
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-1/+1
* servoshell: Port Android / OHOS servoshell to use the WebView API (#35192)Martin Robinson2025-01-291-14/+2
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-7/+6
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-241-3/+3
* Fix some clippy issues on the Android build (#35147)Martin Robinson2025-01-231-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-13/+23
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-0/+1
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-011-4/+11
* servoshell: Remove duplicate egl bindings on android/ohos (#34716)Jonathan Schwender2024-12-201-7/+1
* servoshell: Fix --no-default-features and make webxr optional on ohos/android...Jonathan Schwender2024-11-131-0/+2
* andrdoid: Fix some compiler warnings (#34070)Martin Robinson2024-10-301-52/+0
* ohos: Bundle resource files in hap (#33513)Jonathan Schwender2024-09-241-2/+2
* Make tracing available on all platforms, with or without perfetto (#33301)Delan Azabani2024-09-041-0/+1
* Add OpenHarmony support to servoshell (#32594)Jonathan Schwender2024-06-281-788/+26
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-0/+3
* android: Use location_bar_input_to_url instead of re-implementing (#32586)Jonathan Schwender2024-06-241-14/+5
* android: Remove serde-json build-dependency (#32573)Jonathan Schwender2024-06-201-1/+1
* Move android port code to servoshell (#32533)Jonathan Schwender2024-06-191-0/+953