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

Issue 652027: Basic implementation of liveedit feature (Closed)

Created:
10 years, 10 months ago by Peter Rybin
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Basic implementation of liveedit feature Committed: http://code.google.com/p/v8/source/detail?r=4045

Patch Set 1 #

Patch Set 2 : merge, clean-up #

Patch Set 3 : various improvements #

Patch Set 4 : clean gate away #

Patch Set 5 : clean up #

Patch Set 6 : prepare for review #

Patch Set 7 : clean up #

Patch Set 8 : make compilable #

Total comments: 56

Patch Set 9 : follow codereview #

Patch Set 10 : clean up #

Patch Set 11 : fix tests #

Patch Set 12 : presubmit fixes #

Patch Set 13 : merge #

Patch Set 14 : change generated file name #

Total comments: 102

Patch Set 15 : follow codereview #

Patch Set 16 : fix #

Total comments: 2

Patch Set 17 : merge #

Patch Set 18 : follow codereview #

Patch Set 19 : add proper source headers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1046 lines, -44 lines) Patch
M src/SConscript View 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.h View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +9 lines, -1 line 0 comments Download
M src/debug.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +6 lines, -1 line 0 comments Download
M src/debug.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +9 lines, -2 lines 0 comments Download
M src/debug-delay.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +40 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/liveedit.h View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
M src/liveedit.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +293 lines, -36 lines 0 comments Download
A src/liveedit-delay.js View 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +366 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -1 line 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +152 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-1.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +48 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-2.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +70 lines, -0 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M tools/visual_studio/js2c.cmd View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_arm.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_x64.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Peter Rybin
Hi Søren Could you please take a real quick look over the change I am ...
10 years, 10 months ago (2010-02-25 02:18:36 UTC) #1
Søren Thygesen Gjesse
Some comments. There is some strange indentation in liveedit-delay.js, maybe some tab issue. That file ...
10 years, 10 months ago (2010-02-25 22:33:59 UTC) #2
Peter Rybin
http://codereview.chromium.org/652027/diff/3033/3034 File samples/shell.cc (right): http://codereview.chromium.org/652027/diff/3033/3034#newcode52 samples/shell.cc:52: v8::Debug::EnableAgent("shell", 9222, true); On 2010/02/25 22:33:59, Søren Gjesse wrote: ...
10 years, 9 months ago (2010-03-02 22:38:58 UTC) #3
Peter Rybin
Hi Søren I think I completed with this CL. I removed my own debug support. ...
10 years, 9 months ago (2010-03-02 23:03:33 UTC) #4
Søren Thygesen Gjesse
Please add a flag for turning this off (lets have it default to true for ...
10 years, 9 months ago (2010-03-04 09:45:25 UTC) #5
Peter Rybin
Hi Soren I think I fixed on every comment of yours. > Please add a ...
10 years, 9 months ago (2010-03-05 00:36:09 UTC) #6
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/652027/diff/8011/7030 File src/debug.h (right): http://codereview.chromium.org/652027/diff/8011/7030#newcode609 src/debug.h:609: NO_AFTER_COMPILE_FLAG, FLAG -> FLAGS
10 years, 9 months ago (2010-03-05 14:42:22 UTC) #7
Peter Rybin
10 years, 9 months ago (2010-03-06 01:17:51 UTC) #8
http://codereview.chromium.org/652027/diff/8011/7030
File src/debug.h (right):

http://codereview.chromium.org/652027/diff/8011/7030#newcode609
src/debug.h:609: NO_AFTER_COMPILE_FLAG,
On 2010/03/05 14:42:22, Søren Gjesse wrote:
> FLAG -> FLAGS

Done.

Powered by Google App Engine
This is Rietveld 408576698