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

Issue 3017021: Fix break position not to be outside of the script (Closed)

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

Description

Fix break position not to be outside of the script Committed: http://code.google.com/p/v8/source/detail?r=5131

Patch Set 1 #

Patch Set 2 : add testcase #

Patch Set 3 : comment wording #

Total comments: 10

Patch Set 4 : follow codereview #

Total comments: 1

Patch Set 5 : long line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M src/runtime.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/debug-setbreakpoint.js View 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Peter Rybin
10 years, 5 months ago (2010-07-22 17:44:17 UTC) #1
podivilov
http://codereview.chromium.org/3017021/diff/5001/6001 File src/runtime.cc (right): http://codereview.chromium.org/3017021/diff/5001/6001#newcode9346 src/runtime.cc:9346: // The result position may become beyound script source ...
10 years, 5 months ago (2010-07-23 11:42:43 UTC) #2
Peter Rybin
http://codereview.chromium.org/3017021/diff/5001/6001 File src/runtime.cc (right): http://codereview.chromium.org/3017021/diff/5001/6001#newcode9346 src/runtime.cc:9346: // The result position may become beyound script source ...
10 years, 5 months ago (2010-07-23 16:38:21 UTC) #3
podivilov
http://codereview.chromium.org/3017021/diff/11001/12002 File test/mjsunit/debug-setbreakpoint.js (right): http://codereview.chromium.org/3017021/diff/11001/12002#newcode208 test/mjsunit/debug-setbreakpoint.js:208: Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, i_script.id, 4); style: long line
10 years, 5 months ago (2010-07-23 16:55:36 UTC) #4
podivilov
10 years, 5 months ago (2010-07-23 16:55:43 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698