aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* refactor: propagate CanGc arguments through callers (#35565)Auguste Baum2025-02-2111-42/+62
* Support the `<meter>` element (#35524)Simon Wülker2025-02-214-7/+163
* Allow resetting multiple flags at once in Element::set_state (#35580)Simon Wülker2025-02-211-5/+9
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-216-68/+113
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-2116-64/+229
* fix touch event wrong coordinates. pageX, pageY, clientX, clientY etc. (#35550)Bi Fuguo2025-02-211-4/+6
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-202-17/+4
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-20260-603/+986
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-201-15/+7
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-195-11/+2350