diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-08 21:50:16 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-08 21:50:16 +0200 |
commit | 53808c657809049262b79a14d78e793e95076306 (patch) | |
tree | e5e0ec25c78a14ef0892c017415c3e150c8d49d1 /browser/base/content/browser-context.inc | |
parent | 2e7c6320a8baed64edfc7576cabfcdbf8ee155d3 (diff) | |
download | UXP-53808c657809049262b79a14d78e793e95076306.tar UXP-53808c657809049262b79a14d78e793e95076306.tar.gz UXP-53808c657809049262b79a14d78e793e95076306.tar.lz UXP-53808c657809049262b79a14d78e793e95076306.tar.xz UXP-53808c657809049262b79a14d78e793e95076306.zip |
[DevTools] Use preprocessing for: a global variable "gDevTools" and the context menu - a function "Inspect Element"
Follow up: #106
Diffstat (limited to 'browser/base/content/browser-context.inc')
-rw-r--r-- | browser/base/content/browser-context.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browser/base/content/browser-context.inc b/browser/base/content/browser-context.inc index 51b14d152..3061cccdd 100644 --- a/browser/base/content/browser-context.inc +++ b/browser/base/content/browser-context.inc @@ -456,12 +456,14 @@ oncommand="gContextMenu.openPasswordManager();"/> </menupopup> </menu> +#ifdef MOZ_DEVTOOLS <menuseparator id="inspect-separator" hidden="true"/> <menuitem id="context-inspect" hidden="true" label="&inspectContextMenu.label;" accesskey="&inspectContextMenu.accesskey;" oncommand="gContextMenu.inspectNode();"/> +#endif <menuseparator id="context-media-eme-separator" hidden="true"/> <menuitem id="context-media-eme-learnmore" class="menuitem-iconic" |