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
/
pkg
/
html
Age
Commit message (
Expand
)
Author
2012-02-06
html: add package doc.
Nigel Tao
2012-02-03
std: add struct field tags to untagged literals.
Nigel Tao
2012-02-01
all packages: fix various typos
Robert Griesemer
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-25
html: move the HTML parser to an exp/html package. The parser is a
Nigel Tao
2012-01-19
html/template: fix docs after API changes
Gustavo Niemeyer
2012-01-19
text/template/parse: use human error prints
Rob Pike
2012-01-19
html: in foreign content, check for HTML integration points in breakout
Nigel Tao
2012-01-11
html/template: reenable testcases and fix mis-escaped sequences.
Mike Samuel
2012-01-11
html: propagate foreign namespaces only when adding foreign content.
Nigel Tao
2012-01-09
strconv: return ErrSyntax when unquoting illegal octal sequences. This
Sameer Ajmani
2012-01-10
html: foreign element HTML integration points, tag name adjustment,
Nigel Tao
2012-01-04
html: parse <frameset> inside body
Andrew Balholm
2011-12-25
html: adjust foreign attributes.
Nigel Tao
2011-12-24
html: "in select in table" insertion mode.
Andrew Balholm
2011-12-23
html: Don't ignore whitespace in "after after frameset" mode.
Andrew Balholm
2011-12-21
html: handle breakout tags in foreign content.
Nigel Tao
2011-12-20
template: better error message for empty templates
Rob Pike
2011-12-20
panics: use the new facilities of testing.B instead
Rob Pike
2011-12-20
html: ignore <caption>, <col>, <tbody> etc. when parsing table fragments
Andrew Balholm
2011-12-19
html: handle text nodes in foreign content.
Nigel Tao
2011-12-16
html: handle end tags in foreign objects.
Nigel Tao
2011-12-15
html: don't leave "in column group" mode when ignoring a token
Andrew Balholm
2011-12-14
html/template: define the FuncMap type locally
Rob Pike
2011-12-14
html: close <button> element before opening a new one
Andrew Balholm
2011-12-13
html: update comments to match latest spec.
Nigel Tao
2011-12-13
html: a first step at parsing foreign content (MathML, SVG).
Nigel Tao
2011-12-12
html: don't ignore whitespace in or after framesets
Andrew Balholm
2011-12-09
html/template: make Must work
Rob Pike
2011-12-08
update tree for new default type rule
Russ Cox
2011-12-08
html/template: clean up locking for ExecuteTemplate
Rob Pike
2011-12-06
html/template: simplify ExecuteTemplate a little
Rob Pike
2011-12-05
use new strconv API
Russ Cox
2011-12-02
gofmt -s misc src
Russ Cox
2011-12-02
html: allow whitespace between head and body
Andrew Balholm
2011-12-01
gofmt: applied gofmt -w -s src misc
Robert Griesemer
2011-12-01
text/template: replace Add with AddParseTree
Rob Pike
2011-11-30
html/template: make execution thread-safe
Rob Pike
2011-12-01
html: implement fragment parsing algorithm
Andrew Balholm
2011-11-30
html/template: update to new template API
Rob Pike
2011-11-30
html: clean up the z.rawTag calculation in the tokenizer.
Nigel Tao
2011-11-30
html: parse <xmp> tags
Andrew Balholm
2011-11-30
html: parse the contents of <iframe> elements as raw text
Andrew Balholm
2011-11-29
html: spin doctype.go out of parse.go.
Nigel Tao
2011-11-29
html: detect quirks mode
Andrew Balholm
2011-11-28
html: parse <nobr> elements
Andrew Balholm
2011-11-27
html: ignore <head> tags in <head> element
Andrew Balholm
2011-11-25
html/template: fix documentation indent
Andrew Gerrand
2011-11-24
html: ingore newline at the start of a <pre> block
Andrew Balholm
2011-11-24
html: parse DOCTYPE into name and public and system identifiers
Andrew Balholm
[prev]
[next]