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

Issue 647022: Add maxStrinLength argument to debugger requests (Closed)

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

Description

Add maxStrinLength argument to debugger requests Committed: http://code.google.com/p/v8/source/detail?r=3919

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -16 lines) Patch
M src/debug-delay.js View 1 2 3 1 chunk +10 lines, -5 lines 0 comments Download
M src/mirror-delay.js View 1 2 3 4 chunks +22 lines, -11 lines 0 comments Download
M test/mjsunit/debug-evaluate.js View 1 2 3 2 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yurys
10 years, 10 months ago (2010-02-18 16:49:03 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/647022/diff/9/1005 File test/mjsunit/debug-evaluate.js (right): http://codereview.chromium.org/647022/diff/9/1005#newcode94 test/mjsunit/debug-evaluate.js:94: '{"expression":"this.longString","global":true, maxStringLength:-1}', Please remove the space before maxStringLength ...
10 years, 10 months ago (2010-02-19 13:42:20 UTC) #2
yurys
10 years, 10 months ago (2010-02-19 14:32:31 UTC) #3
http://codereview.chromium.org/647022/diff/9/1005
File test/mjsunit/debug-evaluate.js (right):

http://codereview.chromium.org/647022/diff/9/1005#newcode94
test/mjsunit/debug-evaluate.js:94:
'{"expression":"this.longString","global":true, maxStringLength:-1}',
On 2010/02/19 13:42:21, Søren Gjesse wrote:
> Please remove the space before maxStringLength for consistency.

Done.

http://codereview.chromium.org/647022/diff/9/1005#newcode102
test/mjsunit/debug-evaluate.js:102: longString);
On 2010/02/19 13:42:21, Søren Gjesse wrote:
> How about adding a test with maxStringLength of 0, 1, and 80 as well?

Done.

Powered by Google App Engine
This is Rietveld 408576698