commit | 991dd7e307ae35db4ac436a835715ffc577889cc | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Thu Jul 22 17:31:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 22 17:31:51 2021 |
tree | 0b1ad4ce6d93161787e030796a22b8a5979a41df | |
parent | c3ee6aef47162d79c948bfebce32c41a69da131d [diff] |
Move typemapped net/dns classes to net/dns/public. net::HostResolver::MdnsListener::Delegate::UpdateType and net::HostResolverSource are typemapped, which means they need to be included in a traits file and are visible outside net/ and services/network/. To reflect this, move them into net/dns/public, renaming net::HostResolver::MdnsListener::Delegate::UpdateType to net::MdnsListenerUpdateType. The include in the typemap file was exposing host_resolver.h and other internal net/ headers well outside of net/, resulting in them being included in 2% of all translation units in Chrome, and increasing total translation unit size by 0.07%. Bug: 1227131 Change-Id: Iaed4172fb5c70429b5722df90116ff41e3febeee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3036715 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Eric Orth <ericorth@chromium.org> Reviewed-by: Glen Robertson <glenrob@chromium.org> Reviewed-by: Emily Stark <estark@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#904382}
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.