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

Issue 12638: Fixed uncanonicalization inconsistency. (Closed)

Created:
12 years ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fixed problem where the two lower-case sigmas would uncanonicalize to themselves and upper-case sigma, but upper-case sigma would uncanonicalize to just lower-case final sigma.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -9 lines) Patch
M src/jsregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/unicode.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +20 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
Christian Plesner Hansen
12 years ago (2008-11-25 15:38:50 UTC) #1
Erik Corry
I guess it LGTM. It would be nice to see the changes to unibrow, rather ...
12 years ago (2008-11-25 18:24:51 UTC) #2
Christian Plesner Hansen
12 years ago (2008-11-26 06:03:45 UTC) #3
I'll send the unibrow changes to review too.

http://codereview.chromium.org/12638/diff/1/4
File test/cctest/test-regexp.cc (right):

http://codereview.chromium.org/12638/diff/1/4#newcode1090
Line 1090: if (next_block + i == 880)
That was a mistake.

Powered by Google App Engine
This is Rietveld 408576698