aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMPoint.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-30/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Implement CanvasRenderingContext2D.getTransform()pylbrecht2020-02-121-1/+1
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-3/+3
|
* Require default dictionary value for optional dictsKagami Sascha Rosylight2019-07-121-1/+1
|
* Implement DOMPoint.fromPointKagami Sascha Rosylight2019-07-061-0/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Add DOMQuad elementGuillaume Gomez2015-12-181-0/+7
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-2/+2
|
* Implement DOMPoint and DOMPointReadOnlyTill Schneidereit2015-07-231-0/+22
Passes some but not all WPT tests. One failure is caused by an issue in codegen for the `DOMPointInit` dictionary, the others by outdated tests: Gecko implements an old version of the spec that overloaded the `DOMPoint` constructor to optionally take an object as the first argument, and made `DOMPointReadOnly` non-constructible.