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

Issue 1291103002: Updates to StringSplit implementation (Closed)

Created:
5 years, 4 months ago by brettw
Modified:
5 years, 4 months ago
Reviewers:
sky
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

Updates to StringSplit implementation Remove the deprecated StringSplit implementation. The header declarations and all external uses were already removed, but the actual implementation was not removed. It was still used by SplitStringIntoKeyValuePairs which is now updated to use the new version. Both the key/value splitter and the substring variants have been updated to avoid many intermediate copies. Updates the name of a trim whitespace variant in string_util to match the header. This is currently unused but was provided for symmetry before. Committed: https://crrev.com/ce0fbef478ffe95f41e76bf6e85ff6b0072002ba Cr-Commit-Position: refs/heads/master@{#343286}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -96 lines) Patch
M base/strings/string_split.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M base/strings/string_split.cc View 1 2 chunks +53 lines, -87 lines 0 comments Download
M base/strings/string_util.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
brettw
5 years, 4 months ago (2015-08-13 18:09:36 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291103002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291103002/40001
5 years, 4 months ago (2015-08-13 18:10:20 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-13 19:50:35 UTC) #5
sky
LGTM
5 years, 4 months ago (2015-08-13 20:45:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291103002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291103002/40001
5 years, 4 months ago (2015-08-13 22:05:17 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 4 months ago (2015-08-13 22:10:08 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-08-13 22:10:38 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ce0fbef478ffe95f41e76bf6e85ff6b0072002ba
Cr-Commit-Position: refs/heads/master@{#343286}

Powered by Google App Engine
This is Rietveld 408576698