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

Issue 1539013: Change String::WriteUtf8() to return characters written. (Closed)

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

Description

Change String::WriteUtf8() to return characters written. Explanation: http://groups.google.com/group/v8-users/browse_thread/thread/6a7d6bb735196336

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix style issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M include/v8.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/api.cc View 1 3 chunks +5 lines, -1 line 0 comments Download
M test/cctest/test-strings.cc View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
ry
Return number of characters written in String::WriteUtf8(). Explanation here http://groups.google.com/group/v8-users/browse_thread/thread/6a7d6bb735196336
10 years, 8 months ago (2010-04-01 20:14:29 UTC) #1
antonm
Christian is less involved with v8 these days. It's mostly lgtm (modulo minor stylistic nits). ...
10 years, 8 months ago (2010-04-02 11:27:38 UTC) #2
ry
I fixed the style issues.
10 years, 8 months ago (2010-04-02 18:56:28 UTC) #3
antonm
I am going to land it with one minor alternation: I'd rather use nchars_ref in ...
10 years, 8 months ago (2010-04-06 10:45:56 UTC) #4
ry
10 years, 8 months ago (2010-04-06 17:01:45 UTC) #5
On 2010/04/06 10:45:56, antonm wrote:
> I am going to land it with one minor alternation: I'd rather use nchars_ref in
> inlcude/v8.h to match src/api.cc, is it fine with you?

Okay.

> And just to double check---you have your committer agreement signed, correct?

Yes.

Powered by Google App Engine
This is Rietveld 408576698