aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMRectReadOnly.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Implement DOMRect::FromRect (#33798)Simon Wülker2024-10-111-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement DOMRect::FromRect Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Silence crown errors The rect type does not contain any gc'd members, so not rooting it is perfectly fineSilence crown errors Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Add SVGRect to the list of exposed interface globals Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT manifest Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-3/+3
|
* Support default toJSON in WebIDLKagami Sascha Rosylight2019-07-241-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
|
* Improve implementation of DOMRect and implement DOMRectReadOnlyTill Schneidereit2015-10-171-0/+29
Passes most tests from test-css.