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_test.go
Age
Commit message (
Expand
)
Author
8 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-08-27
html/template: track continue nodes correctly when escaping
cuishuang
2023-10-16
html/template: track brace depth for each nested expression
Roland Shoemaker
2023-10-05
html/template: only track brace depth when we are in a JS tmpl lit
Roland Shoemaker
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-02
html/template: emit filterFailsafe for empty unquoted attr value
Roland Shoemaker
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2022-09-06
html/template: use strings.Builder
cuiweixie
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-12-01
encoding/json: revert "add "json: " prefix to SyntaxError messages"
Kevin Burke
2020-10-21
encoding/json: add "json: " prefix to SyntaxError messages
Kevin Burke
2020-07-14
html/template: add tests from text/template
Russ Cox
2020-04-16
html/template,text/template: switch to Unicode escapes for JSON compatibility
empijei
2019-03-02
html/template: prevent test from failing with nil pointer dereference
Marat Khabibullin
2018-07-09
html/template: ignore untyped nil arguments to default escapers
Ian Lance Taylor
2018-04-06
html/template: grow srcset buffer in proportion to need
Rhys Hiltner
2018-02-20
all: fix misspellings
Shawn Smith
2018-01-10
html/template: check for duplicates when inserting escapers
Samuel Tan
2018-01-09
Revert "html/template: prevent aliasing of parse Trees via AddParseTree"
Samuel Tan
2017-12-14
html/template: add srcset content type
Mike Samuel
2017-12-08
html/template: fix typo in TestOrphanedTemplate error message
Samuel Tan
2017-12-08
html/template: reset templates orphaned by (*Template).New
Samuel Tan
2017-09-20
html/template: prevent aliasing of parse Trees via AddParseTree
Samuel Tan
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-20
html/template: ignore case when handling type attribute in script element
Samuel Tan
2017-04-20
html/template: ensure that MIME type handling is case insensitive
Samuel Tan
2017-04-10
html/template: panic if predefined escapers are found in pipelines during rew...
Samuel Tan
2017-03-07
encoding/base64, html/template: fix grammar mistakes
Kevin Burke
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-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2015-09-09
html/template: preserve attr in stateBeforeValue
Nodir Turakulov
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
2015-03-20
html/template: fix crash when escaping incomplete template
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox