commit | 3c15226886207c98dffc33a20b6a3dfd7df7a21c | [log][tgz] |
---|---|---|
author | Andreas Haas <ahaas@chromium.org> | Wed Jul 02 12:57:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 02 12:57:48 2025 |
tree | 9a7fdf78d9c151c600b3bc092330724f0d27642e | |
parent | 39538c59acbca95f7413eafe8dc953a3b9f13639[diff] |
[gin] Rename gin::Wrappable to gin::DeprecatedWrappableThis is the first CL of a sequence of CLs to refactor gin::Wrappablesuch that it is based on cppgc. In a follow-up CL we will re-introduce`gin::Wrappable` again, and then port all uses from`gin::DeprecatedWrappable` to `gin::Wrappable`.BYPASS_LARGE_CHANGE_WARNINGBug: 345640553Change-Id:Iad028a1cec93aa8ade3b35c8099f8de5081f88feReviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6513641Commit-Queue: Andreas Haas <ahaas@chromium.org>Reviewed-by: Michael Lippautz <mlippautz@chromium.org>Owners-Override: Rick Byers <rbyers@chromium.org>Reviewed-by: Rick Byers <rbyers@chromium.org>Cr-Commit-Position: refs/heads/main@{#1481539}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.