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

Issue 9416060: Move PostTaskAndReplyWithStatus into task_runner_helpers.h (Closed)

Created:
8 years, 10 months ago by battre
Modified:
8 years, 8 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Move PostTaskAndReplyWithStatus into task_runner_helpers.h BUG=TBD TEST=no Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132527

Patch Set 1 #

Total comments: 20

Patch Set 2 : Addressed comments and added unittest #

Patch Set 3 : Revert DCHECK that callbacks are not null. #

Patch Set 4 : Moved PostTaskAndReplyWithResult from task_runner_helpers.h to TaskRunner #

Patch Set 5 : Fixed some compiler issues #

Patch Set 6 : Added some missing headers #

Patch Set 7 : Merged with ToT #

Total comments: 6

Patch Set 8 : Moved code to task_runner_util.h #

Patch Set 9 : Added missing include #

Patch Set 10 : Fixed copyright header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -144 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M base/file_util_proxy.cc View 1 2 3 4 5 6 7 13 chunks +49 lines, -130 lines 0 comments Download
A base/task_runner_util.h View 1 2 3 4 5 6 7 8 9 1 chunk +81 lines, -0 lines 0 comments Download
A base/task_runner_util_unittest.cc View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/declarative/declarative_api.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/declarative/declarative_api.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
battre
Hi Fred, what do you think of moving PostTaskAndReplyWithStatus from file_util_proxy.cc into a separate header ...
8 years, 10 months ago (2012-02-17 17:37:47 UTC) #1
akalin
On 2012/02/17 17:37:47, battre wrote: > Hi Fred, > > what do you think of ...
8 years, 10 months ago (2012-02-17 20:00:16 UTC) #2
akalin
8 years, 10 months ago (2012-02-17 20:00:23 UTC) #3
akalin
On 2012/02/17 20:00:23, akalin wrote: Hmm, I feel like this would better be merged with ...
8 years, 10 months ago (2012-02-22 22:44:19 UTC) #4
akalin
+darin, what do you think?
8 years, 10 months ago (2012-02-22 22:44:32 UTC) #5
darin (slow to review)
it might be helpful to convert at least one other consumers to this new method ...
8 years, 10 months ago (2012-02-23 19:17:54 UTC) #6
satorux1
http://codereview.chromium.org/9416060/diff/1/base/task_runner_helpers.h File base/task_runner_helpers.h (right): http://codereview.chromium.org/9416060/diff/1/base/task_runner_helpers.h#newcode27 base/task_runner_helpers.h:27: // RelayHelper(Bind(&Callback), Owned(result))); drive-by: Where is RelayHelper defined? 'git ...
8 years, 9 months ago (2012-02-28 23:58:12 UTC) #7
darin (slow to review)
it'd be nice to see a unit test for this new function. that way the ...
8 years, 9 months ago (2012-02-29 00:27:48 UTC) #8
willchan no longer on Chromium
http://codereview.chromium.org/9416060/diff/1/base/task_runner_helpers.h File base/task_runner_helpers.h (right): http://codereview.chromium.org/9416060/diff/1/base/task_runner_helpers.h#newcode36 base/task_runner_helpers.h:36: template <typename R1, typename R2> I don't think I ...
8 years, 9 months ago (2012-03-01 02:17:24 UTC) #9
battre
I have addressed your issues and implemented a unit test. The difference between Patch Set ...
8 years, 9 months ago (2012-03-07 20:01:48 UTC) #10
battre
friendly ping
8 years, 9 months ago (2012-03-26 12:44:43 UTC) #11
willchan no longer on Chromium
Sorry for the delay, I totally missed this last week while I was at IETF. ...
8 years, 8 months ago (2012-04-04 17:35:48 UTC) #12
battre
https://chromiumcodereview.appspot.com/9416060/diff/31001/base/task_runner.h File base/task_runner.h (right): https://chromiumcodereview.appspot.com/9416060/diff/31001/base/task_runner.h#newcode11 base/task_runner.h:11: #include "base/bind.h" On 2012/04/04 17:35:49, willchan wrote: > I ...
8 years, 8 months ago (2012-04-04 19:47:41 UTC) #13
willchan no longer on Chromium
https://chromiumcodereview.appspot.com/9416060/diff/31001/base/task_runner.h File base/task_runner.h (right): https://chromiumcodereview.appspot.com/9416060/diff/31001/base/task_runner.h#newcode11 base/task_runner.h:11: #include "base/bind.h" On 2012/04/04 19:47:41, battre wrote: > On ...
8 years, 8 months ago (2012-04-05 16:53:03 UTC) #14
willchan no longer on Chromium
No one responded here, so I guess I'll just say that yes, please create a ...
8 years, 8 months ago (2012-04-11 11:39:16 UTC) #15
battre
http://codereview.chromium.org/9416060/diff/31001/base/task_runner.h File base/task_runner.h (right): http://codereview.chromium.org/9416060/diff/31001/base/task_runner.h#newcode11 base/task_runner.h:11: #include "base/bind.h" On 2012/04/05 16:53:03, willchan wrote: > On ...
8 years, 8 months ago (2012-04-12 06:46:33 UTC) #16
willchan no longer on Chromium
LGTM
8 years, 8 months ago (2012-04-16 23:57:33 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/9416060/41009
8 years, 8 months ago (2012-04-17 00:01:42 UTC) #18
commit-bot: I haz the power
Presubmit check for 9416060-41009 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 8 months ago (2012-04-17 00:01:48 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/9416060/49002
8 years, 8 months ago (2012-04-17 01:25:37 UTC) #20
commit-bot: I haz the power
8 years, 8 months ago (2012-04-17 02:48:08 UTC) #21
Change committed as 132527

Powered by Google App Engine
This is Rietveld 408576698