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

Issue 2372583002: Enable the FileDescriptorWatcher API on MessageLoopForIO threads. (Closed)

Created:
4 years, 2 months ago by fdoray
Modified:
4 years, 2 months ago
Reviewers:
dcheng
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable the FileDescriptorWatcher API on MessageLoopForIO threads. With this CL, a FileDescriptorWatcher is instantiated on every base::Thread that runs a MessageLoopForIO. This allows FileDescriptorWatcher::WatchReadable/WatchWritable to be used on these threads. BUG=645114 Committed: https://crrev.com/fc94b64028d13e4d54038a953038a1c7e3348ed5 Cr-Commit-Position: refs/heads/master@{#421190}

Patch Set 1 #

Patch Set 2 : fix nacl build error #

Patch Set 3 : fix nacl build error #

Total comments: 2

Patch Set 4 : CR dcheng #3 #

Patch Set 5 : fix build error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M base/threading/thread.cc View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
fdoray
PTAL
4 years, 2 months ago (2016-09-26 14:32:50 UTC) #2
dcheng
https://codereview.chromium.org/2372583002/diff/40001/base/threading/thread.cc File base/threading/thread.cc (right): https://codereview.chromium.org/2372583002/diff/40001/base/threading/thread.cc#newcode307 base/threading/thread.cc:307: new FileDescriptorWatcher(MessageLoopForIO::current())); Is there a time when this wouldn't ...
4 years, 2 months ago (2016-09-26 17:34:40 UTC) #3
fdoray
PTAnL https://codereview.chromium.org/2372583002/diff/40001/base/threading/thread.cc File base/threading/thread.cc (right): https://codereview.chromium.org/2372583002/diff/40001/base/threading/thread.cc#newcode307 base/threading/thread.cc:307: new FileDescriptorWatcher(MessageLoopForIO::current())); On 2016/09/26 17:34:40, dcheng wrote: > ...
4 years, 2 months ago (2016-09-26 17:44:07 UTC) #4
dcheng
On 2016/09/26 17:44:07, fdoray wrote: > PTAnL > > https://codereview.chromium.org/2372583002/diff/40001/base/threading/thread.cc > File base/threading/thread.cc (right): > ...
4 years, 2 months ago (2016-09-26 20:05:35 UTC) #5
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/2372583002/60001
4 years, 2 months ago (2016-09-26 20:08:10 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/205821)
4 years, 2 months ago (2016-09-26 20:21:38 UTC) #9
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/2372583002/80001
4 years, 2 months ago (2016-09-27 12:21:33 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-09-27 13:30:00 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 13:31:30 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fc94b64028d13e4d54038a953038a1c7e3348ed5
Cr-Commit-Position: refs/heads/master@{#421190}

Powered by Google App Engine
This is Rietveld 408576698