mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Auto merge of #24664 - gterzian:fix_port_transfer, r=jdm
Fix loophole in messageport transfer <!-- Please describe your changes on the following line: --> --- <!-- 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 #24600 (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. -->
This commit is contained in:
commit
0d2c2045cc
7 changed files with 468 additions and 52 deletions
|
@ -11296,6 +11296,32 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout.window.js": [
|
||||
[
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout.window.html",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"script",
|
||||
"/common/get-host-info.sub.js"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout_with_delay.window.js": [
|
||||
[
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout_with_delay.window.html",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"script",
|
||||
"/common/get-host-info.sub.js"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"mozilla/DOMParser.html": [
|
||||
[
|
||||
"mozilla/DOMParser.html",
|
||||
|
@ -18432,6 +18458,14 @@
|
|||
"276791c4348ada7e1da71041f2ccd383305e209c",
|
||||
"support"
|
||||
],
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout.window.js": [
|
||||
"4ee3f64beb095963f06fc53c1d53dad2244109f9",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/Channel_postMessage_with_second_transfer_in_timeout_with_delay.window.js": [
|
||||
"939995678895c07047709f6e265d0f6b7b705eb5",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/DOMParser.html": [
|
||||
"f386a3e0191af2c70dcb05790ce7db15dd5ccbf1",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue