roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Native menu enhancements: Refresh & Developer Tools items #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use the existing code from phpdesktop. Also allow for some configuration of the 
menu:

enable_menu - whether to enable context menu.
navigation - whether to show the "Back", "Forward" and "Reload" options.
print - whether to show the "Print..." option.
view_source - whether to show the "View source" option.
open_in_external_browser - whether to show the "Open page in external browser" 
and "Open frame in external browser" options.
devtools - whether to show the "Show Developer Tools" option. See also the 
"devtools_F12" option. You have to set the "remote_debugging_port" option for 
the developer tools to be available.

Original issue reported on code.google.com by czarek.t...@gmail.com on 9 Apr 2014 at 7:06

GoogleCodeExporter commented 9 years ago
Fixed in revision f68ebb1c3111.

Original comment by czarek.t...@gmail.com on 1 Aug 2014 at 12:26