commit | d4b81da7bb46af9cc7190f41b26e62aa8ea7904f | [log] [tgz] |
---|---|---|
author | mark a. foltz <mfoltz@chromium.org> | Wed Jan 19 21:06:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 19 21:06:34 2022 |
tree | d1a7835ccd3fa68869246edce8e1cf179813a4e8 | |
parent | b771003b36ef7b383b5badc338c0071801753c8d [diff] |
[Media Router] Refactor DIAL discovery to work off IO thread. Remove assumption that the DIAL discovery code runs on the IO thread by taking a passed-in task runner for posting tasks. While the sockets- based DIAL discovery must still run on the IO thread, the network-service-based implementation does not. Note: There are still parts of the existing discovery code that must run on the UI thread for dealing with network interfaces. This is not changed, but reply tasks are now posted using the task runner. Bug: 954399,1260555 Change-Id: I303470a6e5a8184ab595bd3d5d79c1c6978187d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3385251 Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#961128}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.