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

Issue 544573003: Forward heap space argument in String and Integer::New* (Closed)

Created:
6 years, 3 months ago by jgruber1
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Forward heap space argument in String and Integer::New* BUG= R=iposva@google.com, vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=39874

Patch Set 1 #

Patch Set 2 : Add two more occurrences. #

Total comments: 4

Patch Set 3 : Reformat long line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M runtime/vm/object.cc View 1 2 3 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
jgruber1
6 years, 3 months ago (2014-09-04 15:00:50 UTC) #2
Vyacheslav Egorov (Google)
lgtm
6 years, 3 months ago (2014-09-04 15:04:11 UTC) #3
Ivan Posva
LGTM -ip https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc#newcode16987 runtime/vm/object.cc:16987: space); All arguments on a new line, ...
6 years, 3 months ago (2014-09-04 15:37:07 UTC) #4
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc#newcode16986 runtime/vm/object.cc:16986: return String::SubString(str, begin_index, (str.Length() - begin_index), I usually ...
6 years, 3 months ago (2014-09-04 15:37:26 UTC) #5
jgruber1
https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/544573003/diff/20001/runtime/vm/object.cc#newcode16986 runtime/vm/object.cc:16986: return String::SubString(str, begin_index, (str.Length() - begin_index), On 2014/09/04 15:37:26, ...
6 years, 3 months ago (2014-09-04 15:40:57 UTC) #6
jgruber1
6 years, 3 months ago (2014-09-04 15:45:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 39874 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698