commit | eefe83b055731609cb30e9fd6b129dbfedf39529 | [log] [tgz] |
---|---|---|
author | Daniil Sakhapov <sakhapov@chromium.org> | Tue May 27 12:24:16 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 12:24:16 2025 |
tree | 5864d4a472f313cf86548074e0ee4fbe877fa3cf | |
parent | 1ac69b9bf570b3b88d0389ffc7908fa36171eef1 [diff] |
Remove kCalcIntrinsicSize category Make calc-size() kLengthFunction instead and use IsCalcSize() to determine that its calc-size() in the situations where it's needed. Also, instead of removing kCalcIntrinsicSize, replace it with kCalcIntermediate to represent intermediate category of typed arithmetic for future CLs. Bug: 40768696 Change-Id: I561a2130f192c264b5c18aee1e78c4a721f33fff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6590932 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1465857}
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.