aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Implement `disabled` attribute for `<link rel="stylesheet">` (#36446)Oriol Brufau13 days3-5/+46
* feat: Implement display for text selection and caret (#35830)DK Liao13 days8-11/+170
* refactor: use is_zero() instead of comparing with Au::Zero() (#36347)Barigbue Nbira14 days6-14/+15
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson14 days9-78/+115
* script: Correctly convert a jsval to a `Promise` (#36403)Gae2414 days1-4/+6
* libservo: Move `EventLooperWaker` from `webxr_traits` to `embedder_traits` (#...Martin Robinson2025-04-096-27/+8
* layout: Enable using cached fragments when there is a BoxTree update point (#...Martin Robinson2025-04-0911-47/+187
* Add serde and wgsl features to wgpu-core (#36411)Oriol Brufau2025-04-092-3/+5
* script: copy include! files from script_bindings to script's OUT_DIR (#36384)sagudev2025-04-084-15/+53
* Remove unsafe annotation add to unsafe blocks (#36399)Barigbue Nbira2025-04-081-17/+23
* Unify the way html5ever and xml5ever block on script elements (#36284)Simon Wülker2025-04-086-25/+23
* Devtools: initial Debugger > Sources panel (#36164)delan azabani2025-04-086-7/+143
* add CanGc as argument to methods in DissimilarOriginWindow, DocumentFragment,...Yerkebulan Tulibergenov2025-04-087-15/+31
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov2025-04-076-55/+61
* fix: meta referrer updating to follow spec (#36390)Sebastian C2025-04-072-37/+28
* Split up the URLPattern implementation (#36391)Simon Wülker2025-04-075-2427/+2466
* Create a parser for URLPatterns (#36382)Simon Wülker2025-04-071-9/+449
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-077-25/+14
* Streams: add an underlying sink type (#36385)Gregory Terzian2025-04-072-50/+105
* Remove trailing space in CSSStyleSheet::AddRule() (#36383)Usman Yahaya Baba2025-04-071-1/+1
* layout: Scale images in `image_set` by their specified resolution (#36374)ToBinio2025-04-072-12/+30
* Add a tokenizer for URLPatterns (#36362)Simon Wülker2025-04-071-4/+543
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-065-0/+214
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-066-30/+42
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-064-38/+104
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-0653-596/+561
* Remove unsafe from cross_origin_property_fallback (#36373)Usman Yahaya Baba2025-04-061-2/+2
* Process colorSchemeSimulation in TargetConfigurationActor (#36297)Usman Yahaya Baba2025-04-063-7/+44
* Remove unsafe from maybe_cross_origin_get_prototype (#36366)Usman Yahaya Baba2025-04-061-8/+6
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-0620-111/+137
* Fix: Add support for stylesheet MIME type quirk in quirks mode (#36338)saku2025-04-061-1/+11
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-0576-1212/+1212
* Refactor:Refactors report_cross_origin_denial method to use unsafe block (#36...kaushikashok452025-04-051-5/+7
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-0517-2/+516
* structuredclone::read throws a DataClone error on failure (#36361)Kingsley Yung2025-04-051-10/+8
* Make the memory reporting multi-process aware (#35863)webbeef2025-04-0513-359/+445
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-0536-48/+287
* script: Implement input preprocessing for URLPatterns (#36225)Simon Wülker2025-04-042-52/+686
* constellation: Only return focused browsing contexts that exist. (#36330)Josh Matthews2025-04-041-1/+9
* Implement TestUtils (#36301)Sebastian C2025-04-044-0/+63
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-0436-363/+414
* Prevent zombie processes in multi-process mode. (#36329)webbeef2025-04-046-44/+177
* script: Remove code dealing with `CompositorUntrustedNode` (#36343)Martin Robinson2025-04-042-36/+5
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-0425-256/+271
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-0423-346/+351
* layout: Restrict stretch alignment to flex items with computed auto size (#36...Oriol Brufau2025-04-044-64/+64
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-0450-565/+618
* Separate `WebviewManager` from `Webview` in `compositor` and `constellation` ...Shubham Gupta2025-04-047-239/+253
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-0443-1826/+1923
* Webdriver delete cookie (#36306)Euclid Ye2025-04-047-4/+65