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

Issue 40133004: Implements ES6 String.prototype.normalize method. (Closed)

Created:
7 years, 2 months ago by mnita
Modified:
7 years, 1 month ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@bleeding_edge
Visibility:
Public.

Description

Implements ES6 String.prototype.normalize method. BUG=v8:2943 TEST=Unit tests for "real life" use cases, edge cases, various types of normalization.

Patch Set 1 #

Total comments: 14

Patch Set 2 : Implementing feedback from review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -0 lines) Patch
M src/i18n.js View 1 2 chunks +39 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
A test/intl/string/normalization.js View 1 1 chunk +145 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mnita
7 years, 2 months ago (2013-10-24 19:45:18 UTC) #1
Nebojša Ćirić
https://codereview.chromium.org/40133004/diff/1/src/i18n.js File src/i18n.js (right): https://codereview.chromium.org/40133004/diff/1/src/i18n.js#newcode2002 src/i18n.js:2002: * Adds a new method. Remove * Adds a ...
7 years, 2 months ago (2013-10-24 19:54:18 UTC) #2
Nebojša Ćirić
https://codereview.chromium.org/40133004/diff/1/test/intl/string/normalization.js File test/intl/string/normalization.js (right): https://codereview.chromium.org/40133004/diff/1/test/intl/string/normalization.js#newcode32 test/intl/string/normalization.js:32: // These are examples of data one might encounter ...
7 years, 2 months ago (2013-10-24 21:36:13 UTC) #3
mnita
Implemented all feedback. https://codereview.chromium.org/40133004/diff/1/src/i18n.js File src/i18n.js (right): https://codereview.chromium.org/40133004/diff/1/src/i18n.js#newcode2002 src/i18n.js:2002: * Adds a new method. On ...
7 years, 1 month ago (2013-10-25 15:22:10 UTC) #4
mnita
Please review this code. Thank you, Mihai
7 years, 1 month ago (2013-10-25 15:51:59 UTC) #5
Nebojša Ćirić
lgtm
7 years, 1 month ago (2013-10-25 15:53:18 UTC) #6
Sven Panne
lgtm
7 years, 1 month ago (2013-10-29 07:43:29 UTC) #7
Nebojša Ćirić
7 years, 1 month ago (2013-11-06 17:28:26 UTC) #8
On 2013/10/29 07:43:29, Sven Panne wrote:
> lgtm

Commited as https://codereview.chromium.org/60013010 (mnita is not a commiter).

Powered by Google App Engine
This is Rietveld 408576698