aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-193-0/+68
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-194-29/+26
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-189-167/+128
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-1/+1
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-173-26/+32
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-176-248/+205
* servoshell: Actually set the Servo delegate in servoshell (#35502)Martin Robinson2025-02-162-3/+8
* servoshell: Port input dialog code to use egui intead of tinyfiledialogs (#35...chickenleaf2025-02-142-47/+56
* libservo: change 'request_fullscreen_state_change' API to a notification (#35...Mukilan Thiyagarajan2025-02-131-1/+1
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-131-1/+1
* (chore): tinyfiledialog::MessageBoxIcon is only used on Linux (#35441)webbeef2025-02-131-1/+2
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-132-22/+23
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-124-106/+136
* servoshell: Port alert/confirm dialog code to use egui intead of tinyfiledial...chickenleaf2025-02-122-91/+140
* 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-102-17/+20
* servoshell: Move `initial_window_size` and `screen_size_override` into `Servo...Martin Robinson2025-02-104-29/+30
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-101-1/+1
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-102-57/+24
* dom: Always replace unpaired surrogates when handling page text (#35381)Martin Robinson2025-02-091-1/+0
* Add cli option for tracing-filter (#35370)Jonathan Schwender2025-02-085-8/+44
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-073-20/+20
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-077-69/+2
* servoshell: upgrade egui and related depenencies (#35353)Mukilan Thiyagarajan2025-02-073-95/+92
* build(deps): bump winit from 0.30.8 to 0.30.9 (#35332)dependabot[bot]2025-02-061-1/+1
* Migrate Android and OHOS ports to the delegate API (#35315)Mukilan Thiyagarajan2025-02-068-782/+792
* servoshell: Port desktop servoshell to use delegate API (#35284)Martin Robinson2025-02-0613-1252/+1099
* 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-053-25/+6
* Use surfman with glow bindings (#34328)Samson2025-02-051-1/+1
* servoshell: Migrate to egui-file-dialog from tinyfiledialogs (#34823)chickenleaf2025-02-045-44/+134
* Clean up some stale debug options for ServoDriver (#35281)Xiaocheng Hu2025-02-041-4/+0
* libservo: Remove `EmbedderEvent::WindowResize` (#35277)Martin Robinson2025-02-041-29/+3
* chore: Rename `CompositeTarget` enum (#35263)DK Liao2025-02-043-4/+4
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-037-74/+52
* libservo: Make background hang monitor integration optional. (#35256)Josh Matthews2025-02-011-1/+1
* More cleanup, less unwrap() (#35249)webbeef2025-02-014-40/+40
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-318-28/+27
* libservo: Move Android `MediaSessionAction` conversion to servoshell (#35225)Martin Robinson2025-01-301-1/+15
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-302-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-303-114/+103
* servoshell: Remove debugging `println!` (#35224)Martin Robinson2025-01-301-1/+0