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

Issue 11852019: Prepare API for webkit use of Latin-1 (Closed)

Created:
7 years, 11 months ago by drcarney
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Prepare API for webkit use of Latin-1 R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13369

Patch Set 1 #

Patch Set 2 : prepared a couple more name changes #

Patch Set 3 : Changed mind #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -23 lines) Patch
M include/v8.h View 1 2 4 chunks +14 lines, -1 line 0 comments Download
M src/api.cc View 2 chunks +51 lines, -22 lines 1 comment Download

Messages

Total messages: 1 (0 generated)
Yang
7 years, 11 months ago (2013-01-14 11:21:38 UTC) #1
LGTM save for one small detail that I fixed. Landing.

https://codereview.chromium.org/11852019/diff/4001/src/api.cc
File src/api.cc (right):

https://codereview.chromium.org/11852019/diff/4001/src/api.cc#newcode3898
src/api.cc:3898: if (IsDeadCheck(str->GetIsolate(),
"v8::String::MayContainNonAscii()")) {
This should reflect the method name since this string is for debugging purposes.
Fixed that for you.

Powered by Google App Engine
This is Rietveld 408576698