master
script HTML parser error fix, corrects bug #319715 added test from Michael
Add test cases for bug 758518
Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla.gnome.org/show_bug.cgi?id=758605>
Heap-based buffer overread in htmlCurrentChar
- release 1.8.2 - HTML handling improvement - new tree handling functions
html: Parse named character references according to HTML5
Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added
Added a bunch of testsuite realted files missing, Daniel.
- HTMLparser.c: Closed bug #54891 - result/HTML/cf_128.html* test/HTML/cf_128.html: added the test to the suite forgot to commit this one yesterday - encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c: applied a documentation patch from LotR and filled in a few missing descriptions Daniel
html: Add character data tests
Fix quadratic runtime in HTML parser
add test coverage for incorrectly-closed comments
test coverage for abruptly-closed comments
Large sync between my W3C base and Gnome's one:
fixing HTML entities in attributes parsing bug #362552 added to the
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
Add HTML parser support for HTML5 meta charset encoding declaration
html: Make implied <p> tags more deterministic
Fix regression parsing public IDs literals in HTML
Skip incorrectly opened HTML comments
Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
handle the case of < in quoted attributes, Bastian Kleineidam Daniel
SAX2: Ignore namespaces in HTML documents
HTML parser error with <noscript> in the <head>
- HTMLtree.c: when in a pre element no formatting space should be added. - test/HTML/pre.html result/HTML/pre.html*: added a regression test Daniel
added support for HTML PIs #156087 added specific tests Daniel
applied patch from James Bursa fixing an html parsing bug in push mode
- HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel
applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the
HTML parsing, output is now correct, added HTMLtests target and testcases, Daniel
fix an HTML parsing error on large data sections reported by Mike Day add
BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs
html: Reenable buggy detection of XML declarations