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

Issue 853903003: Cleanup dead code in base/ as found by Scythe. (Closed)

Created:
5 years, 11 months ago by Lei Zhang
Modified:
5 years, 11 months ago
Reviewers:
Nico
CC:
chromium-reviews, wfh+watch_chromium.org, dsinclair+watch_chromium.org, erikwright+watch_chromium.org, sadrul, 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

Cleanup dead code in base/ as found by Scythe. Some parts just needed to be ifdefed. Committed: https://crrev.com/88c7b3339b207cd3424f5478b5e672485617ca44 Cr-Commit-Position: refs/heads/master@{#312576}

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Total comments: 2

Patch Set 4 : rebase #

Patch Set 5 : Fix MessageLoop::ReloadWorkQueue() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -438 lines) Patch
M base/BUILD.gn View 2 chunks +0 lines, -4 lines 0 comments Download
M base/base.gyp View 4 chunks +6 lines, -12 lines 0 comments Download
M base/base.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M base/debug/trace_event_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
D base/event_recorder.h View 1 chunk +0 lines, -109 lines 0 comments Download
D base/event_recorder_stubs.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D base/event_recorder_win.cc View 1 chunk +0 lines, -258 lines 0 comments Download
M base/files/file_util_proxy_unittest.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M base/i18n/i18n_constants.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M base/i18n/i18n_constants.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M base/message_loop/message_loop.h View 4 chunks +5 lines, -3 lines 0 comments Download
M base/message_loop/message_loop.cc View 1 2 3 4 5 chunks +14 lines, -3 lines 0 comments Download
M base/process/process_metrics.h View 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 45 (18 generated)
Lei Zhang
5 years, 11 months ago (2015-01-20 22:42:23 UTC) #2
Nico
nice! https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc File base/i18n/i18n_constants.cc (right): https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc#newcode13 base/i18n/i18n_constants.cc:13: const char kCodepageUTF16BE[] = "UTF-16BE"; likewise. we shouldn't ...
5 years, 11 months ago (2015-01-20 22:45:33 UTC) #3
Lei Zhang
https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc File base/i18n/i18n_constants.cc (right): https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc#newcode13 base/i18n/i18n_constants.cc:13: const char kCodepageUTF16BE[] = "UTF-16BE"; On 2015/01/20 22:45:33, Nico ...
5 years, 11 months ago (2015-01-20 22:51:47 UTC) #4
Nico
https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc File base/i18n/i18n_constants.cc (right): https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc#newcode13 base/i18n/i18n_constants.cc:13: const char kCodepageUTF16BE[] = "UTF-16BE"; On 2015/01/20 22:51:46, Lei ...
5 years, 11 months ago (2015-01-20 22:54:06 UTC) #5
Lei Zhang
https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc File base/i18n/i18n_constants.cc (right): https://codereview.chromium.org/853903003/diff/20001/base/i18n/i18n_constants.cc#newcode13 base/i18n/i18n_constants.cc:13: const char kCodepageUTF16BE[] = "UTF-16BE"; On 2015/01/20 22:54:06, Nico ...
5 years, 11 months ago (2015-01-20 23:03:56 UTC) #6
Will Harris
https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc File base/message_loop/message_loop.cc (right): https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc#newcode120 base/message_loop/message_loop.cc:120: #if defined(OS_WIN) hi res timer is supported on platforms ...
5 years, 11 months ago (2015-01-20 23:04:47 UTC) #8
Nico
lgtm
5 years, 11 months ago (2015-01-20 23:05:44 UTC) #9
Lei Zhang
https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc File base/message_loop/message_loop.cc (right): https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc#newcode120 base/message_loop/message_loop.cc:120: #if defined(OS_WIN) On 2015/01/20 23:04:47, Will Harris wrote: > ...
5 years, 11 months ago (2015-01-20 23:19:37 UTC) #10
Will Harris
On 2015/01/20 23:19:37, Lei Zhang wrote: > https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc > File base/message_loop/message_loop.cc (right): > > https://codereview.chromium.org/853903003/diff/40001/base/message_loop/message_loop.cc#newcode120 ...
5 years, 11 months ago (2015-01-20 23:21:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-20 23:34:08 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/51389)
5 years, 11 months ago (2015-01-21 00:56:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-21 01:14:11 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/51389)
5 years, 11 months ago (2015-01-21 01:16:07 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-21 21:08:38 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/50671)
5 years, 11 months ago (2015-01-21 21:43:09 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-21 21:46:44 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/16775)
5 years, 11 months ago (2015-01-21 22:09:44 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-21 22:29:17 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/16775) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/51677)
5 years, 11 months ago (2015-01-21 22:30:08 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/60001
5 years, 11 months ago (2015-01-21 23:30:03 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/50996)
5 years, 11 months ago (2015-01-22 00:09:06 UTC) #36
Lei Zhang
I accidentally removed a bit too much code in patch set 4. Patch set 5 ...
5 years, 11 months ago (2015-01-22 02:27:03 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/80001
5 years, 11 months ago (2015-01-22 02:28:42 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/15420)
5 years, 11 months ago (2015-01-22 02:38:31 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/853903003/80001
5 years, 11 months ago (2015-01-22 06:14:18 UTC) #43
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-22 07:10:18 UTC) #44
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 07:11:10 UTC) #45
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/88c7b3339b207cd3424f5478b5e672485617ca44
Cr-Commit-Position: refs/heads/master@{#312576}

Powered by Google App Engine
This is Rietveld 408576698