summaryrefslogtreecommitdiff
path: root/misc/chrome
Commit message (Collapse)AuthorAgeFilesLines
* gophertool: fix linksShenghou Ma2012-10-222-9/+17
| | | | | | R=bradfitz CC=golang-dev http://codereview.appspot.com/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 http://codereview.appspot.com/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 http://codereview.appspot.com/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 http://codereview.appspot.com/6332053 Committer: Russ Cox <rsc@golang.org>
* 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 http://codereview.appspot.com/6212055
* gophertool: fix link to the build status dashboardJongmin Kim2012-02-011-1/+1
| | | | | | | | R=golang-dev CC=bradfitz, golang-dev http://codereview.appspot.com/5606050 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* gophertool: make the keyword 'golang'Rob Pike2011-06-011-1/+1
| | | | | | R=bradfitz CC=golang-dev http://codereview.appspot.com/4529102
* gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick2011-05-314-29/+76
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/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 http://codereview.appspot.com/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 http://codereview.appspot.com/4553058