aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/pipeline.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "compositor: Unify the cross process and in-process API (#36443)" (#36...Martin Robinson6 days1-1/+2
* compositor: Unify the cross process and in-process API (#36443)Martin Robinson9 days1-2/+1
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-2/+3
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-3/+4
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-051-0/+22
* Prevent zombie processes in multi-process mode. (#36329)webbeef2025-04-041-8/+16
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-7/+7
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-7/+0
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-0/+7
* compositor: Remove the script channel from the compositor (#36089)Martin Robinson2025-03-231-1/+0
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+2
* metrics: Simplify `ProgressiveWebMetrics` (#35985)Martin Robinson2025-03-211-9/+2
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-14/+13
* compositor: Make `PipelineDetails` and pending paint metrics per-WebView (#35...Martin Robinson2025-03-041-3/+7
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+5
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-0/+5
* script_traits: Rename `ConstellationControlMsg` to `ScriptThreadMessage` (#35...Martin Robinson2025-01-301-11/+10
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-8/+7
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-121-0/+6
* 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-241-7/+1
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-2/+2
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-15/+13
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-12/+10
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-10/+12
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-12/+10
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-6/+6
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-4/+0
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-1/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-4/+4
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-6/+8
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-13/+14
* clippy: Fix warnings in `components/constellation` (#31610)eri2024-03-111-17/+21
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-70/+31
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-24/+19
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-3/+3
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-7/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-2/+3
* Make sender and receiver name more coherentatbrakhi2023-05-081-27/+28
* Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-11/+0
* Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-9/+0
* Clean up debug optionsMartin Robinson2023-05-011-11/+11
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+1
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-0/+4
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-43/+32
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-1/+0
* reading unminified scripts from diskskrzyp12020-06-021-0/+1
* Remove WebVRAlan Jeffrey2020-04-081-7/+0