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

Issue 59853006: Fix y-umlaut to uppercase. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -126 lines) Patch
M src/heap.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 2 10 chunks +110 lines, -109 lines 3 comments Download
M src/unicode.h View 2 chunks +2 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-2984.js View 1 chunk +6 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
Please take a look. I ended up not handlifying the code because there is no ...
7 years, 1 month ago (2013-11-06 15:55:36 UTC) #1
dcarney
lgtm
7 years, 1 month ago (2013-11-06 16:07:13 UTC) #2
Lasse Reichstein Nielsen
drive-by comment :) https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc#newcode6209 src/runtime.cc:6209: // character is also ASCII. This ...
7 years, 1 month ago (2013-11-06 21:19:41 UTC) #3
Sven Panne
Another DBC... https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc#newcode6233 src/runtime.cc:6233: static const uc32 yuml_code = 0xff; Hmmm, ...
7 years, 1 month ago (2013-11-07 07:07:24 UTC) #4
dcarney
https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc#newcode6233 src/runtime.cc:6233: static const uc32 yuml_code = 0xff; This code does ...
7 years, 1 month ago (2013-11-07 07:13:33 UTC) #5
Yang
On 2013/11/06 21:19:41, Lasse Reichstein Nielsen wrote: > drive-by comment :) > > https://codereview.chromium.org/59853006/diff/50001/src/runtime.cc > ...
7 years, 1 month ago (2013-11-07 08:49:36 UTC) #6
Yang
7 years, 1 month ago (2013-11-07 09:08:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r17545 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698