DescriptionPPAPI: Disallow blocking callbacks while handling a blocking message
This makes it so that the plugin can not use blocking completion callbacks while servicing HandleBlockingMessage. This is to discourage leaving JavaScript hung while doing long-running things (e.g. file IO).
(Of course, the plugin can get around this by bouncing to another thread; but I think this adds a useful guideline/deterrent.)
BUG=415351
Committed: https://crrev.com/44b96754c1e11929fd7d1dc8ed36880d80476372
Cr-Commit-Position: refs/heads/master@{#296422}
Patch Set 1 #
Total comments: 1
Patch Set 2 : try to improve comment #
Messages
Total messages: 14 (4 generated)
|