commit | 0a242b6c8a66ee530d5b68c74dfabe74e6415d45 | [log] [tgz] |
---|---|---|
author | haraken <haraken@chromium.org> | Mon Sep 12 06:02:08 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Sep 12 06:04:14 2016 |
tree | 2024035649424a73e05f722c698954c8a9803eaa | |
parent | 8eb88763df5a272f9cd161689c7273da125167a1 [diff] |
Blink-in-JS should not run micro tasks If Blink-in-JS runs micro tasks, there's a risk of causing a UXSS bug (see 645211 for concrete steps). This CL makes Blink-in-JS use callInternalFunction (instead of callFunction) to avoid running micro tasks after Blink-in-JS' callbacks. BUG=645211 Review-Url: https://codereview.chromium.org/2330843002 Cr-Commit-Position: refs/heads/master@{#417874}