Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement DOMRect::FromRect (#33798) | Simon Wülker | 2024-10-11 | 1 | -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 syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -3/+3 |
| | |||||
* | Support default toJSON in WebIDL | Kagami Sascha Rosylight | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Improve implementation of DOMRect and implement DOMRectReadOnly | Till Schneidereit | 2015-10-17 | 1 | -0/+29 |
Passes most tests from test-css. |