Chromium Code Reviews
DescriptionDon't allow setting properties on scriptable v8 plugin objects
Plugin elements can be backed by v8 objects which are used for
scripting from JS into the plugin. There are no longer any use cases
where we need to allow setting properties on the backing object as a
result of setting the property on the plugin element. As a result we
can remove the call to the backing v8 object.
Note that this should only affect Pepper plugins that support
scripting (Flash and PDF being the ones of importance) but I have
verified that they do not need this. When NPAPI is removed, we should
be able to remove the corresponding NPObject codepath.
BUG=351636
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180581
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||