Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Issue 5094003: Extract extensions to a separate directory.... (Closed)

Created:
10 years, 1 month ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Extract extensions to a separate directory. Remove extensions from the external reference table. They should never be part of the serialized code. Create extensions/experimental subdirectory for experimental extensions not officially supported by V8. Committed: http://code.google.com/p/v8/source/detail?r=5838

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -158 lines) Patch
M src/SConscript View 1 chunk +2 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/execution.h View 1 chunk +0 lines, -23 lines 0 comments Download
M src/execution.cc View 1 chunk +0 lines, -131 lines 0 comments Download
A src/extensions/externalize-string-extension.h View 1 chunk +50 lines, -0 lines 0 comments Download
A src/extensions/externalize-string-extension.cc View 1 chunk +141 lines, -0 lines 0 comments Download
A src/extensions/gc-extension.h View 1 chunk +49 lines, -0 lines 0 comments Download
A src/extensions/gc-extension.cc View 1 chunk +54 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 1 month ago (2010-11-17 10:45:29 UTC) #1
Erik Corry
10 years, 1 month ago (2010-11-17 12:10:42 UTC) #2
LGTM if all tests pass with and without snapshots.

Powered by Google App Engine
This is Rietveld 408576698