1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:30:13 -06:00
go/misc/chrome/gophertool
Shenghou Ma 6dfe0162a6 misc/chrome/gophertool: lower CL number's lower bound and fix input focus on Mac
As our CL number could be as small as 152046, changed CL number's lower bound
to 150000. Hopefully our issue count won't reach 150000 any time soon.
Chrome on Mac OS X has very strange behavior regarding the focus, although we
force the focus to the input box on load, the page still come up with focus on
"issue". Set the tabindex of the input box as a workaround.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6212055
2012-05-17 04:22:44 +08:00
..
background.html gophertool: also permit typing "go [whatever]" in omnibox 2011-05-31 13:16:51 -07:00
gopher.js misc/chrome/gophertool: lower CL number's lower bound and fix input focus on Mac 2012-05-17 04:22:44 +08:00
gopher.png gophertool: Chrome extension to aid in Go development 2011-05-23 14:05:18 -07:00
manifest.json gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
popup.html misc/chrome/gophertool: lower CL number's lower bound and fix input focus on Mac 2012-05-17 04:22:44 +08:00
README.txt gophertool: also accept commit form 8486:ab29d2698a47 2011-05-23 14:27:51 -07:00

To install:

1) chrome://extensions/
2) click "[+] Developer Mode" in top right
3) "Load unpacked extension..."
4) pick $GOROOT/misc/chrome/gophertool

Done.  It'll now auto-reload from source.