bors-servo
aa752e4d45
Auto merge of #23711 - saschanaz:frompoint, r=Manishearth
...
Implement DOMPoint.fromPoint
<!-- Please describe your changes on the following line: -->
Implements DOMPoint.fromPoint and fixes codegen to use default value when an optional dictionary member got `undefined`.
PS: The codegen change is about:
```webidl
dictionary MyDictionary {
optional short myMember = 0;
short anotherMember;
}
[Exposed=Window, Constructor]
interface MyInterface {
void myMethod(optional MyDictionary myDict);
};
```
```js
// The following two must behave same
new MyInterface().myMethod({ myMember: undefined, anotherMember = 0 });
new MyInterface().myMethod({ anotherMember = 0 });
```
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23710
<!-- Either: -->
- [x] There are tests for these changes
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23711 )
<!-- Reviewable:end -->
2019-07-05 15:01:31 -04:00
..
2019-07-05 15:01:31 -04:00
2019-05-19 22:14:28 +02:00
2019-05-21 16:56:40 -04:00
2019-05-21 16:56:40 -04:00
2019-07-06 01:15:24 +09:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-05-16 10:59:20 +03:00
2018-12-28 13:17:47 +01:00
2019-06-02 07:12:26 +02:00
2019-06-29 19:23:17 +02:00
2018-11-19 14:47:12 +01:00
2019-07-05 11:01:19 +02:00
2018-11-19 14:47:12 +01:00
2019-04-27 18:38:15 -04:00
2019-07-05 11:01:19 +02:00
2019-07-05 11:01:19 +02:00
2018-11-19 14:47:12 +01:00
2019-03-03 09:04:50 -05:00
2019-03-03 09:04:50 -05:00
2019-07-05 11:26:37 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-18 18:27:46 -07:00
2019-05-25 17:28:07 +02:00
2019-03-10 17:51:35 +01:00
2018-11-19 14:47:12 +01:00
2019-05-25 17:28:07 +02:00
2018-12-28 13:17:47 +01:00
2019-05-25 17:28:07 +02:00
2019-05-25 17:28:07 +02:00
2019-05-25 17:28:07 +02:00
2019-01-04 15:05:07 -08:00
2018-11-19 14:47:12 +01:00
2018-12-28 13:17:47 +01:00
2018-12-28 13:17:47 +01:00
2019-06-04 01:04:02 -04:00
2019-03-14 21:41:02 +02:00
2018-11-19 14:47:12 +01:00
2019-01-10 11:58:10 -05:00
2019-06-26 22:23:07 -06:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-10 17:51:35 +01:00
2018-11-19 14:47:12 +01:00
2019-05-10 22:43:43 -04:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-22 15:45:18 +05:30
2019-04-26 11:31:17 +02:00
2019-04-26 11:31:17 +02:00
2019-04-26 11:31:17 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-26 18:10:46 -04:00
2018-11-19 14:47:12 +01:00
2019-06-29 19:23:17 +02:00
2019-06-02 07:12:26 +02:00
2019-06-26 22:23:07 -06:00
2019-06-09 13:25:01 -04:00
2019-04-26 11:31:18 +02:00
2019-04-26 12:00:26 +02:00
2018-11-19 14:47:12 +01:00
2019-03-19 22:49:14 +03:00
2018-11-19 14:47:12 +01:00
2019-06-30 18:45:56 +09:00
2019-07-03 20:23:52 +09:00
2018-11-19 14:47:12 +01:00
2019-07-06 01:15:24 +09:00
2019-07-06 01:15:24 +09:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-25 13:11:32 +02:00
2018-11-19 14:47:12 +01:00
2019-03-26 09:39:07 +02:00
2019-06-29 19:23:17 +02:00
2019-06-29 19:23:17 +02:00
2018-11-19 14:47:12 +01:00
2019-05-02 09:30:03 -04:00
2019-07-02 10:10:58 -07:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-29 19:23:17 +02:00
2018-12-28 13:17:47 +01:00
2019-03-10 17:51:35 +01:00
2019-01-23 00:38:44 +08:00
2019-01-23 00:38:44 +08:00
2018-11-19 14:47:12 +01:00
2019-05-02 09:30:03 -04:00
2018-11-19 14:47:12 +01:00
2019-03-11 16:25:39 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-26 22:23:07 -06:00
2018-11-19 14:47:12 +01:00
2019-06-22 14:59:09 +02:00
2019-05-02 09:30:03 -04:00
2019-04-19 16:50:38 -07:00
2019-06-22 14:59:09 +02:00
2018-11-20 13:30:45 +05:30
2019-04-29 12:02:04 +02:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2019-03-20 15:01:26 +00:00
2019-06-22 14:59:09 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:17 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-13 11:08:16 -04:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2019-06-22 14:59:09 +02:00
2019-05-29 23:07:17 +07:00
2019-04-26 11:31:17 +02:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2019-04-26 11:31:17 +02:00
2019-07-05 11:01:19 +02:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:42:38 +02:00
2019-03-10 17:51:35 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-26 22:23:07 -06:00
2019-04-26 11:31:18 +02:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-10 17:51:35 +01:00
2019-03-10 17:51:35 +01:00
2019-03-10 17:51:35 +01:00
2018-11-19 14:47:12 +01:00
2019-05-16 15:33:24 -04:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:31:18 +02:00
2019-01-08 13:23:38 +00:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-10 14:01:30 -03:00
2019-05-02 09:30:03 -04:00
2019-03-10 17:51:35 +01:00
2019-03-10 17:51:35 +01:00
2019-04-19 16:50:38 -07:00
2019-04-29 12:02:04 +02:00
2019-06-27 18:13:23 -07:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-12-22 17:11:30 +01:00
2018-11-19 14:47:12 +01:00
2019-05-08 08:15:01 -07:00
2019-05-08 08:15:01 -07:00
2019-05-02 09:30:03 -04:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-07-01 17:42:46 -07:00
2019-06-09 13:25:01 -04:00
2019-06-06 11:30:37 -07:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-05-25 17:28:07 +02:00
2019-06-26 22:23:07 -06:00
2019-06-26 22:23:07 -06:00
2019-06-06 11:30:37 -07:00
2018-11-19 14:47:12 +01:00
2019-03-10 17:51:35 +01:00
2019-03-10 17:51:35 +01:00
2019-07-05 11:01:19 +02:00
2019-05-22 10:24:54 -04:00
2019-05-22 10:24:54 -04:00
2019-05-21 17:20:03 +02:00
2018-11-19 14:47:12 +01:00
2019-05-22 10:24:54 -04:00
2018-11-19 14:47:12 +01:00
2019-06-22 14:59:09 +02:00
2018-11-19 14:47:12 +01:00
2019-01-09 01:09:08 +05:30
2018-11-20 16:21:32 +00:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-27 19:09:17 +01:00
2018-11-20 16:21:32 +00:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-30 00:20:26 +02:00
2018-11-19 14:47:12 +01:00
2019-07-03 13:48:48 -04:00
2019-03-14 00:55:21 +08:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-06-29 19:23:17 +02:00
2019-06-22 14:59:09 +02:00
2019-01-04 15:05:07 -08:00
2018-11-19 14:47:12 +01:00
2019-04-26 11:42:38 +02:00
2019-04-29 12:02:04 +02:00
2019-04-19 16:50:38 -07:00
2019-01-04 15:05:07 -08:00
2019-01-29 11:37:00 -08:00
2019-06-22 14:59:09 +02:00
2019-01-29 11:37:00 -08:00
2019-01-29 11:37:00 -08:00
2019-05-08 08:15:01 -07:00
2018-11-27 17:33:13 -08:00
2018-11-19 14:47:12 +01:00
2019-05-25 17:28:07 +02:00
2019-06-29 19:23:17 +02:00
2018-12-08 16:50:18 +08:00
2019-04-26 12:00:26 +02:00
2019-04-30 16:54:52 -07:00
2018-12-28 13:17:47 +01:00
2019-03-10 17:51:35 +01:00
2018-11-19 14:47:12 +01:00
2019-01-04 15:27:23 +01:00
2019-04-26 11:31:18 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2017-11-06 13:00:14 -05:00
2019-05-25 17:28:07 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-04-20 22:39:39 +02:00
2018-12-28 13:17:47 +01:00
2019-05-25 17:28:07 +02:00
2018-11-19 14:47:12 +01:00
2019-03-14 21:41:02 +02:00
2019-05-16 15:33:24 -04:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-14 00:55:21 +08:00
2019-03-14 00:55:21 +08:00
2018-12-11 20:14:00 +00:00
2019-03-14 00:55:21 +08:00
2019-01-17 10:01:38 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-03 09:04:50 -05:00
2018-11-19 14:47:12 +01:00
2019-01-04 15:27:23 +01:00
2019-03-10 17:51:35 +01:00
2019-01-10 22:43:29 +08:00
2018-11-19 14:47:12 +01:00
2019-01-08 16:48:19 +08:00
2019-06-26 22:23:07 -06:00
2018-11-19 14:47:12 +01:00
2018-12-28 13:17:47 +01:00
2018-11-19 14:47:12 +01:00
2019-03-03 09:04:50 -05:00
2019-03-05 11:50:48 +00:00
2019-04-26 11:31:18 +02:00
2019-05-25 17:28:07 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-05-02 09:30:03 -04:00
2018-11-19 14:47:12 +01:00
2019-05-02 09:30:03 -04:00
2019-05-02 09:30:03 -04:00
2019-05-02 09:30:03 -04:00
2019-03-07 09:27:36 -05:00
2018-11-19 14:47:12 +01:00
2018-12-28 13:17:47 +01:00
2018-11-19 14:47:12 +01:00
2018-12-28 13:17:47 +01:00
2018-11-19 14:47:12 +01:00
2018-12-28 13:17:47 +01:00
2018-12-28 13:17:47 +01:00
2019-06-11 10:10:41 -07:00
2019-03-07 09:27:36 -05:00
2018-11-19 14:47:12 +01:00
2019-05-21 16:56:40 -04:00
2018-12-28 13:17:47 +01:00
2018-12-28 13:17:47 +01:00
2019-05-26 09:46:48 -07:00
2019-06-09 13:25:01 -04:00
2019-07-04 10:26:48 +02:00
2019-06-29 19:23:17 +02:00
2019-06-29 19:23:17 +02:00
2019-06-26 22:23:07 -06:00
2019-06-02 10:20:03 +08:00
2019-06-26 22:23:07 -06:00
2019-05-25 17:28:07 +02:00
2019-06-26 22:23:07 -06:00
2018-11-19 14:47:12 +01:00
2019-06-22 14:59:09 +02:00
2018-11-19 14:47:12 +01:00
2018-11-19 14:47:12 +01:00
2019-03-21 09:50:29 +02:00
2019-06-02 14:41:20 -04:00
2019-04-04 17:22:08 -07:00
2019-05-03 18:46:31 -07:00
2019-01-03 23:53:50 -08:00
2019-04-03 23:55:33 -07:00
2019-06-10 16:06:31 -07:00
2019-03-25 09:06:49 -07:00
2019-05-07 19:23:55 -04:00
2019-06-10 15:50:44 -07:00
2019-06-10 15:50:44 -07:00
2019-07-02 10:10:58 -07:00
2019-05-02 09:30:03 -04:00
2019-05-02 09:30:03 -04:00
2019-03-26 00:09:15 -07:00
2019-01-03 23:53:50 -08:00