aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Drop vergen_git2 dependency (#36439)Kingsley Yung13 days3-22/+22
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson14 days6-47/+38
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-061-0/+1
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-051-0/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-1/+1
* Remove layout_writing_mode_enabled from experimental features (#36339)Oriol Brufau2025-04-041-1/+0
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-032-4/+131
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-026-66/+63
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-015-11/+0
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-274-1/+36
* servoshell: Use sRGB colorspace on macOS (#35683)Isaac Marovitz2025-03-242-1/+36
* Add --enable-experimental-web-platform-features command line (#36022)Manuel Rego2025-03-191-0/+29
* bugfix: servoshell: prevent 0 pixel dimensions for render area (#35967)Sebastian C2025-03-181-0/+7
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-183-3/+30
* chore: Move unsafe operations in unsafe functions to unsafe blocks (#36017)DK Liao2025-03-181-3/+0
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-135-34/+37
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-132-8/+0
* ohos: Remove direct link to ace_napi.z (#35921)Jonathan Schwender2025-03-111-4/+0
* servoshell: Allow keyboard interaction with dialogs (enter / escape) (#35673)chickenleaf2025-03-101-11/+33
* Allow domain-like as URL location input (#35756)Kafji2025-03-102-9/+94
* Remove obsolete memory profiler console output (#35861)webbeef2025-03-081-13/+0
* build(deps): bump egui_glow in the egui-related group (#35838)dependabot[bot]2025-03-071-1/+1
* build(deps): bump android_logger from 0.14.1 to 0.15.0 (#35840)dependabot[bot]2025-03-071-1/+1
* Add an about:memory page (#35728)webbeef2025-03-071-0/+3
* build(deps): bump the egui-related group with 5 updates (#35810)dependabot[bot]2025-03-061-2/+2
* servoshell: Minor fixes to cli help. (#35794)Jonathan Schwender2025-03-041-2/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0316-26/+28
* servoshell: Rename `Minibrowser::is_in_browser_rect` to `Minibrowser::is_in_e...Martin Robinson2025-03-031-4/+4
* Set a valid default value for the --userscripts command line option (#35740)webbeef2025-03-021-1/+1
* servoshell: Read prefs.json from bundle on OHOS (#35581)Narfinger2025-03-012-3/+17
* libservo: Stop double-buffering `OffscreenRenderingContext` (#35638)Martin Robinson2025-02-281-7/+1
* Remove tinyfiledialogs dependency (#35674)chickenleaf2025-02-271-1/+0
* layout: Implement a non-recursive version of CSS `quotes` (#34770)Xiaocheng Hu2025-02-271-0/+1
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-277-161/+163
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-262-8/+8
* Allow webdriver screenshots to occur immediately upon request. (#35677)Josh Matthews2025-02-261-1/+1
* Blocks all background webview interactions when a dialog is open (#35671)chickenleaf2025-02-263-8/+26
* servoshell: Port SelectDevice dialog code to use egui instead of tinyfiledial...chickenleaf2025-02-262-38/+69
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-259-91/+30
* servoshell: Fall back to PNG format when outputting an image (#35648)Martin Robinson2025-02-251-2/+5
* feat: support IME cursor area (#35623)DK Liao2025-02-251-2/+12
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-252-36/+29
* Update to rust 1.85 (#35628)Simon Wülker2025-02-242-3/+3
* chore: silence unused import warning in app_state.rs (#35612)Yerkebulan Tulibergenov2025-02-231-2/+1
* servoshell: Port Permission dialog code to use egui instead of tinyfiledialog...chickenleaf2025-02-212-30/+49
* fix(servoshell): blank view when close non focused tab (#35569)Jason Tsai2025-02-211-1/+3
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-208-42/+91
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-203-0/+82
* chore: cleanup IME code for Servoshell (#35546)DK Liao2025-02-201-11/+12
* servoshell: Port Authentication dialog code to use egui intead of tinyfiledia...chickenleaf2025-02-192-9/+78