Stop copying extension bindings scripts.
After improving v8 API to allow us to pass in an extension source string length field, use that to refer directly to the in-image source rather than copying it and holding it in memory, thus saving memory. It bums me out that I have to call GetRawDataResource() twice, but I don't s a way around that without abandoning inheritance from v8::Extension and switching to composition/delegation. Moved DEPS for v8 to r9534, the newest to include r9365. I don't know whethe this matches our convention; perhaps we always move DEPS to the latest. BUG=95147 TEST=relying on existing extensions unit tests, which all still pass. Review URL: http://codereview.chromium.org/8277020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110197 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment