2b0e29f516
docs: fix case of GitHub
...
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 >
2021-03-05 02:35:21 +00:00
f9dd99cae3
misc/chrome/gophertool: replace deprecated tabs.getSelected method
...
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 >
2019-11-18 18:14:37 +00:00
2ae77376f7
all: link to https instead of http
...
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 >
2015-07-11 14:36:33 +00:00
fc71d7b8ca
misc/chrome/gophertool: update for the git/gerrit transition
...
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-18 07:34:46 +00:00
2d02ff278c
misc/chrome/gophertool: update URLs from code.google.com to new homes
...
Change-Id: I46bf9f1b84a331cabce2d3417b2b59ccb83d00fa
Reviewed-on: https://go-review.googlesource.com/1532
Reviewed-by: David Symonds <dsymonds@golang.org >
2014-12-13 10:18:27 +00:00
3d00648dc1
gophertool: fix links
...
R=bradfitz
CC=golang-dev
https://golang.org/cl/6713043
2012-10-22 01:05:21 +08:00
9e811683f1
gophertool: make work with latest Chrome extension security restrictions
...
No JavaScript in HTML anymore.
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6619066
2012-10-07 17:56:10 -07:00
b213891c06
misc/chrome/gophertool: fix manifest
...
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-07-05 16:52:13 -04:00
4c98584ecd
misc/chrome/gophertool: Support for manifest version 1 is being phased out.
...
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-06-25 17:19:08 -04:00
6dfe0162a6
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
2012-05-17 04:22:44 +08:00
a98faa9b6f
gophertool: fix link to the build status dashboard
...
R=golang-dev
CC=bradfitz, golang-dev
https://golang.org/cl/5606050
2012-02-01 20:53:31 -08:00
378c806c31
gophertool: make the keyword 'golang'
...
R=bradfitz
CC=golang-dev
https://golang.org/cl/4529102
2011-06-01 07:24:33 +10:00
f4349f7368
gophertool: also permit typing "go [whatever]" in omnibox
...
R=rsc
CC=golang-dev
https://golang.org/cl/4560056
2011-05-31 13:16:51 -07:00
f5a011dd0c
gophertool: also accept commit form 8486:ab29d2698a47
...
... as "hg log" produces by default.
And add a README.
R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/4529080
2011-05-23 14:27:51 -07:00
09dd5bf13b
gophertool: Chrome extension to aid in Go development
...
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
2011-05-23 14:05:18 -07:00