SYMBOL INDEX (56 symbols across 5 files) FILE: background.js function setPopupIcon (line 5) | function setPopupIcon(base) { function enableProxy (line 22) | function enableProxy() { function disableProxy (line 35) | function disableProxy() { function browserByte (line 84) | function browserByte() { function sendPopupStatus (line 94) | function sendPopupStatus() { function sendToPopup (line 111) | function sendToPopup(v) { function connectToNativeHost (line 123) | function connectToNativeHost() { function setProxy (line 174) | function setProxy(proxyPort) { function maybeSendInit (line 219) | function maybeSendInit() { FILE: firefox/background.js function setPopupIcon (line 5) | function setPopupIcon(base) { function enableProxy (line 17) | function enableProxy() { function disableProxy (line 30) | function disableProxy() { function browserByte (line 79) | function browserByte() { function sendPopupStatus (line 86) | function sendPopupStatus() { function sendToPopup (line 112) | function sendToPopup(v) { function connectToNativeHost (line 124) | function connectToNativeHost() { function setProxy (line 175) | function setProxy(proxyPort) { function proxyHandler (line 204) | function proxyHandler(port) { function maybeSendInit (line 218) | function maybeSendInit() { FILE: firefox/popup.js function updateSliderState (line 14) | function updateSliderState() { function updateStatus (line 28) | function updateStatus(status) { FILE: popup.js function browseToURL (line 3) | function browseToURL() { function updateSliderState (line 20) | function updateSliderState() { function updateStatus (line 34) | function updateStatus(status) { FILE: ts-browser-ext.go function main (line 43) | func main() { function getTargetDir (line 96) | func getTargetDir(browserByte string) (string, error) { function uninstall (line 124) | func uninstall() error { function install (line 145) | func install(installArg string) error { type host (line 213) | type host struct method readMessages (line 255) | func (h *host) readMessages() error { method handleMessage (line 268) | func (h *host) handleMessage(msg *request) error { method handleUp (line 284) | func (h *host) handleUp() error { method handleDown (line 288) | func (h *host) handleDown() error { method setWantRunning (line 292) | func (h *host) setWantRunning(want bool) error { method handleInit (line 318) | func (h *host) handleInit(msg *request) (ret error) { method watchIPNBus (line 394) | func (h *host) watchIPNBus(wc *tailscale.IPNBusWatcher) { method updateFromWatcher (line 404) | func (h *host) updateFromWatcher(wc *tailscale.IPNBusWatcher) bool { method send (line 433) | func (h *host) send(msg *reply) error { method getProxyListener (line 454) | func (h *host) getProxyListener() net.Listener { method getProxyListenerLocked (line 460) | func (h *host) getProxyListenerLocked() net.Listener { method userDial (line 485) | func (h *host) userDial(ctx context.Context, netw, addr string) (net.C... method sendStatus (line 498) | func (h *host) sendStatus() { method readMessage (line 578) | func (h *host) readMessage() (*request, error) { method httpProxyHandler (line 600) | func (h *host) httpProxyHandler() http.Handler { function newHost (line 236) | func newHost(r io.Reader, w io.Writer) *host { constant maxMsgSize (line 253) | maxMsgSize = 1 << 20 type Cmd (line 521) | type Cmd constant CmdInit (line 524) | CmdInit Cmd = "init" constant CmdUp (line 525) | CmdUp Cmd = "up" constant CmdDown (line 526) | CmdDown Cmd = "down" constant CmdGetStatus (line 527) | CmdGetStatus Cmd = "get-status" type request (line 531) | type request struct type reply (line 547) | type reply struct type procRunningResult (line 559) | type procRunningResult struct type initResult (line 565) | type initResult struct type status (line 569) | type status struct