index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
html
/
template
/
escape.go
Age
Commit message (
Expand
)
Author
7 days
[release-branch.go1.26] html/template: properly track JS template literal bra...
Roland Shoemaker
2026-03-05
[release-branch.go1.26] html/template: properly escape URLs in meta content a...
Roland Shoemaker
2024-09-11
html/template: use maps.Copy in escaper.escapeListConditionally
Jes Cok
2024-08-27
html/template: track continue nodes correctly when escaping
cuishuang
2023-10-02
html/template: support parsing complex JS template literals
Roland Shoemaker
2023-09-06
html/template: properly handle special tags within the script context
Roland Shoemaker
2023-09-06
html/template: support HTML-like comments in script contexts
Roland Shoemaker
2023-05-19
html/template: expose ErrJSTemplate
cuiweixie
2023-05-02
html/template: emit filterFailsafe for empty unquoted attr value
Roland Shoemaker
2023-04-25
html/template: fix unavailable url
cui fliter
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-06
all: fix some typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2020-08-28
text/template: add CommentNode to template parse tree
Ariel Mashraki
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-04
text/template: add variable assignments
Daniel Martí
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-19
html/template: remove unused func
Daniel Martí
2018-01-10
html/template: check for duplicates when inserting escapers
Samuel Tan
2017-12-14
html/template: add srcset content type
Mike Samuel
2017-07-14
html/template: use the same escaper across multiple template executions
Samuel Tan
2017-06-14
html/template: only search identifier nodes for predefined escapers
Samuel Tan
2017-05-05
html/template: allow safe usage of predefined escapers in pipelines
Samuel Tan
2017-04-25
html/template: use bytes.ContainsAny
Daniel Martí
2017-04-10
html/template: panic if predefined escapers are found in pipelines during rew...
Samuel Tan
2016-10-19
html/template: adjust ambiguous URL context text
Russ Cox
2016-09-29
html/template: check "type" attribute in <script>
Nodir Turakulov
2016-04-04
html/template: prefix the internally-used FuncMap values with an underscore
Rob Pike
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-06-27
html/template: prevent panic while escaping pipelines
Didier Spezia
2015-06-01
html/template: prevent panic when escaping actions involving chain nodes
Didier Spezia
2015-05-08
html/template: fix pipeline sanitization
Didier Spezia
2014-09-08
build: move package sources from src/pkg to src
Russ Cox