aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-178-26/+27
* Update WebView variants of ConstellationMsg (#32163)Ngo Iok Ui (Wu Yu Wei)2024-04-292-51/+10
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-033-164/+197
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-023-6/+5
* Replace `remutex` with `parking_lot`'s `ReentrantMutex` (#31817)Martin Robinson2024-03-222-10/+4
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-224-68/+65
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-212-3/+3
* constellation: allow event tracing to be configured with RUST_LOG (#31659)Delan Azabani2024-03-143-7/+267
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-0/+1
* clippy: Fix warnings in `components/constellation` (#31610)eri2024-03-117-112/+114
* compositor: Remove the `is_running_problem_test` setting (#31589)Martin Robinson2024-03-091-12/+3
* mach: Do not use unstable rust for `rustfmt` (#31441)Martin Robinson2024-02-281-1/+3
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-233-152/+83
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-1/+40
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-243-109/+332
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-222-5/+5
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-1/+5
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-201-34/+29
* Add multiview feature flag in compositing and constellation (#30840)Delan Azabani2023-12-121-0/+4
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-121-6/+15
* constellation: clean up logging of pipelines and browsing contexts (#30657)Delan Azabani2023-11-144-203/+149
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-13/+13
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-4/+5
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-051-7/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1110-99/+99
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-1/+3
* remove `extern crate` (#30311)Samson2023-09-089-11/+12
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-17/+22
* Fix `mach test-wpt` to make crash tests work (#29832)Mukilan Thiyagarajan2023-08-181-15/+20
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-184-27/+26
* Format toml files (#30112)Samson2023-08-171-1/+1
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-152-16/+3
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-0/+6
* Try to `use` WebRender types moreMartin Robinson2023-07-102-6/+8
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-17/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-9/+9
* Make sender and receiver name more coherentatbrakhi2023-05-082-207/+237
* Auto merge of #29692 - atbrakhi:move_loggers_from_constellation, r=mrobinsonbors-servo2023-05-033-113/+129
|\
| * Move logers into seperate logger filesRakhi Sharma2023-05-023-113/+129
* | 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 support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-3/+8
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+2
* Auto merge of #28591 - servo:jdm-patch-51, r=jdmbors-servo2021-11-011-1/+1
|\
| * Update nightly rustc.Josh Matthews2021-11-011-1/+1