commit | 49b81f91559748b2313ae42e566f2ae78d855165 | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Sat Jan 23 10:20:58 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 23 10:20:58 2021 |
tree | 1360e3110415a35019a69c1006a3b32cba0a3273 | |
parent | 9b0e63f98a449d96f3bc28f2062a7e6188fc4e0e [diff] |
Move UntrustworthyContextMenuParams struct to blink As a next pre-work to convert the context menu IPC messages, this CL moves UntrustworthyContextMenuParams from //content to blink. - Move untrustworthy_context_menu_params.h from //content/public/common/untrustworthy_context_menu_params.h to //third_party/blink/common/context_menu_data/untrustworthy_context_menu_params.h - Move web_context_menu_data.h from //third_party/blink/public/web/web_context_menu_data.h to //third_party/blink/public/common/context_menu_data/context_menu_data.h This CL removes *Web* prefix in the structs as they are moved to blink/public/common as well as starts to use Chromium-wide data type(e.g. gfx::Rect, std::string, base::string16) instead of blink specific data type. Bug: 1093904 AX-Relnotes: n/a. Change-Id: Ia390faee2f38e534c413c1593bd151851647001f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636738 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by: Filip Gorski <fgorski@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#846505}
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.