commit | f14490710a857909afed0ec1672964ab6d6db35c | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Tue Jan 19 13:22:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 19 13:22:20 2021 |
tree | b2bb9392581b03aa0df6f1823e4745fb7874c959 | |
parent | 70b5c87f1b31d465c4abab7400b17bf6629900da [diff] |
Move MenuItem struct to blink As a next pre-work to convert the context menu IPC messages, this CL moves MenuItem, WebMenuItemInfo struct to blink/public/common/context_menu_data as below, - Move menu_item.h/cc from //content to blink/public/common/context_menu_data. - Move web_menu_item_info.h from blink/public/web to blink/public/common/context_menu_data. - Merge menu_item_builder.h/cc into menu_item.h/cc. Bug: 1093904 Change-Id: I440f6c2d43701b18b6b8f7abe481287befd7d106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631518 Reviewed-by: David Roger <droger@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#844747}
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.