Chromium Code Reviews
DescriptionStop 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.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110197
Patch Set 1 #
Total comments: 2
Patch Set 2 : aa's comments; simplify. #Patch Set 3 : Removed orphaned variable. #
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||