aboutsummaryrefslogtreecommitdiff
path: root/misc/chrome
AgeCommit message (Collapse)Author
2021-03-05docs: fix case of GitHubJohn Bampton
Change `Github` to `GitHub` Change-Id: I514e8dc9a19182fcf9fcf5bc1b5fbff253c1a947 GitHub-Last-Rev: 7124c7058e0c7ff19dc8440fa79271eb6cfdaea9 GitHub-Pull-Request: golang/go#44260 Reviewed-on: https://go-review.googlesource.com/c/go/+/291950 Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org>
2019-11-18misc/chrome/gophertool: replace deprecated tabs.getSelected methodramenjuniti
tabs.getSelected has been deprecated since Chrome 33. Instead, use tabs.query. Fixes #35663 Change-Id: I4f7f17f948987aff8409ac8210f04eb1f7ebf908 Reviewed-on: https://go-review.googlesource.com/c/go/+/207402 Reviewed-by: Andrew Bonventre <andybons@golang.org>
2015-07-11all: link to https instead of httpBrad Fitzpatrick
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>
2014-12-18misc/chrome/gophertool: update for the git/gerrit transitionShenghou Ma
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>
2014-12-13misc/chrome/gophertool: update URLs from code.google.com to new homesBrad Fitzpatrick
Change-Id: I46bf9f1b84a331cabce2d3417b2b59ccb83d00fa Reviewed-on: https://go-review.googlesource.com/1532 Reviewed-by: David Symonds <dsymonds@golang.org>
2012-10-22gophertool: fix linksShenghou Ma
R=bradfitz CC=golang-dev https://golang.org/cl/6713043
2012-10-07gophertool: make work with latest Chrome extension security restrictionsBrad Fitzpatrick
No JavaScript in HTML anymore. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6619066
2012-07-05misc/chrome/gophertool: fix manifestShenghou Ma
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
2012-06-25misc/chrome/gophertool: Support for manifest version 1 is being phased out.Amir Mohammad Saied
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
2012-05-17misc/chrome/gophertool: lower CL number's lower bound and fix input focus on MacShenghou Ma
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
2012-02-01gophertool: fix link to the build status dashboardJongmin Kim
R=golang-dev CC=bradfitz, golang-dev https://golang.org/cl/5606050
2011-06-01gophertool: make the keyword 'golang'Rob Pike
R=bradfitz CC=golang-dev https://golang.org/cl/4529102
2011-05-31gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick
R=rsc CC=golang-dev https://golang.org/cl/4560056
2011-05-23gophertool: also accept commit form 8486:ab29d2698a47Brad Fitzpatrick
... as "hg log" produces by default. And add a README. R=rsc, bradfitz CC=golang-dev https://golang.org/cl/4529080
2011-05-23gophertool: Chrome extension to aid in Go developmentBrad Fitzpatrick
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