Expand description
Chrome-specific context menu item structures, including types, icons, accelerators, and submenus.
Structs§
Enums§
Constants§
- CMD_
BACK - Chromium-derived command ids mirrored from
chrome/app/chrome_command_ids.h. Keep these values aligned with the Chromium revision used by CBF because the backend reports and accepts the same command id space. - CMD_
CONTENT_ COPY - Command id for copying selected content.
- CMD_
CONTENT_ COPY_ IMAGE - Command id for copying an image.
- CMD_
CONTENT_ COPY_ IMAGE_ LOCATION - Command id for copying an image location.
- CMD_
CONTENT_ COPY_ LINK_ LOCATION - Command id for copying a link location.
- CMD_
CONTENT_ CUT - Command id for cutting selected content.
- CMD_
CONTENT_ INSPECT_ ELEMENT - Command id for inspecting element via DevTools.
- CMD_
CONTENT_ OPEN_ LINK_ NEW_ TAB - Command id for opening a link in a new tab.
- CMD_
CONTENT_ OPEN_ LINK_ NEW_ WINDOW - Command id for opening a link in a new window.
- CMD_
CONTENT_ PASTE - Command id for pasting into content.
- CMD_
CONTENT_ PASTE_ AND_ MATCH_ STYLE - Command id for pasting while matching style.
- CMD_
CONTENT_ REDO - Command id for redo in editable content.
- CMD_
CONTENT_ SAVE_ IMAGE_ AS - Command id for saving an image as a file.
- CMD_
CONTENT_ SELECT_ ALL - Command id for selecting all content.
- CMD_
CONTENT_ UNDO - Command id for undo in editable content.
- CMD_
COPY - Command id for copying selection.
- CMD_CUT
- Command id for cutting selection.
- CMD_
FORWARD - Command id for navigating forward.
- CMD_
PASTE - Command id for pasting clipboard contents.
- CMD_
PRINT - Command id for printing the page.
- CMD_
RELOAD - Command id for reloading the page.
Functions§
- filter_
supported - is_
open_ link_ new_ tab - Check whether a command id represents “open link in new tab”.
- is_
open_ link_ new_ window - Check whether a command id represents “open link in new window”.