aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-3/+11
* script_traits: Rename `ConstellationControlMsg` to `ScriptThreadMessage` (#35...Martin Robinson2025-01-303-63/+54
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-302-93/+74
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-282-13/+3
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-7/+7
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-3/+13
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-9/+0
* Implement WebResourceRequested Event. (#34961)zhuhaichao5182025-01-161-0/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-152-7/+47
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-144-21/+18
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-122-0/+16
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-104-262/+2
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-012-9/+12
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-9/+9
* script: Make timers per-process (#34581)Martin Robinson2024-12-244-124/+3
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-34/+42
* script: Manage `<iframe>` sizes in `Window` (#34643)Martin Robinson2024-12-162-6/+2
* Upgrade Rust to 1.82.0 (#34592)Jonathan Schwender2024-12-122-0/+6
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-122-1/+22
* Allow running testharness/testdriver/reftests in servodriver (#34550)Josh Matthews2024-12-111-10/+49
* tracing: Trace Constellation blocked duration (#34536)Jonathan Schwender2024-12-091-31/+36
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-053-1/+19
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-252-2/+6
* Remove referrer policy from document (#34263)shanehandley2024-11-191-3/+3
* Set all tracing spans to trace level for now (#34256)Delan Azabani2024-11-191-94/+96
* ohos: Add basic IME and keyboard support (#34188)Jonathan Schwender2024-11-152-1/+41
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-132-4/+4
* fix(constellation): pass resolved URL to embedder (#34004)rwa2024-10-291-47/+44
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-184-23/+22
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-5/+14
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-162-92/+358
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-093-72/+13
* tools: Improve instrumentation and add it for some layout (#33647)Martin Robinson2024-10-051-88/+88
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-043-13/+72
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-033-72/+13
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-2/+2
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-252-14/+14
* chore: Update wgpu (#33506)Samson2024-09-211-16/+18
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Trace more functions by adding perfetto tracing events (#33417)atbrakhi2024-09-133-1/+90
* Plumb selected tracing spans into hitrace (#33324)Delan Azabani2024-09-101-2/+6
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-4/+14
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-2/+3
* Add tracing events (#33189)atbrakhi2024-09-052-0/+5
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-2/+1
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-142-5/+0