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

Issue 1399253004: Make base::IsUnicodeWhitespace('\0') return false. (Closed)

Created:
5 years, 2 months ago by eroman
Modified:
5 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, jshin+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make base::IsUnicodeWhitespace('\0') return false. BUG=542759 Committed: https://crrev.com/e61e2b17851818c993d4fb509b4076616ea8292b Cr-Commit-Position: refs/heads/master@{#353905}

Patch Set 1 #

Patch Set 2 : add BASE_EXPORT #

Total comments: 2

Patch Set 3 : Add non-ASCII codepoint tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -3 lines) Patch
M base/strings/string_util.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M base/strings/string_util.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M base/strings/string_util_unittest.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
eroman
5 years, 2 months ago (2015-10-13 18:18:00 UTC) #2
brettw
lgtm https://codereview.chromium.org/1399253004/diff/20001/base/strings/string_util_unittest.cc File base/strings/string_util_unittest.cc (right): https://codereview.chromium.org/1399253004/diff/20001/base/strings/string_util_unittest.cc#newcode1097 base/strings/string_util_unittest.cc:1097: EXPECT_TRUE(IsUnicodeWhitespace(L'\n')); Can you add a non-ASCII one as ...
5 years, 2 months ago (2015-10-13 21:41:51 UTC) #3
eroman
https://codereview.chromium.org/1399253004/diff/20001/base/strings/string_util_unittest.cc File base/strings/string_util_unittest.cc (right): https://codereview.chromium.org/1399253004/diff/20001/base/strings/string_util_unittest.cc#newcode1097 base/strings/string_util_unittest.cc:1097: EXPECT_TRUE(IsUnicodeWhitespace(L'\n')); On 2015/10/13 21:41:51, brettw wrote: > Can you ...
5 years, 2 months ago (2015-10-13 22:04:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399253004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399253004/40001
5 years, 2 months ago (2015-10-13 22:08:23 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-13 23:39:31 UTC) #8
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 23:42:11 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e61e2b17851818c993d4fb509b4076616ea8292b
Cr-Commit-Position: refs/heads/master@{#353905}

Powered by Google App Engine
This is Rietveld 408576698