MCPcopy Index your code

hub / github.com/GoogleChrome/chrome-launcher / functions

Functions50 in github.com/GoogleChrome/chrome-launcher

↓ 12 callersFunctionlaunchChromeWithOpts
(opts: Options = {})
test/chrome-launcher-test.ts:27
↓ 10 callersFunctiondefaults
(val: T|undefined, def: T)
src/utils.ts:20
↓ 9 callersFunctiongetPlatform
()
src/utils.ts:57
↓ 8 callersFunctioncanAccess
(file: string|undefined)
src/chrome-finder.ts:228
↓ 8 callersMethodkill
()
src/chrome-launcher.ts:439
↓ 8 callersMethodlaunch
()
src/chrome-launcher.ts:277
↓ 8 callersMethodprepare
()
src/chrome-launcher.ts:229
↓ 7 callersMethoddefaultFlags
()
src/chrome-launcher.ts:209
↓ 6 callersFunctiontoWSLPath
(dir: string, fallback: string)
src/utils.ts:100
↓ 6 callersFunctiontoWin32Path
(dir: string = '')
src/utils.ts:88
↓ 5 callersFunctionasBuffer
(str: string)
test/utils-test.ts:24
↓ 4 callersMethoddestroyTmp
()
src/chrome-launcher.ts:470
↓ 4 callersFunctiongetWSLLocalAppDataPath
(path: string)
src/utils.ts:115
↓ 4 callersFunctionlaunch
(opts: Options = {})
src/chrome-launcher.ts:69
↓ 3 callersFunctionresolveChromePath
()
src/chrome-finder.ts:93
↓ 2 callersMethodcleanup
(client?: net.Socket)
src/chrome-launcher.ts:373
↓ 2 callersFunctiongetChromePath
Returns Chrome installation path that chrome-launcher will launch by default.
src/chrome-launcher.ts:100
↓ 2 callersMethodgetFirstInstallation
Returns the highest priority chrome installation.
src/chrome-launcher.ts:214
↓ 2 callersFunctiongetRandomPort
()
src/random-port.ts:14
↓ 2 callersMethodisDebuggerReady
()
src/chrome-launcher.ts:383
↓ 2 callersFunctionkillAll
()
src/chrome-launcher.ts:108
↓ 2 callersFunctionsort
(installations: string[], priorities: Priorities)
src/chrome-finder.ts:210
↓ 1 callersFunctiondarwin
()
src/chrome-finder.ts:39
↓ 1 callersFunctiondelay
(time: number)
src/utils.ts:24
↓ 1 callersFunctionfindChromeExecutables
(folder: string)
src/chrome-finder.ts:245
↓ 1 callersFunctiongetFilePath
(fixtureName: string)
test/load-extension-test.ts:59
↓ 1 callersMethodgetInstallations
Returns all available chrome installations in decreasing priority order.
src/chrome-launcher.ts:220
↓ 1 callersFunctiongetLocalAppDataPath
(path: string)
src/utils.ts:108
↓ 1 callersFunctioninjectContentScriptIfNeeded
()
test/chrome_extension_fixture/background.js:7
↓ 1 callersFunctionmakeTmpDir
()
src/utils.ts:61
↓ 1 callersMethodmakeTmpDir
()
src/chrome-launcher.ts:225
↓ 1 callersFunctionmakeUnixTmpDir
()
src/utils.ts:123
↓ 1 callersFunctionmakeWin32TmpDir
()
src/utils.ts:127
↓ 1 callersFunctionnotifyTestServer
()
test/chrome_extension_fixture/contentscript.js:8
↓ 1 callersMethodsetBrowserPrefs
()
src/chrome-launcher.ts:250
↓ 1 callersMethodspawnProcess
(execPath: string)
src/chrome-launcher.ts:315
↓ 1 callersFunctionstartTestServer
* Create test server listening at localhost to detect extension execution * via a request to /hello_from_extension.
test/load-extension-test.ts:25
↓ 1 callersFunctiontoWinDirFormat
(dir: string = '')
src/utils.ts:76
↓ 1 callersFunctionuniq
(arr: Array<any>)
src/chrome-finder.ts:241
↓ 1 callersMethodwaitUntilReady
()
src/chrome-launcher.ts:402
↓ 1 callersFunctionwin32
()
src/chrome-finder.ts:186
Methodconstructor
(public message: string = 'Unexpected error', public code?: string)
src/utils.ts:29
Methodconstructor
(private opts: Options = {}, moduleOverrides: ModuleOverrides = {})
src/chrome-launcher.ts:149
FunctiondarwinFast
()
src/chrome-finder.ts:24
Methodflags
()
src/chrome-launcher.ts:184
Functionkill
()
src/chrome-launcher.ts:82
Functionlinux
()
src/chrome-finder.ts:114
Methodpoll
()
src/chrome-launcher.ts:409
FunctionsigintListener
()
src/chrome-launcher.ts:64
Functionwsl
()
src/chrome-finder.ts:176