commit | e15c2495adef003f8c186c45d7b15215e3e54895 | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Sat Jan 23 03:28:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 23 03:28:24 2021 |
tree | d9309bdf1fdbad3dbbcafd6cef62908c01ec3260 | |
parent | a633b1b0a46b65bae42d98885ab0233dbbf64d5c [diff] |
Convert blink::ContextMenuDataInputFieldType enum to Mojo As a pre-work to convert context menu IPC messages to Mojo, this CL converts blink::ContextMenuDataInputFieldType to blink::mojom::ContextMenuDataInputFieldType, then replaces all uses of blink::ContextMenuDataInputFieldType with the Mojo enum. Bug: 1093904 Change-Id: Ibf7e9d14cda48c901af2d3fb46d00924c5a24ea1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636736 Reviewed-by: Filip Gorski <fgorski@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#846475}
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.