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

Issue 902703002: templates: Don't check IsLineTerminator() if character is negative (Closed)

Created:
5 years, 10 months ago by caitp (gmail)
Modified:
5 years, 10 months ago
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

templates: Don't check IsLineTerminator() if character is negative BUG=455212 LOG=N R=arv@chromium.org Committed: https://crrev.com/49ef5498075fbc2ce09dbfa76ecb51b39464df10 Cr-Commit-Position: refs/heads/master@{#26442}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
M src/scanner.cc View 1 chunk +1 line, -1 line 1 comment Download
A + test/mjsunit/regress/regress-455212.js View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
caitp (gmail)
PTAL I'm not sure this is the best way to fix this
5 years, 10 months ago (2015-02-04 20:07:56 UTC) #1
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/902703002/diff/1/src/scanner.cc File src/scanner.cc (right): https://codereview.chromium.org/902703002/diff/1/src/scanner.cc#newcode846 src/scanner.cc:846: if (c0_ > 0 && unicode_cache_->IsLineTerminator(c0_)) { This ...
5 years, 10 months ago (2015-02-04 20:10:49 UTC) #2
caitp (gmail)
On 2015/02/04 20:10:49, arv wrote: > LGTM > > https://codereview.chromium.org/902703002/diff/1/src/scanner.cc > File src/scanner.cc (right): > ...
5 years, 10 months ago (2015-02-04 20:19:36 UTC) #3
arv (Not doing code reviews)
On 2015/02/04 20:19:36, caitp wrote: > On 2015/02/04 20:10:49, arv wrote: > > LGTM > ...
5 years, 10 months ago (2015-02-04 20:26:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902703002/1
5 years, 10 months ago (2015-02-04 20:43:07 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-04 21:05:41 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 21:05:59 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/49ef5498075fbc2ce09dbfa76ecb51b39464df10
Cr-Commit-Position: refs/heads/master@{#26442}

Powered by Google App Engine
This is Rietveld 408576698