Chromium Code Reviews
DescriptionPass setScriptableObjectProperty calls on to Pepper again
We previously removed the ability for Pepper plugins to intercept
properties set on the plugin element as we thought that this
private feature wasn't used anywhere. It turns out that this feature
is still used by the deprecated gTalk plugin. This patch adds back
the ability for the plugin to intercept the call.
Note that we are missing the ability (in V8) to detect whether
the plugin has actually intercepted the call the avoid passing
the SetProperty request onto the DOM element. But that turns
out to be inconsequential for the gTalk plugin.
BUG=414842
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183492
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 15 (6 generated)
|