mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Introduce PendingScript
This moves scripts' loading results in Document, instead of maintaining them behind a DOMRefCell in each HTMLScriptElement.
This commit is contained in:
parent
965370c0bf
commit
30f0553ac7
8 changed files with 193 additions and 82 deletions
|
@ -8660,6 +8660,12 @@
|
|||
"url": "/_mozilla/mozilla/navigator.html"
|
||||
}
|
||||
],
|
||||
"mozilla/nested_asap_script.html": [
|
||||
{
|
||||
"path": "mozilla/nested_asap_script.html",
|
||||
"url": "/_mozilla/mozilla/nested_asap_script.html"
|
||||
}
|
||||
],
|
||||
"mozilla/node_compareDocumentPosition.html": [
|
||||
{
|
||||
"path": "mozilla/node_compareDocumentPosition.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue