aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-105-4/+31
* feat: display file chosen for input file (#35789)DK Liao2025-03-102-3/+47
* Register iframes with the devtools (#35874)Simon Wülker2025-03-091-0/+1
* Implement can-have-its-url-rewritten for history api (#35864)Kingsley Yung2025-03-081-24/+48
* Add an about:memory page (#35728)webbeef2025-03-074-0/+84
* Let layout invalidations happen in the flat tree (#35769)Simon Wülker2025-03-062-8/+43
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-054-14/+14
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-0321-61/+112
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-03365-786/+774
* script: Implement preparation-time document (#35718)Xiaocheng Hu2025-03-021-58/+108
* add `cancelable` property to the `TouchEvent` (#35713)Bi Fuguo2025-03-021-1/+1
* refactor: add CanGc as argument to methods in CSSGroupingRule, CSSKeyframesRu...Yerkebulan Tulibergenov2025-03-023-21/+21
* 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-012-15/+14
* refactor: add CanGc as argument to OffscreenCanvas methods (#35731)Yerkebulan Tulibergenov2025-03-011-6/+8
* refactor: add CanGc as argument to BaseAudioContext::{Destination, Listener} ...Yerkebulan Tulibergenov2025-03-011-4/+4
* script: Avoid double borrow crash in `DataTransferItem` (#35699)Gae242025-02-271-1/+2
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-272-1/+202
* layout: Implement a non-recursive version of CSS `quotes` (#34770)Xiaocheng Hu2025-02-271-7/+24
* bindings: Fix support for interface members in setlike/maplike. (#35651)Mukilan Thiyagarajan2025-02-275-20/+197
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-271-11/+24
* Make auxiliary webviews exist in the constellation immediately (#35672)Delan Azabani2025-02-261-58/+48
* Implement the <progress> element (#35531)Simon Wülker2025-02-262-3/+103
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-251-9/+14
* 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-2540-237/+306
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-2515-122/+129
* Don't tell stylo about stylesheets that are not in a browsing context (#35606)Simon Wülker2025-02-241-10/+11
* Update to rust 1.85 (#35628)Simon Wülker2025-02-249-17/+13
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-242-11/+17
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-241-2/+4
* Remove `get_ipc_sender` from `OffscreenCanvasRenderingContext2D` (#35625)Samson2025-02-244-36/+7
* refactor: add CanGc as argument to Promise::reject (#35622)Yerkebulan Tulibergenov2025-02-233-7/+7
* Propagate more `CanGc` (#35604)Auguste Baum2025-02-232-20/+35
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-234-288/+227
* refactor RTCError::new_inherited (#35617)Yerkebulan Tulibergenov2025-02-231-15/+6
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-2314-390/+41
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-2353-274/+308
* script: add `CanGc` argument to `Promise::new_resolved` and `Promise::new_rej...Gae242025-02-238-29/+23
* refactor: add CanGc as argument to DataBlock::view (#35610)Yerkebulan Tulibergenov2025-02-232-2/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-2370-262/+355
* refactor: add CanGc as argument to WindowProxy::set_window (#35609)Yerkebulan Tulibergenov2025-02-233-11/+12
* Use counter instead of time for HTMLFormElement. (#35555)Narfinger2025-02-221-5/+10
* refactor: add CanGc as argument to SubtleCrypto::import_key_{pbkdf2, aes, hkd...Yerkebulan Tulibergenov2025-02-221-18/+29
* refactor: add CanGc as argument to create_buffer_source_with_length (#35596)Yerkebulan Tulibergenov2025-02-222-9/+11
* refactor: add CanGc as argument to CountQueuingStrategy::GetSize (#35595)Yerkebulan Tulibergenov2025-02-221-1/+1
* refactor: add CanGc as argument to ByteLengthQueuingStrategy::GetSize (#35594)Yerkebulan Tulibergenov2025-02-221-1/+1
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-2219-86/+142
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-2216-659/+100
* refactor: add CanGc as argument to extract_size_algorithm (#35593)Yerkebulan Tulibergenov2025-02-223-5/+8