aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
...
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-0324-65/+120
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-03389-874/+864
* script: Avoid double borrow crash on iframe focus (#35742)Sean Burke2025-03-031-4/+12
* 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-2542-248/+322
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-251-21/+22
* refactor: add CanGc as argument to Promise::reject_native (#35640)Yerkebulan Tulibergenov2025-02-2517-133/+145
* 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-2413-24/+18
* script: Fix typo in `ScriptThread::process_pending_input_events` (#35627)Euclid Ye2025-02-241-4/+4
* Do not assume `OffscreenCanvasContext` to be 2d (#35629)Samson2025-02-243-18/+30
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-243-7/+10
* Remove `get_ipc_sender` from `OffscreenCanvasRenderingContext2D` (#35625)Samson2025-02-244-36/+7
* refactor: add CanGc as argument to Promise::reject (#35622)Yerkebulan Tulibergenov2025-02-234-9/+9
* Propagate more `CanGc` (#35604)Auguste Baum2025-02-233-21/+36
* Unify `(Offscreen)CanvasRenderingContext2d` and make `PaintRenderingContext2D...Samson2025-02-235-288/+235
* refactor RTCError::new_inherited (#35617)Yerkebulan Tulibergenov2025-02-231-15/+6
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-2315-391/+42
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-2356-291/+327
* 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-2374-275/+403
* refactor: add CanGc as argument to WindowProxy::set_window (#35609)Yerkebulan Tulibergenov2025-02-234-16/+22
* 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-2221-92/+149
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-2218-699/+111
* refactor: add CanGc as argument to extract_size_algorithm (#35593)Yerkebulan Tulibergenov2025-02-223-5/+8
* dom: Move child_list to rare data (#35592)webbeef2025-02-222-8/+12
* script: Add `CanvasContext` trait (#35448)Samson2025-02-2112-210/+317
* Add get_url() to GlobalScopeHelper (#35589)webbeef2025-02-211-0/+6
* dom: move node ranges to raredata (#35554)webbeef2025-02-213-21/+25