aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/tracing.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+2
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-1/+1
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-031-0/+1
* feat(notification): add `EmbedderMsg::ShowNotification` (#36055)Jason Tsai2025-03-241-0/+1
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+1
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-29/+1
* constellation: Proxy `ScrollState` through the `Constellation` (#36062)Martin Robinson2025-03-211-0/+1
* constellation: Remove two unused messages to the Constellation (#35972)Martin Robinson2025-03-151-2/+0
* Add an about:memory page (#35728)webbeef2025-03-071-0/+1
* compositor: Make input event handling per-WebView (#35716)Delan Azabani2025-03-051-1/+1
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-271-1/+1
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-261-2/+0
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-261-1/+1
* build winit_minimal with bluetooth disabled (#35590)webbeef2025-02-211-1/+0
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-0/+1
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-0/+1
* libservo: change 'request_fullscreen_state_change' API to a notification (#35...Mukilan Thiyagarajan2025-02-131-1/+3
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-19/+13
* libservo: Don't bounce ready-to-present frame notifications to the Constellat...Martin Robinson2025-02-121-2/+0
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-101-0/+1
* libservo: Remove message-based API (#35366)Martin Robinson2025-02-101-1/+0
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-3/+3
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-3/+11
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-5/+6
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-281-2/+1
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-0/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+3
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-1/+0
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-161-1/+1
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-121-0/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+2
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-151-0/+1
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-3/+0
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-0/+3
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-3/+0
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-0/+2
* Update WebView variants of ConstellationMsg (#32163)Ngo Iok Ui (Wu Yu Wei)2024-04-291-4/+1
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-106/+110
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-1/+1
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-211-1/+1
* constellation: allow event tracing to be configured with RUST_LOG (#31659)Delan Azabani2024-03-141-0/+261