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

Issue 3009133002: Convert windows TaskQueue implementation to pimpl convention. (Closed)

Created:
3 years, 3 months ago by nisse-webrtc
Modified:
3 years, 3 months ago
Reviewers:
tommi, perkj_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Convert windows TaskQueue implementation to pimpl convention. BUG=webrtc:8160, webrtc:8166 Review-Url: https://codereview.webrtc.org/3009133002 Cr-Commit-Position: refs/heads/master@{#19709} Committed: https://chromium.googlesource.com/external/webrtc/+/341c8e40b7f7202b13a4b93e225f4ec8320c9eea

Patch Set 1 #

Patch Set 2 : Add missing includes. #

Patch Set 3 : More includes, fix class typo. #

Patch Set 4 : Fix compile errors for destructor and PostTaskAndReply. #

Patch Set 5 : Fix ThreadMain, and add PostTask template. #

Total comments: 5

Patch Set 6 : Mark more of implementation private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -75 lines) Patch
M webrtc/rtc_base/task_queue.h View 2 chunks +0 lines, -25 lines 0 comments Download
M webrtc/rtc_base/task_queue_win.cc View 1 2 3 4 5 12 chunks +147 lines, -50 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
nisse-webrtc
PTAL. This is a simple-minded conversion, looking at task_queue_libevent.cc as a model. I haven't tried ...
3 years, 3 months ago (2017-09-05 09:42:55 UTC) #3
perkj_webrtc
https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc File webrtc/rtc_base/task_queue_win.cc (right): https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc#newcode175 webrtc/rtc_base/task_queue_win.cc:175: void PostTask(const Closure& closure) { This method is not ...
3 years, 3 months ago (2017-09-05 13:30:19 UTC) #4
nisse-webrtc
https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc File webrtc/rtc_base/task_queue_win.cc (right): https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc#newcode175 webrtc/rtc_base/task_queue_win.cc:175: void PostTask(const Closure& closure) { On 2017/09/05 13:30:18, perkj_webrtc ...
3 years, 3 months ago (2017-09-05 14:39:33 UTC) #5
perkj_webrtc
lgtm https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc File webrtc/rtc_base/task_queue_win.cc (right): https://codereview.webrtc.org/3009133002/diff/80001/webrtc/rtc_base/task_queue_win.cc#newcode175 webrtc/rtc_base/task_queue_win.cc:175: void PostTask(const Closure& closure) { On 2017/09/05 14:39:33, ...
3 years, 3 months ago (2017-09-05 15:14:04 UTC) #6
tommi
lgtm
3 years, 3 months ago (2017-09-06 09:37:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/3009133002/100001
3 years, 3 months ago (2017-09-06 11:03:10 UTC) #9
commit-bot: I haz the power
3 years, 3 months ago (2017-09-06 11:38:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/341c8e40b7f7202b13a4b93e2...

Powered by Google App Engine
This is Rietveld 408576698