aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `rooted_vec` macro (#36214)Greg Morenz2025-03-291-1/+0
* Stop using `RootedGuard's` DerefMut impl (#36158)Greg Morenz2025-03-281-1/+1
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-271-6/+25
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-263-6/+22
* Stop using MutableHandle's DerefMut impl (#36160)Greg Morenz2025-03-261-2/+2
* Fix check in get_array_index_from_id to return early on ASCII char (#36136)Michael Rees2025-03-251-1/+1
* feat: add CanGc argument in get_dictionary_property (#36156)Arya Nair2025-03-251-0/+1
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-236-15/+28
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-192-2/+4
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-171-3/+15
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-165-415/+2
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-162-4/+3
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-153-76/+352
* script: refactor create_buffer_source_with_constructor (#35952)Taym Haddadi2025-03-131-65/+73
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-121-19/+33
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-101-55/+452
* Add an about:memory page (#35728)webbeef2025-03-071-0/+12
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0320-120/+117
* refactor: add CanGc as argument to exception_to_promise (#35647)Yerkebulan Tulibergenov2025-02-251-9/+14
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-1/+1
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-235-368/+13
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-1/+2
* refactor: add CanGc as argument to DataBlock::view (#35610)Yerkebulan Tulibergenov2025-02-231-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-234-11/+24
* refactor: add CanGc as argument to create_buffer_source_with_length (#35596)Yerkebulan Tulibergenov2025-02-221-1/+3
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-3/+10
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-229-622/+24
* script: Make callbacks generic over DOM interfaces. (#35459)Josh Matthews2025-02-213-63/+85
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-217-43/+152
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* Ensure that qualified-name segments start with a valid start character (#35530)Simon Wülker2025-02-191-116/+103
* chore: Remove outdated FIXME. (#35458)Josh Matthews2025-02-141-1/+0
* bindings: Support non-object this values for callbacks. (#35427)Josh Matthews2025-02-122-11/+13
* script: make Error::to_jsval safe (#35411)Stephen Muss2025-02-101-10/+10
* script: Replace unnecessary macro in get_constructor_object_from_local_name (...Max T.2025-02-091-137/+132
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-082-17/+21
* suppress build warnings when disabling webgpu and webxr (#35379)webbeef2025-02-081-5/+16
* script: make methods of ErrorInfo safe (#35367)Stephen Muss2025-02-071-22/+31
* script: make throw_invalid_this and throw_constructor_without_new safe (#35360)Stephen Muss2025-02-073-14/+15
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-044-141/+17
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-046-115/+11
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-021-0/+2
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-294-600/+7
* Script: implement `ReadableStreamBYOBReader::Read` (#35040)Taym Haddadi2025-01-271-200/+165
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-0/+11
* Make generated bindings generic over DOM types (#35169)Josh Matthews2025-01-251-3/+3
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-249-9882/+8
* Remove unneeded allow annotation. (#35025)Josh Matthews2025-01-192-2/+0