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

Issue 2824533002: Migrate Bind to BindOnce or BindRepeating in //base/message_loop (Closed)

Created:
3 years, 8 months ago by tzik
Modified:
3 years, 8 months ago
Reviewers:
dcheng
CC:
chromium-reviews, grt+watch_chromium.org, danakj+watch_chromium.org, wfh+watch_chromium.org, sadrul, vmpstr+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate Bind to BindOnce or BindRepeating in //base/message_loop This is manual migration from base::Callback to base::OnceCallback around //base/message_loop, which is not covered by tool-based one. Review-Url: https://codereview.chromium.org/2824533002 Cr-Commit-Position: refs/heads/master@{#465161} Committed: https://chromium.googlesource.com/chromium/src/+/a8cc22075b8af00a5848dc252298148625fd31d5

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -88 lines) Patch
M base/message_loop/message_loop.h View 1 chunk +2 lines, -1 line 0 comments Download
M base/message_loop/message_loop.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M base/message_loop/message_loop_unittest.cc View 13 chunks +29 lines, -27 lines 0 comments Download
M base/message_loop/message_pump_glib_unittest.cc View 8 chunks +37 lines, -40 lines 0 comments Download
M base/message_loop/message_pump_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/win/message_window.h View 2 chunks +5 lines, -8 lines 0 comments Download
M base/win/message_window.cc View 2 chunks +6 lines, -6 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 18 (11 generated)
tzik
PTAL
3 years, 8 months ago (2017-04-17 08:11:03 UTC) #7
dcheng
lgtm
3 years, 8 months ago (2017-04-17 17:45:08 UTC) #9
commit-bot: I haz the power
This CL has an open dependency (Issue 2801593002 Patch 80001). Please resolve the dependency and ...
3 years, 8 months ago (2017-04-17 17:45:42 UTC) #11
dcheng
https://codereview.chromium.org/2824533002/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://codereview.chromium.org/2824533002/diff/1/base/win/message_window.cc#newcode85 base/win/message_window.cc:85: return DoCreate(std::move(message_callback), NULL); Actually, I do have one question ...
3 years, 8 months ago (2017-04-17 17:59:30 UTC) #12
tzik
https://codereview.chromium.org/2824533002/diff/1/base/win/message_window.cc File base/win/message_window.cc (right): https://codereview.chromium.org/2824533002/diff/1/base/win/message_window.cc#newcode85 base/win/message_window.cc:85: return DoCreate(std::move(message_callback), NULL); On 2017/04/17 17:59:30, dcheng (OOO through ...
3 years, 8 months ago (2017-04-18 05:20:29 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2824533002/1
3 years, 8 months ago (2017-04-18 05:37:17 UTC) #15
commit-bot: I haz the power
3 years, 8 months ago (2017-04-18 07:01:28 UTC) #18
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/a8cc22075b8af00a5848dc252298...

Powered by Google App Engine
This is Rietveld 408576698