summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* text/template: add CommentNode to template parse treeAriel Mashraki2020-08-282-0/+18
* html/template: add tests from text/templateRuss Cox2020-07-149-5/+1969
* all: avoid awkward wording from CL 236857Russ Cox2020-06-081-2/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-1/+1
* html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei2020-04-166-103/+156
* html: update URL in commentfujimoto kyosuke2020-01-131-1/+1
* text/template: harden JSEscape to also escape ampersand and equalRoberto Clapis2019-11-211-3/+3
* html/template: document handling of namespaced and data- attributesJustin Nuß2019-09-271-0/+45
* html/template: micro optimization for isJSTypeDong-hee Na2019-08-271-1/+1
* html/template, text/template: document glob semanticsAndrew Gerrand2019-06-171-7/+8
* html/template: handle nil Error values in context.StringSamuel Tan2019-06-171-1/+5
* html/template: add support for JavaScript modulesAndrew Bonventre2019-05-062-0/+2
* html: add a Fuzz functionRomain Baugue2019-04-301-0/+31
* html/template: prevent test from failing with nil pointer dereferenceMarat Khabibullin2019-03-021-2/+1
* html/template: use strings.BuilderJosh Bleecher Snyder2019-02-263-5/+18
* text/template: accept new number syntaxRuss Cox2019-02-261-0/+6
* text/html: escape MIME type "application/ld+json" as JavaScriptEvan Klitzke2018-12-132-0/+2
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-022-2/+2
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-262-2/+2
* html/template: add an example for the Delims methodDmitry Neverov2018-08-301-0/+22
* html/template: use named consts instead of their valuesIskander Sharipov2018-08-221-5/+5
* html: lazily populate Unescape tablesBrad Fitzpatrick2018-07-313-2235/+2256
* html/template: ignore untyped nil arguments to default escapersIan Lance Taylor2018-07-094-7/+35
* text/template/parse: undo breaking API changesDaniel Theophanes2018-06-221-1/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-019-24/+24
* html/template: always write untyped nil as JS nullDaniel Martí2018-05-092-0/+9
* text/template: copy Decl field when copying PipeNodeIan Lance Taylor2018-04-101-0/+15
* html/template: grow srcset buffer in proportion to needRhys Hiltner2018-04-062-1/+6
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-2077/+2077
* text/template: add variable assignmentsDaniel Martí2018-04-041-1/+1
* html/template: fix one more lint naming errorSamuel Tan2018-03-301-2/+2
* html/template: fix lint errorsSamuel Tan2018-03-291-19/+19
* all: fix misspellingsShawn Smith2018-02-201-9/+9
* all: remove duplicate word "the"Ryuma Yoshida2018-02-201-1/+1
* html/template: make more use of stringerDaniel Martí2018-02-206-90/+90
* all: add more uses of stringerDaniel Martí2018-02-192-16/+18
* html/template: remove unused funcDaniel Martí2018-02-191-10/+0
* html/template: check for duplicates when inserting escapersSamuel Tan2018-01-102-8/+52
* Revert "html/template: prevent aliasing of parse Trees via AddParseTree"Samuel Tan2018-01-092-22/+4
* html/template: add srcset content typeMike Samuel2017-12-149-21/+341
* html/template: fix typo in TestOrphanedTemplate error messageSamuel Tan2017-12-081-1/+1
* html/template: reset templates orphaned by (*Template).NewSamuel Tan2017-12-082-0/+30
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* html/template: prevent aliasing of parse Trees via AddParseTreeSamuel Tan2017-09-202-4/+22
* html/template: explain URL filteringSamuel Tan2017-09-181-1/+21
* html: updated entity spec linkSeiji Takahashi2017-08-081-1/+1
* html/template: use the same escaper across multiple template executionsSamuel Tan2017-07-143-32/+79
* html/template: only search identifier nodes for predefined escapersSamuel Tan2017-06-142-26/+56
* html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan2017-05-054-39/+232