commit | 3e4e1862018996ba15b289d3c313ecd9066c3448 | [log] [tgz] |
---|---|---|
author | Chris Harrelson <chrishtr@chromium.org> | Thu Mar 04 01:20:49 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 04 01:20:49 2021 |
tree | fe0bee1fc71c724f8bb7fca01af8cc232c83a300 | |
parent | 4b9aad030527680c66e7ffeec6d615935efbd15d [diff] |
[IO] Don't map to absolute and back for inlines. This is unnecessarily slow. In addition, this is one case where LayoutGeometryMap can be avoided without cost. Bug: 1184045,1183389,1137931 Change-Id: Ie1f067e2d1dea41fd1cb9d6565018b643c49a190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2733032 Reviewed-by: Stefan Zager <szager@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#859606}
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.