Find
C
ase-sensitive
R
egexp search
Path
Showing
af3c77e2
:
Bug
2001527
: add smartwindow quick_prompt_displayed glean metric integration r=ai-frontend-reviewers,Mardak
firefox-main
/
devtools
/
server
/
actors
/
webconsole
/
commands
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
experimental-commands.ftl
1844
-
manager.js
WebConsole commands manager. Defines a set of functions / variables ("commands") that are available from the Web Console but not from the web page.
30665
94 %
moz.build
343
-
parser.js
When given a string that begins with `:` and a unix style string, returns the command name and the arguments. Throws if the command doesn't exist. This is intended to be used by the WebConsole actor only. @param String string A string to format that begins with `:`. @returns Object The command name and the arguments { command: String, args: Object }
7532
98 %