]> Cypherpunks repositories - gostls13.git/commit
misc/chrome/gophertool: lower CL number's lower bound and fix input focus on Mac
authorShenghou Ma <minux.ma@gmail.com>
Wed, 16 May 2012 20:22:44 +0000 (04:22 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 16 May 2012 20:22:44 +0000 (04:22 +0800)
commit6dfe0162a659d75bf83379dd03c040ae8666b9a5
tree20bb4ce14de2cffcdaa8ea50c2dde05013b0e3c5
parent70db440885fead4f0bb391d92e4e7f16b9c67389
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
misc/chrome/gophertool/gopher.js
misc/chrome/gophertool/popup.html