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

Issue 1284833004: Remove remaining legacy SplitString calls. (Closed)

Created:
5 years, 4 months ago by brettw
Modified:
5 years, 4 months ago
Reviewers:
sky, zel
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, binji+watch_chromium.org, yzshen+watch_chromium.org, ben+mojo_chromium.org, Sam Clegg, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, lcwu+watch_chromium.org, chromoting-reviews_chromium.org, jam, abarth-chromium, darin-cc_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, mlamouri+watch-content_chromium.org, rickyz+watch_chromium.org, oshima+watch_chromium.org, gunsch+watch_chromium.org, klundberg+watch_chromium.org, hashimoto+watch_chromium.org, wfh+watch_chromium.org, Aaron Boodman, tfarina, mkwst+moarreviews-renderer_chromium.org, darin (slow to review), 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

Remove remaining legacy SplitString calls. TBR=zelidrag@chromium.org (chromeos) Committed: https://crrev.com/83dc1610d1a0e3b78909b565943bfa12aeae9370 Cr-Commit-Position: refs/heads/master@{#342983}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -309 lines) Patch
M base/process/process_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/process/process_metrics_linux.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/strings/string_split.h View 1 1 chunk +0 lines, -52 lines 0 comments Download
M base/strings/string_split.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M base/strings/string_split_unittest.cc View 5 chunks +10 lines, -94 lines 0 comments Download
M base/test/test_file_util_win.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chromecast/base/metrics/cast_metrics_helper.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chromecast/net/net_util_cast.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chromeos/dbus/dbus_client_bundle.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M chromeos/network/network_change_notifier_chromeos_unittest.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M chromeos/system/version_loader.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M components/signin/core/browser/child_account_info_fetcher_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/upload_list/upload_list.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M device/hid/hid_service_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gin/modules/file_module_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M jingle/notifier/communicator/single_login_attempt.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/runner/context.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M mojo/runner/init.cc View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M native_client_sdk/src/libraries/sdk_util/string_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/disk_cache_memory_test/disk_cache_memory_test.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M pdf/out_of_process_instance.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ppapi/proxy/file_chooser_resource.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M rlz/win/lib/machine_deal.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/win/src/named_pipe_dispatcher.cc View 1 2 3 4 5 6 1 chunk +9 lines, -10 lines 0 comments Download
M skia/ext/image_operations_bench.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sql/connection.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/test/test_support_impl.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M tools/android/memdump/memdump.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M tools/gn/command_clean.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/command_format.cc View 1 2 3 4 5 3 chunks +6 lines, -8 lines 0 comments Download
M tools/gn/command_refs.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M tools/gn/input_conversion.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/runtime_deps.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M tools/gn/standard_out.cc View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M tools/ipc_fuzzer/fuzzer/fuzzer_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/ipc_fuzzer/message_tools/message_util.cc View 3 chunks +8 lines, -10 lines 0 comments Download
M win8/delegate_execute/delegate_execute_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (17 generated)
brettw
The last of the Split string patches!
5 years, 4 months ago (2015-08-11 21:22:08 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/20001
5 years, 4 months ago (2015-08-11 21:22:37 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/118709) cast_shell_linux on ...
5 years, 4 months ago (2015-08-11 21:35:54 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/60001
5 years, 4 months ago (2015-08-11 21:39:56 UTC) #8
sky
LGTM Personally I think code like this: for (const auto& netif : base::SplitString( is hard ...
5 years, 4 months ago (2015-08-11 21:48:51 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/83845)
5 years, 4 months ago (2015-08-11 21:53:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/80001
5 years, 4 months ago (2015-08-11 23:23:47 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/87314)
5 years, 4 months ago (2015-08-11 23:36:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/100001
5 years, 4 months ago (2015-08-11 23:43:23 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/27107)
5 years, 4 months ago (2015-08-12 00:21:51 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/120001
5 years, 4 months ago (2015-08-12 04:31:53 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/92065)
5 years, 4 months ago (2015-08-12 05:21:26 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284833004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284833004/140001
5 years, 4 months ago (2015-08-12 06:01:25 UTC) #30
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 4 months ago (2015-08-12 07:31:25 UTC) #31
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/83dc1610d1a0e3b78909b565943bfa12aeae9370 Cr-Commit-Position: refs/heads/master@{#342983}
5 years, 4 months ago (2015-08-12 07:32:04 UTC) #32
kmackay
BTW you didn't remove the old SplitStr(str, c, result) implementations from string_split.cc; not sure if ...
5 years, 4 months ago (2015-08-12 20:24:16 UTC) #33
kmackay
On 2015/08/12 20:24:16, kmackay wrote: > BTW you didn't remove the old SplitStr(str, c, result) ...
5 years, 4 months ago (2015-08-12 20:25:24 UTC) #34
brettw
5 years, 4 months ago (2015-08-12 20:54:03 UTC) #35
Message was sent while issue was closed.
Thanks for noticing, will do it.

Powered by Google App Engine
This is Rietveld 408576698