aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/egl
Commit message (Expand)AuthorAgeFilesLines
* libservo: Expose a `ServoBuilder` (#36549)Martin Robinson6 days5-81/+41
* [OHOS] Allow setting the log-filter via cli arguments (#36444)Astraea Quinn S7 days2-25/+52
* libservo: Make zooming and HiDPI scaling work per-`WebView` (#36419)Martin Robinson8 days3-15/+11
* libservo: Create a `WebViewBuilder` class to construct `WebView`s (#36483)Martin Robinson10 days1-8/+13
* Implement WebviewDelegate.screen_geometry for OHOS (#36459)JoeDow11 days2-2/+21
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson13 days1-10/+25
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-13/+4
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-012-2/+0
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-272-0/+2
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-182-1/+18
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-132-29/+29
* ohos: Remove direct link to ace_napi.z (#35921)Jonathan Schwender2025-03-111-4/+0
* Add an about:memory page (#35728)webbeef2025-03-071-0/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-036-11/+13
* servoshell: Read prefs.json from bundle on OHOS (#35581)Narfinger2025-03-011-2/+11
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-275-86/+114
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-261-4/+1
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-255-48/+18
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-251-28/+22
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-202-4/+0
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-191-2/+2
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-184-106/+99
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-171-8/+13
* servoshell: Actually set the Servo delegate in servoshell (#35502)Martin Robinson2025-02-161-2/+5
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-41/+61
* libservo: Don't bounce ready-to-present frame notifications to the Constellat...Martin Robinson2025-02-122-16/+0
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-101-4/+0
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-26/+9
* Add cli option for tracing-filter (#35370)Jonathan Schwender2025-02-082-2/+4
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-074-28/+0
* Migrate Android and OHOS ports to the delegate API (#35315)Mukilan Thiyagarajan2025-02-068-782/+792
* Simplify `RenderingContext` trait methods (#35251)Ngo Iok Ui (Wu Yu Wei)2025-02-051-3/+14
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-4/+1
* chore: Rename `CompositeTarget` enum (#35263)DK Liao2025-02-042-2/+2
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-034-40/+38
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-312-4/+4
* libservo: Move Android `MediaSessionAction` conversion to servoshell (#35225)Martin Robinson2025-01-301-1/+15
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-35/+34
* ohos: Support resizing the surface (#35158)Jonathan Schwender2025-01-293-30/+85
* servoshell: Port Android / OHOS servoshell to use the WebView API (#35192)Martin Robinson2025-01-295-242/+208
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-287-32/+23
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-1/+1
* Remove type parameter from Servo and IOCompositor (#35121) (#35156)Delan Azabani2025-01-241-2/+2
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-243-10/+10
* Fix some clippy issues on the Android build (#35147)Martin Robinson2025-01-232-34/+24
* CI: Test ohos on HarmonyOS device (#35006)Jonathan Schwender2025-01-231-0/+7
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-1/+2
* Implement Clipboard Event Api (#33576)Gae242025-01-151-1/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-145-76/+49
* Update xcomponent-sys to 0.2.0 (#34898)Jonathan Schwender2025-01-082-9/+7