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

Issue 1608693003: [regexp] step back if starting unicode regexp within surrogate pair. (Closed)

Created:
4 years, 11 months ago by Yang
Modified:
4 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@unicodeclass
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[regexp] step back if starting unicode regexp within surrogate pair. See https://github.com/tc39/ecma262/issues/128 R=erik.corry@gmail.com, littledan@chromium.org BUG=v8:2952 LOG=N Committed: https://crrev.com/3246d26b71d0c4d86705e3994b0c328c846a3fd4 Cr-Commit-Position: refs/heads/master@{#33488}

Patch Set 1 #

Patch Set 2 : fix small issue #

Patch Set 3 : check for step back only at start #

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : rebase to ToT #

Total comments: 16

Patch Set 6 : addressed comments #

Patch Set 7 : land #

Patch Set 8 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -38 lines) Patch
M src/regexp/jsregexp.cc View 1 2 3 4 5 6 7 6 chunks +107 lines, -37 lines 0 comments Download
M src/regexp/regexp-ast.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/harmony/unicode-regexp-last-index.js View 1 2 3 4 5 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
Yang
4 years, 11 months ago (2016-01-19 11:13:24 UTC) #1
Yang
On 2016/01/19 11:13:24, Yang wrote: This depends on https://codereview.chromium.org/1578253005/
4 years, 11 months ago (2016-01-19 12:16:24 UTC) #2
Yang
Erik, could you review this next? Thanks.
4 years, 11 months ago (2016-01-21 13:16:44 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608693003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608693003/80001
4 years, 11 months ago (2016-01-22 07:50:31 UTC) #5
commit-bot: I haz the power
Dry run: CLs for remote refs other than refs/pending/heads/master must contain NOTRY=true and NOPRESUBMIT=true in ...
4 years, 11 months ago (2016-01-22 07:50:33 UTC) #7
erikcorry
lgtm https://codereview.chromium.org/1608693003/diff/60001/src/regexp/jsregexp.cc File src/regexp/jsregexp.cc (left): https://codereview.chromium.org/1608693003/diff/60001/src/regexp/jsregexp.cc#oldcode5035 src/regexp/jsregexp.cc:5035: Inadvertent edit? https://codereview.chromium.org/1608693003/diff/80001/src/regexp/jsregexp.cc File src/regexp/jsregexp.cc (right): https://codereview.chromium.org/1608693003/diff/80001/src/regexp/jsregexp.cc#newcode5051 src/regexp/jsregexp.cc:5051: ...
4 years, 11 months ago (2016-01-22 10:10:11 UTC) #9
Yang
https://codereview.chromium.org/1608693003/diff/60001/src/regexp/jsregexp.cc File src/regexp/jsregexp.cc (left): https://codereview.chromium.org/1608693003/diff/60001/src/regexp/jsregexp.cc#oldcode5035 src/regexp/jsregexp.cc:5035: On 2016/01/22 10:10:10, erikcorry wrote: > Inadvertent edit? Undone. ...
4 years, 11 months ago (2016-01-25 07:38:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608693003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608693003/100001
4 years, 11 months ago (2016-01-25 07:39:01 UTC) #13
commit-bot: I haz the power
CLs for remote refs other than refs/pending/heads/master must contain NOTRY=true and NOPRESUBMIT=true in order for ...
4 years, 11 months ago (2016-01-25 07:39:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608693003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608693003/120001
4 years, 11 months ago (2016-01-25 09:44:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/14355) v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, ...
4 years, 11 months ago (2016-01-25 09:59:23 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1608693003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1608693003/140001
4 years, 11 months ago (2016-01-25 10:12:32 UTC) #23
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 11 months ago (2016-01-25 10:46:01 UTC) #24
commit-bot: I haz the power
4 years, 11 months ago (2016-01-25 10:46:20 UTC) #26
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/3246d26b71d0c4d86705e3994b0c328c846a3fd4
Cr-Commit-Position: refs/heads/master@{#33488}

Powered by Google App Engine
This is Rietveld 408576698