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

Issue 8653006: Remove custom Task implementations in base. (Closed)

Created:
9 years, 1 month ago by dcheng
Modified:
9 years, 1 month ago
CC:
chromium-reviews, brettw-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Remove custom Task implementations in base. I left a few unconverted in this one, because they made my head hurt. BUG=none TEST=base_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111407

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -104 lines) Patch
M base/synchronization/cancellation_flag_unittest.cc View 3 chunks +5 lines, -10 lines 0 comments Download
M base/synchronization/waitable_event_watcher.h View 2 chunks +2 lines, -1 line 0 comments Download
M base/synchronization/waitable_event_watcher_posix.cc View 1 8 chunks +25 lines, -41 lines 0 comments Download
M base/threading/thread.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread.cc View 4 chunks +8 lines, -10 lines 0 comments Download
M base/threading/thread_unittest.cc View 4 chunks +11 lines, -26 lines 0 comments Download
M base/threading/worker_pool_unittest.cc View 1 3 chunks +9 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dcheng
Please take a close look at the WaitableEvent changes. I believe them to be correct, ...
9 years, 1 month ago (2011-11-23 01:01:27 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/8653006/diff/1/base/synchronization/waitable_event_watcher_posix.cc File base/synchronization/waitable_event_watcher_posix.cc (right): http://codereview.chromium.org/8653006/diff/1/base/synchronization/waitable_event_watcher_posix.cc#newcode94 base/synchronization/waitable_event_watcher_posix.cc:94: void AsyncCallbackHelper(scoped_refptr<Flag> flag, Do Flag* instead of scoped_refptr<Flag>. The ...
9 years, 1 month ago (2011-11-23 18:15:45 UTC) #2
dcheng
http://codereview.chromium.org/8653006/diff/1/base/synchronization/waitable_event_watcher_posix.cc File base/synchronization/waitable_event_watcher_posix.cc (right): http://codereview.chromium.org/8653006/diff/1/base/synchronization/waitable_event_watcher_posix.cc#newcode94 base/synchronization/waitable_event_watcher_posix.cc:94: void AsyncCallbackHelper(scoped_refptr<Flag> flag, On 2011/11/23 18:15:46, willchan wrote: > ...
9 years, 1 month ago (2011-11-23 18:47:49 UTC) #3
willchan no longer on Chromium
lgtm
9 years, 1 month ago (2011-11-23 18:53:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/8653006/6001
9 years, 1 month ago (2011-11-23 18:54:35 UTC) #5
commit-bot: I haz the power
9 years, 1 month ago (2011-11-23 20:45:45 UTC) #6
Change committed as 111407

Powered by Google App Engine
This is Rietveld 408576698