aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/servo_delegate.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson2025-04-091-0/+5
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-241-0/+5
* libservo: Notify delegates of send errors in request objects (#35668)Delan Azabani2025-03-191-1/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* libservo: Convert `intercept_web_resource_load` into `load_web_resource` (#35...Martin Robinson2025-02-211-18/+9
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-0/+47