aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* Add an about:memory page (#35728)webbeef2025-03-0715-1/+245
* Let layout invalidations happen in the flat tree (#35769)Simon Wülker2025-03-062-8/+43
* compositor: Make input event handling per-WebView (#35716)Delan Azabani2025-03-059-887/+1016
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-057-17/+30
* devtools: update targeted firefox version. (#35792)atbrakhi2025-03-051-1/+1
* Reduce allocations in layout_block_level_children_in_parallel (#35781)Jonathan Schwender2025-03-041-3/+6
* Optimize IPC for non-cancelable touch events (#35785)Bi Fuguo2025-03-043-2/+9
* layout: Partial support for keyword sizes on preferred cross size (#35682)Oriol Brufau2025-03-041-53/+69
* compositor: Make `PipelineDetails` and pending paint metrics per-WebView (#35...Martin Robinson2025-03-0412-373/+535
* Upgrade Stylo to 2025-03-01 (#35782)Oriol Brufau2025-03-042-3/+0
* Fix the problem that touchmove crashes occasionally. Fix crash when multiple ...Bi Fuguo2025-03-032-51/+49
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-0326-67/+133
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-03567-1569/+1650
* script: Avoid double borrow crash on iframe focus (#35742)Sean Burke2025-03-031-4/+12
* layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...Euclid Ye2025-03-026-45/+54
* Respond to the `connect` message from a devtools client (#35745)Simon Wülker2025-03-023-12/+20
* script: Implement preparation-time document (#35718)Xiaocheng Hu2025-03-021-58/+108
* add `cancelable` property to the `TouchEvent` (#35713)Bi Fuguo2025-03-023-2/+17
* refactor: add CanGc as argument to methods in CSSGroupingRule, CSSKeyframesRu...Yerkebulan Tulibergenov2025-03-024-21/+33
* Refactor devtools server (#35735)Simon Wülker2025-03-011-344/+261
* Don't recurse in Node::GetRootNode (#35725)Simon Wülker2025-03-011-9/+6
* refactor: add CanGc as argument to methods in CanvasRenderingContext2D and Of...Yerkebulan Tulibergenov2025-03-013-17/+16
* refactor: add CanGc as argument to OffscreenCanvas methods (#35731)Yerkebulan Tulibergenov2025-03-012-6/+12
* refactor: add CanGc as argument to BaseAudioContext::{Destination, Listener} ...Yerkebulan Tulibergenov2025-03-012-5/+5
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-286-28/+39
* libservo: Stop double-buffering `OffscreenRenderingContext` (#35638)Martin Robinson2025-02-282-67/+80
* script: Avoid double borrow crash in `DataTransferItem` (#35699)Gae242025-02-271-1/+2
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-274-2/+205
* layout: Implement a non-recursive version of CSS `quotes` (#34770)Xiaocheng Hu2025-02-275-9/+488
* winit_mininal: support proper window resizing (#35691)webbeef2025-02-271-0/+10
* clippy: Fix a couple clippy warnings on macOS (#35703)Martin Robinson2025-02-272-2/+2
* compositor Remove `frame_tree_id` member (#35702)Martin Robinson2025-02-271-18/+0
* layout: Use definite cross size to compute flex base size (#35688)Oriol Brufau2025-02-271-25/+23
* Update sensitivity naming in `DisplayList::new` (#35694)Euclid Ye2025-02-271-2/+2
* Set limits on pinch zoom (#35692)Shubham Gupta2025-02-271-2/+3
* Reuse same `ImageKey` for 2d canvas (#35695)Samson2025-02-271-59/+34
* bindings: Fix support for interface members in setlike/maplike. (#35651)Mukilan Thiyagarajan2025-02-2711-26/+259
* winit_minimal: fix build breakage (#35686)webbeef2025-02-271-6/+1
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-275-47/+115
* layout: Support `stretch` cross size for flex base size (#35663)Oriol Brufau2025-02-261-5/+7
* layout: Support `stretch` cross size for automatic min size in flexbox (#35652)Oriol Brufau2025-02-261-5/+7
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-2610-80/+37
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-265-87/+109
* Implement the <progress> element (#35531)Simon Wülker2025-02-262-3/+103
* Don’t prompt user for credentials for non-Navigate request (#35664)Isaac Marovitz2025-02-262-1/+57
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-257-214/+168
* layout: Change the `IndefiniteContainingBlock` sizes to `Option<Au>` (#35653)Oriol Brufau2025-02-256-37/+19
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-252-11/+16
* Allow the `<details>` element to be opened and closed (#35261)Simon Wülker2025-02-253-37/+229
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-2543-249/+323