summaryrefslogtreecommitdiff
path: root/misc/chrome/gophertool
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-182-6/+13
| | | | | | | 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>
* gophertool: fix linksShenghou Ma2012-10-222-9/+17
| | | | | | R=bradfitz CC=golang-dev https://golang.org/cl/6713043
* gophertool: make work with latest Chrome extension security restrictionsBrad Fitzpatrick2012-10-074-52/+52
| | | | | | | | No JavaScript in HTML anymore. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6619066
* misc/chrome/gophertool: fix manifestShenghou Ma2012-07-051-1/+1
| | | | | | | | | according to http://code.google.com/chrome/extensions/browserAction.html, it should use "default_popup" instead of "popup". R=golang-dev, adg CC=golang-dev https://golang.org/cl/6349077
* misc/chrome/gophertool: Support for manifest version 1 is being phased out.Amir Mohammad Saied2012-06-251-1/+4
| | | | | | | | | | Manifest version 1 was deprecated in Chrome 18, and support will be phased out according to the schedule available at: http://code.google.com/chrome/extensions/manifestVersion.html R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6332053
* misc/chrome/gophertool: lower CL number's lower bound and fix input focus on MacShenghou Ma2012-05-172-2/+2
| | | | | | | | | | | | 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: fix link to the build status dashboardJongmin Kim2012-02-011-1/+1
| | | | | | R=golang-dev CC=bradfitz, golang-dev https://golang.org/cl/5606050
* gophertool: make the keyword 'golang'Rob Pike2011-06-011-1/+1
| | | | | | R=bradfitz CC=golang-dev https://golang.org/cl/4529102
* gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick2011-05-314-29/+76
| | | | | | R=rsc CC=golang-dev https://golang.org/cl/4560056
* gophertool: also accept commit form 8486:ab29d2698a47Brad Fitzpatrick2011-05-232-3/+12
| | | | | | | | | | ... as "hg log" produces by default. And add a README. R=rsc, bradfitz CC=golang-dev https://golang.org/cl/4529080
* gophertool: Chrome extension to aid in Go developmentBrad Fitzpatrick2011-05-233-0/+81
Contains common links & a smart text box that recognizes various identifiers and jumps to one of: * issue URL, * codereview URL, * commit URL, * package docs R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4553058