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

Issue 10828229: Add basic support for Latin1 strings to the API. (Closed)

Created:
8 years, 4 months ago by Yang
Modified:
8 years, 4 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Add basic support for Latin1 strings to the API. R=erik.corry@gmail.com BUG=

Patch Set 1 #

Total comments: 21

Patch Set 2 : #

Patch Set 3 : removed MakeExternal(ExternalLatin1StringResource*) and added counters. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+724 lines, -122 lines) Patch
M include/v8.h View 1 2 11 chunks +148 lines, -32 lines 0 comments Download
M src/api.cc View 1 2 19 chunks +181 lines, -61 lines 0 comments Download
M src/factory.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/factory.cc View 1 2 1 chunk +15 lines, -2 lines 0 comments Download
M src/heap.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 4 chunks +44 lines, -21 lines 0 comments Download
M src/heap-inl.h View 2 chunks +26 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +286 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
8 years, 4 months ago (2012-08-09 15:42:28 UTC) #1
Erik Corry
This change feels like it is adding more than we need to support WebKit. I ...
8 years, 4 months ago (2012-08-10 11:28:51 UTC) #2
Yang
Addressed most comments. I explained my opinion on MakeExternal(ExternalLatin1StringResource*) below. The short version: this way ...
8 years, 4 months ago (2012-08-10 13:14:45 UTC) #3
Erik Corry
8 years, 4 months ago (2012-08-21 12:50:26 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698