mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 01:26:03 +01:00
2f5838eaaa
This change adds a CefCommandHandler::OnChromeCommand callback for optionally handling Chrome commands triggered via menus or keyboard shortcuts. Supported command IDs are listed in a new cef_command_ids.h header file. To test: Run `cefclient --enable-chrome-runtime --hide-controls`. Most commands will blocked and removed from context menus. |
||
---|---|---|
.. | ||
browser | ||
common | ||
renderer | ||
resources | ||
cefclient_gtk.cc | ||
cefclient_mac.mm | ||
cefclient_win.cc | ||
CMakeLists.txt.in |