summaryrefslogtreecommitdiff
path: root/misc/chrome/gophertool/gopher.js
Commit message (Collapse)AuthorAgeFilesLines
* misc/chrome/gophertool: lower CL number's lower bound and fix input focus on MacShenghou Ma2012-05-171-1/+1
| | | | | | | | | | | | 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 http://codereview.appspot.com/6212055
* gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick2011-05-311-0/+34
R=rsc CC=golang-dev http://codereview.appspot.com/4560056