aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: `display: inline-grid` considered an atomic inline (#36298)Barigbue Nbira2025-04-032-1/+8
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-035-0/+23
* script: Implement deprecated CSSStyleSheet members (#36313)Oriol Brufau2025-04-032-3/+57
* layout: Improve style conversion for Taffy (#36311)Oriol Brufau2025-04-031-2/+8
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-0311-95/+456
* Use Window in new methods instead of GlobalScope for interfaces with … (#36...Richard Dushime2025-04-0240-240/+226
* script: Create `CSSStyleOwner::Null` for `getComputedStyle` (#36272)Martin Robinson2025-04-022-3/+68
* layout: Allow collapsing bottom margins with any indefinite block size (#36278)Oriol Brufau2025-04-021-1/+1
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-025-53/+73
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-0211-117/+172
* Fix broken unit-test of webview (#36238)Shubham Gupta2025-04-021-9/+10
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-0122-195/+95
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-016-43/+83
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-019-3/+144
* Implement CSSNestedDeclarations (#36248)Oriol Brufau2025-04-015-1/+118
* devtools: Fix id collisions by using incrementing counters (#35971)Delan Azabani2025-04-017-33/+218
* Fix null realm assertion when activating a service worker (#36256)Josh Matthews2025-04-011-3/+3
* script: Use `RegExpFlag_UnicodeSets` when validating regular expressions in `...MDCODE2472025-04-011-3/+3
* Add SimulateColorScheme command and script thread handling (#36253)Usman Yahaya Baba2025-04-013-0/+12
* Remove ServoParser::do_parse_sync (#36255)Simon Wülker2025-04-011-8/+0
* Track the active tab and browsing context for devtools (#36168)Usman Yahaya Baba2025-03-313-2/+25