mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #23637 - gterzian:continue-message-port, r=jdm
Continue message port <!-- Please describe your changes on the following line: --> Fixes #7457. Fixes #12715. Fixes #12717. Fixes #16095. Fixes #18969. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- 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/23637) <!-- Reviewable:end -->
This commit is contained in:
commit
a905916ede
113 changed files with 2792 additions and 787 deletions
|
@ -18966,15 +18966,15 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"1207eaa2d8ff55e0c2216086b5a2c90a41ff78cf",
|
||||
"3578a6e01cc3bb6daf8b4942d672ecb7da1ff6b5",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
"f1854a3ae00493554006ad2c483489f4be8450a6",
|
||||
"786f6e12515ff71bc83f34e4ffa32e7e38b1cd26",
|
||||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"802fe64ebfc86480f3c5adc80718f550d09d330b",
|
||||
"3f77783a6cc31e7803dd61873ba17c92ce12eccc",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/invalid-this.html": [
|
||||
|
|
|
@ -167,7 +167,9 @@ test_interfaces([
|
|||
"MediaList",
|
||||
"MediaQueryList",
|
||||
"MediaQueryListEvent",
|
||||
"MessageChannel",
|
||||
"MessageEvent",
|
||||
"MessagePort",
|
||||
"MimeType",
|
||||
"MimeTypeArray",
|
||||
"MouseEvent",
|
||||
|
|
|
@ -24,6 +24,8 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"JSON",
|
||||
"Map",
|
||||
"Math",
|
||||
"MessageChannel",
|
||||
"MessagePort",
|
||||
"NaN",
|
||||
"Number",
|
||||
"Object",
|
||||
|
|
|
@ -34,7 +34,9 @@ test_interfaces([
|
|||
"Headers",
|
||||
"History",
|
||||
"ImageData",
|
||||
"MessageChannel",
|
||||
"MessageEvent",
|
||||
"MessagePort",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
"PerformanceMark",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue