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

Issue 2725583002: [regexp] fix /\W/ui wrt \u017f and \u212a. (Closed)

Created:
3 years, 9 months ago by Yang
Modified:
3 years, 9 months ago
Reviewers:
jgruber
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] fix /\W/ui wrt \u017f and \u212a. R=jgruber@chromium.org BUG=v8:5080 Review-Url: https://codereview.chromium.org/2725583002 Cr-Commit-Position: refs/heads/master@{#43496} Committed: https://chromium.googlesource.com/v8/v8/+/a813525a075271c0b787df2702006229a182cd72

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -26 lines) Patch
M src/regexp/jsregexp.cc View 1 2 9 chunks +77 lines, -19 lines 0 comments Download
M src/regexp/regexp-ast.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/regexp/regexp-parser.cc View 7 chunks +15 lines, -7 lines 0 comments Download
A test/mjsunit/es7/regexp-ui-word.js View 1 chunk +42 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Yang
3 years, 9 months ago (2017-02-28 11:01:42 UTC) #1
jgruber
Nice! lgtm https://codereview.chromium.org/2725583002/diff/1/src/regexp/jsregexp.cc File src/regexp/jsregexp.cc (right): https://codereview.chromium.org/2725583002/diff/1/src/regexp/jsregexp.cc#newcode5615 src/regexp/jsregexp.cc:5615: // \B to (?<=\W)(?=\W)|(?<=\w)(?=\w) Nit: Please swap ...
3 years, 9 months ago (2017-02-28 13:44:57 UTC) #2
Yang
https://codereview.chromium.org/2725583002/diff/1/src/regexp/jsregexp.cc File src/regexp/jsregexp.cc (right): https://codereview.chromium.org/2725583002/diff/1/src/regexp/jsregexp.cc#newcode5615 src/regexp/jsregexp.cc:5615: // \B to (?<=\W)(?=\W)|(?<=\w)(?=\w) On 2017/02/28 13:44:56, jgruber wrote: ...
3 years, 9 months ago (2017-02-28 14:26:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2725583002/40001
3 years, 9 months ago (2017-02-28 18:03:03 UTC) #6
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 18:28:50 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/a813525a075271c0b787df2702006229a18...

Powered by Google App Engine
This is Rietveld 408576698