DescriptionPPAPI: Make V8VarConverter longer-lived
For supporting sending browser-hosted resources (like FileSystem and FileRef) in postMessageAndAwaitResponse, the ResourceConverter is going to need to save some state across conversions. Therefore, MessageChannel will have to use one V8VarConverter instead of using it entirely on the stack. This also means PepperTryCatch* needs to be passed a V8VarConverter instead of making its own.
BUG=417316
Committed: https://crrev.com/e1705472bf0bbcace45a16dcc66f795f974a3a02
Cr-Commit-Position: refs/heads/master@{#299170}
Patch Set 1 #Patch Set 2 : Look up host as-needed to avoid proxy-switchover problem #
Total comments: 1
Patch Set 3 : #
Total comments: 7
Patch Set 4 : Review comments #Patch Set 5 : Merge #Messages
Total messages: 9 (2 generated)
|