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

Issue 10572030: Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta. (Closed)

Created:
8 years, 6 months ago by Ted Vessenes
Modified:
8 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, sadrul, jochen+watch-content_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, erikwright (departed), amit, sanjeevr, garykac+watch_chromium.org, joi+watch-content_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, simonmorris+watch_chromium.org, rdsmith+dwatch_chromium.org, brettw-cc_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta. The previous version of this patch was reverted due to crashing cros_x86 and cros_tegra2 builds. See: http://codereview.chromium.org/9703053/ BUG=108171 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143401

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix minor nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -288 lines) Patch
M base/message_loop.h View 3 chunks +1 line, -9 lines 0 comments Download
M base/message_loop.cc View 1 4 chunks +20 lines, -31 lines 0 comments Download
M base/message_loop_proxy_impl.h View 1 chunk +0 lines, -7 lines 0 comments Download
M base/message_loop_proxy_impl.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M base/sequenced_task_runner.h View 1 chunk +0 lines, -5 lines 0 comments Download
M base/sequenced_task_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/task_runner.h View 1 chunk +0 lines, -5 lines 0 comments Download
M base/task_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/platform_thread.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/threading/platform_thread_posix.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M base/threading/platform_thread_win.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M base/threading/sequenced_worker_pool.h View 1 chunk +0 lines, -3 lines 0 comments Download
M base/threading/sequenced_worker_pool.cc View 11 chunks +4 lines, -70 lines 0 comments Download
A base/threading/sequenced_worker_pool_task_runner.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A base/threading/sequenced_worker_pool_task_runner.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M base/threading/worker_pool.cc View 4 chunks +4 lines, -14 lines 0 comments Download
M chrome/browser/policy/cloud_policy_refresh_scheduler_unittest.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M cloud_print/service/service_state.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 4 chunks +0 lines, -39 lines 0 comments Download
M content/browser/download/byte_stream_unittest.cc View 8 chunks +7 lines, -14 lines 0 comments Download
M content/public/browser/browser_thread.h View 2 chunks +0 lines, -9 lines 0 comments Download
M remoting/base/plugin_message_loop_proxy.h View 1 chunk +0 lines, -8 lines 0 comments Download
M remoting/base/plugin_message_loop_proxy.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M webkit/dom_storage/dom_storage_task_runner.h View 1 chunk +0 lines, -7 lines 0 comments Download
M webkit/dom_storage/dom_storage_task_runner.cc View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Ted Vessenes
This patch went through a few weeks ago but got reverted due to crashing the ...
8 years, 6 months ago (2012-06-20 03:36:14 UTC) #1
sky
LGTM
8 years, 6 months ago (2012-06-20 04:04:32 UTC) #2
michaeln
still lgtm
8 years, 6 months ago (2012-06-20 04:13:02 UTC) #3
Joao da Silva
policy/ lgtm https://chromiumcodereview.appspot.com/10572030/diff/1/base/threading/sequenced_worker_pool_task_runner.h File base/threading/sequenced_worker_pool_task_runner.h (right): https://chromiumcodereview.appspot.com/10572030/diff/1/base/threading/sequenced_worker_pool_task_runner.h#newcode63 base/threading/sequenced_worker_pool_task_runner.h:63: #endif // BASE_THREADING_SEQUENCED_TASK_RUNNER_IMPL_H_ Nit: BASE_THREADING_SEQUENCED_WORKED_POOL_TASK_RUNNER_H_
8 years, 6 months ago (2012-06-20 08:10:16 UTC) #4
Randy Smith (Not in Mondays)
content/browser/download LGTM.
8 years, 6 months ago (2012-06-20 13:05:03 UTC) #5
jam
content lgtm. i'm not an owner for the files that you touched in base/threading
8 years, 6 months ago (2012-06-20 16:23:45 UTC) #6
Albert Bodenhamer
lgtm cloudprint
8 years, 6 months ago (2012-06-20 16:30:07 UTC) #7
Wez
LGTM remoting/
8 years, 6 months ago (2012-06-20 20:10:10 UTC) #8
jar (doing other things)
LGTM base (with tiny nit below) https://chromiumcodereview.appspot.com/10572030/diff/1/base/message_loop.cc File base/message_loop.cc (right): https://chromiumcodereview.appspot.com/10572030/diff/1/base/message_loop.cc#newcode277 base/message_loop.cc:277: const tracked_objects::Location& from_here, ...
8 years, 6 months ago (2012-06-20 20:22:33 UTC) #9
Ted Vessenes
The cros_x86 build is broken in the same way on the current master branch and ...
8 years, 6 months ago (2012-06-21 02:15:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/10572030/13001
8 years, 6 months ago (2012-06-21 02:15:30 UTC) #11
commit-bot: I haz the power
Try job failure for 10572030-13001 (retry) (retry) on linux_rel for step "browser_tests". It's a second ...
8 years, 6 months ago (2012-06-21 03:39:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/10572030/13001
8 years, 6 months ago (2012-06-21 15:08:24 UTC) #13
commit-bot: I haz the power
8 years, 6 months ago (2012-06-21 17:32:00 UTC) #14
Change committed as 143401

Powered by Google App Engine
This is Rietveld 408576698