DescriptionBlink-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
Committed: https://crrev.com/0a242b6c8a66ee530d5b68c74dfabe74e6415d45
Cr-Commit-Position: refs/heads/master@{#417874}
Patch Set 1 #Patch Set 2 : temp #Messages
Total messages: 16 (11 generated)
|