angler-fishThe Vulnerability History Project

Don't allow scripts to run when a node is being adopted.

      Running a script in the middle of rescoping nodes can break a lot of invariants and leave DOM in an inconsistent state.

This patch adds a ScriptForbiddenScope in TreeScope::adoptIfNeeded to ensure it never happens.

BUG=605766

Review URL: https://codereview.chromium.org/1910403003

Cr-Commit-Position: refs/heads/master@{#389425}
    
commit 146ff1bb11c88778d466bd7a49b544f2b5806ee0
+1 -3
expand_less