aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/egl/servo_glue.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate Android and OHOS ports to the delegate API (#35315)Mukilan Thiyagarajan2025-02-061-744/+0
* 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
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-6/+4
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-3/+3
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-35/+34
* ohos: Support resizing the surface (#35158)Jonathan Schwender2025-01-291-3/+13
* servoshell: Port Android / OHOS servoshell to use the WebView API (#35192)Martin Robinson2025-01-291-174/+182
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-9/+6
* 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-241-4/+4
* 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-141-4/+7
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-011-7/+2
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-0/+4
* servoshell: Remove duplicate egl bindings on android/ohos (#34716)Jonathan Schwender2024-12-201-5/+1
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-1/+1
* Fix various clippy warnings on OpenHarmony (#34281)Jonathan Schwender2024-11-191-2/+2
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-151-11/+18
* servoshell: Fix --no-default-features and make webxr optional on ohos/android...Jonathan Schwender2024-11-131-1/+4
* servoshell: fix logical screen size calculation (#34096)Mukilan Thiyagarajan2024-11-011-5/+6
* andrdoid: Fix some compiler warnings (#34070)Martin Robinson2024-10-301-1/+0
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-301-4/+5
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-3/+4
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-4/+3
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-3/+4
* ohos: Bundle resource files in hap (#33513)Jonathan Schwender2024-09-241-0/+4
* ohos: Present on vsync signals (#33117)Jonathan Schwender2024-08-301-4/+9
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-1/+3
* Add OpenHarmony support to servoshell (#32594)Jonathan Schwender2024-06-281-0/+701