diff options
author | esprehn <esprehn@chromium.org> | 2016-03-01 20:57:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-02 04:58:19 +0000 |
commit | 7252f0b67814dbaa6390d76ddc48e95438bbb5a1 (patch) | |
tree | fa1a063c080775a2d4bf8e189c41b95b1ed8a2c6 /extensions/renderer/dispatcher.cc | |
parent | 4e6623013973747a357b11dd1ff0bb646e1db249 (diff) | |
download | chromium_src-7252f0b67814dbaa6390d76ddc48e95438bbb5a1.zip chromium_src-7252f0b67814dbaa6390d76ddc48e95438bbb5a1.tar.gz chromium_src-7252f0b67814dbaa6390d76ddc48e95438bbb5a1.tar.bz2 |
Remove WebScriptBindings.
Extension code does so much work in general (and copies strings),
the string optimization here doesn't really save much and adds
extra public API surface to blink we'd rather not have. Having
WebScriptBindings also encourages writing JS bindings out in
content, when they should really be inside blink instead.
Lets remove them and just use the normal v8_helpers that the rest
of the extensions system uses. As we move more extensions code down
into blink we can add optimizations like this back again.
BUG=561879
Review URL: https://codereview.chromium.org/1754713003
Cr-Commit-Position: refs/heads/master@{#378692}
Diffstat (limited to 'extensions/renderer/dispatcher.cc')
0 files changed, 0 insertions, 0 deletions