summaryrefslogtreecommitdiff
path: root/misc/chrome/gophertool/gopher.js
Commit message (Collapse)AuthorAgeFilesLines
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-2/+2
| | | | | | | | | | | | | The one in misc/makerelease/makerelease.go is particularly bad and probably warrants rotating our keys. I didn't update old weekly notes, and reverted some changes involving test code for now, since we're late in the Go 1.5 freeze. Otherwise, the rest are all auto-generated changes, and all manually reviewed. Change-Id: Ia2753576ab5d64826a167d259f48a2f50508792d Reviewed-on: https://go-review.googlesource.com/12048 Reviewed-by: Rob Pike <r@golang.org>
* misc/chrome/gophertool: update for the git/gerrit transitionShenghou Ma2014-12-181-1/+6
| | | | | | | Change-Id: I7b9601ae6e1cfb18ef79a7b189aa7e689c0fe942 Reviewed-on: https://go-review.googlesource.com/1621 Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* misc/chrome/gophertool: update URLs from code.google.com to new homesBrad Fitzpatrick2014-12-131-4/+6
| | | | | | Change-Id: I46bf9f1b84a331cabce2d3417b2b59ccb83d00fa Reviewed-on: https://go-review.googlesource.com/1532 Reviewed-by: David Symonds <dsymonds@golang.org>
* 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 https://golang.org/cl/6212055
* gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick2011-05-311-0/+34
R=rsc CC=golang-dev https://golang.org/cl/4560056