aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* chore: remove unnecessary `webrender_document` in script (#36648)Jason Tsai23 hours1-11/+1
* Streams: fix writable transfer sink abort steps (#36638)Gregory Terzian25 hours1-1/+1
* Reduce indexing boilerplate for serializable/transferrable objects. (#36624)Josh Matthews30 hours10-155/+77
* Set correct policy-container for worker construction (#36603)Tim van der Lippe43 hours4-27/+38
* Streams: remove unnecessary special hanlding of dataclone error (#36628)Gregory Terzian47 hours2-19/+7
* Remove unnecessary map_err. (#36625)Josh Matthews48 hours1-1/+1
* Implement trusted types url setter (#36596)Tim van der Lippe2 days7-3/+220
* Eagerly define interfaces on non-Window globals (#36604)Josh Matthews2 days4-3/+36
* Fix: Slot Assignment mode according to the spec (#36620)saku3 days1-1/+1
* htmlvideoelement: Include security settings in poster image request (#36605)elomscansio3 days1-2/+4
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns4 days47-51/+47
* script: Only register one image callback per CSS image in use. (#36612)Josh Matthews4 days1-2/+5
* content/dom: set navigator.onLine attribute to `true` (#36560)Siddhant N Trivedi4 days2-0/+10
* Streams: make writable streams transferrable (#36588)Gregory Terzian5 days3-5/+103
* chore: Update wgpu to v25 (#36486)sagudev5 days1-6/+21
* Refactor common infrastructure for creating memory reports. (#36579)Josh Matthews5 days1-3/+5
* Check CSP for inline event handlers (#36510)Tim van der Lippe5 days5-16/+42
* imagedata: Fix overflow panic for too large ImageData (#36569)Andrei Volykhin6 days1-4/+21
* Fix crash when enumerating properties of global object (#36491)Josh Matthews6 days1-3/+2
* fix writablestream assertion crash when getting chunk size following spec cha...Taym Haddadi7 days1-3/+3
* media element: support seekable attribute (#36541)TIN TUN AUNG7 days1-7/+46
* compositor: Unify the cross process and in-process API (#36543)Martin Robinson8 days2-7/+4
* Switch to data_url::mime for document content type (#36522)webbeef8 days4-39/+41
* script: Implement CSSStyleSheet constructor (#36521)Oriol Brufau8 days5-10/+119
* Remove two outdated TODO comments in HTMLScriptElement (#36540)Simon Wülker8 days1-7/+14
* Make DOMException serializable (#36535)Kingsley Yung8 days2-2/+88
* Unify media query and media query list parsing (#36520)Oriol Brufau8 days4-123/+64
* Revert "compositor: Unify the cross process and in-process API (#36443)" (#36...Martin Robinson8 days2-4/+7
* Transfer ReadableStream (#36181)Gregory Terzian8 days7-56/+864
* Implement CSP check for Trusted Types (#36363)Tim van der Lippe9 days1-3/+12
* async clipboard: implement `writeText` (#36498)Gae249 days3-0/+148
* Remove HTMLStyleElement::line_number (#36507)Simon Wülker9 days1-2/+0
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe9 days14-12/+135
* add CanGc as argument to methods in HTMLInputElement, HTMLLinkElement (#36504)Yerkebulan Tulibergenov9 days3-24/+21
* Support optional message for dataclone error (#36308)Jerens Lensun10 days6-9/+60
* add CanGc as argument to methods in HTMLCollection, HTMLDataListElement, HTML...Yerkebulan Tulibergenov10 days12-54/+51
* script: Clean up CSP management code (#36493)chocolate-pie10 days1-12/+12
* add CanGc as argument to methods in ElementInternals, GlobalScope, HTMLAnchor...Yerkebulan Tulibergenov10 days8-22/+24
* Implement "Create a Trusted Type" algorithm (#36454)Tim van der Lippe10 days2-25/+179
* Update ProgressEvent to use doubles (#36487)Sebastian C10 days3-13/+20
* compositor: Unify the cross process and in-process API (#36443)Martin Robinson10 days2-7/+4
* textinput: position the caret at the end when selecting input (#36478)webbeef11 days1-6/+12
* fix: File to FormData not correctly handling name and lastModified (#36458)Sebastian C12 days2-5/+7
* Implement attribute and property lookup for Trusted Types (#36422)Tim van der Lippe12 days1-11/+131
* Handle HTTP Refresh header (#36393)Sebastian C12 days2-114/+118
* dom: should change media element's currentSrc to children source element's sr...TIN TUN AUNG12 days2-14/+20
* add CanGc as argument to methods in Element (#36464)Yerkebulan Tulibergenov12 days6-45/+54
* Implement `disabled` attribute for `<link rel="stylesheet">` (#36446)Oriol Brufau13 days1-2/+36
* script: Correctly convert a jsval to a `Promise` (#36403)Gae2414 days1-4/+6
* Add serde and wgsl features to wgpu-core (#36411)Oriol Brufau14 days1-2/+4