aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dommatrixreadonly.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-5/+10
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-35/+35
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes (#33852)chickenleaf2024-10-161-2/+2
* Fix Clippy warning: remove unneeded late initialization of string (#33840)chickenleaf2024-10-151-10/+9
* Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822)chickenleaf2024-10-131-33/+66
* content: Replace uses of `downcast`+`is_some`/`is_none` with `is` (#33804)tanishka2024-10-111-1/+1
* Implement DOMMatrix `stringifier` (#33792)Simon Wülker2024-10-111-1/+127
* Update DOMMatrix::is2D when modifying elements (#33796)Simon Wülker2024-10-111-0/+60
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-48/+46
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-5/+10
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-6/+6
* Rename buffer_source_type to buffer_source (#31426)Taym Haddadi2024-02-261-3/+3
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-3/+3
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-2/+3
* webidlg: Handle `Float64Array` as a `TypedArray` rather than a raw `JSObject`...Taym Haddadi2024-01-301-10/+5
* Use Uint8Array for TextEncoder (#31145)Taym Haddadi2024-01-231-2/+2
* WebIDL: use FLoat32Array (#30990)Gregory Terzian2024-01-111-7/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Further changes required by ServoOriol Brufau2023-11-241-0/+1
* Clean up and merge some canvas-related WebIDLs (#30606)Ennui Langeweile2023-10-261-12/+24
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-12/+13
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+12
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-7/+14
* Bump euclid to 0.22Martin Robinson2023-01-261-44/+33
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-7/+10
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+2
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-9/+14
* Update euclid.Emilio Cobos Álvarez2019-07-231-15/+15
* Fix DOMMatrix rotate test failureKagami Sascha Rosylight2019-07-031-7/+12
* add link to the specKagami Sascha Rosylight2019-07-021-0/+1
* Add DOMMatrix.prototype.scaleNonUniformKagami Sascha Rosylight2019-07-021-0/+11
* Support DOMMatrix string constructorKagami Sascha Rosylight2019-06-301-9/+67
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-4/+6
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-73/+139
* Update mozjs.Emilio Cobos Álvarez2018-03-251-5/+4
* Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnlyChristian Poveda2018-03-231-0/+48
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-8/+8
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-18/+18
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1