commit | 38a052d1eab2c48422e53d19876c18a9fce9dfaa | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Thu May 02 23:25:06 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 02 23:25:06 2024 |
tree | 5cfb19d9f23d8ce21f9ee06af89e1164ce77b52c | |
parent | 2b3fcd908e1969cb5a08dfb9c60d74e322dc493e [diff] |
[iOS Blink] Support a context menu for the content shell This CL supports to show a context menu on the content shell. The ContextMenuHiddenButton interface is moved from WebContentViewIOS to ShellWebContentsViewDelegateIOS to delegate building the context menu to ShellWebContentsViewDelegateIOS as the Mac port. ShellWebContentsViewDelegateIOS only supports basic menus as below, - Go to the Link - Copy Link - Cut - Copy - Paste - Delete Bug: 333767962 Change-Id: I91db73eb3b10a9af0830a4528059bb26c5ad916c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5504214 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/main@{#1295841}
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.