devtools/htmlparser.py
2013-05-15 Sylvain Thénault [devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
2013-05-15 Sylvain Thénault [testlib] introduce a validator that check xml-well formness
2013-05-06 Sylvain Thénault [testlib] unspaghettify Validator / PageInfo api
2013-05-06 Sylvain Thénault [testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
2013-04-29 Pierre-Yves David [devtools] Use XMLValidator instead deprecated SaxOnlyValidator
2013-04-26 Aurelien Campeas drop xhtml content-type support (closes #2065651)
2013-04-26 Pierre-Yves David [htmlparser] exclude <script> tag from html source
2013-04-26 Pierre-Yves David [htmlparser] store unaltered source in pageinfo.source
2013-04-25 Sylvain Thénault [htmlparser] rename SaxOnlyValidator to XMLValidator
2013-04-25 Sylvain Thénault [htmlparser] add missing deprecation message
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2011-02-18 Sylvain Thénault [testlib pageinfo] extract matching_node method from has_tag to ease looking for a node with a given set of attributes stable
2011-02-11 Sylvain Thénault [testlib] new method on page info object to ensure some tag with arbitrary attributes is found stable
2011-01-04 Sylvain Thénault [test, html validation] make validator selection somewhat smarter (at least it works properly when content is demoted from xhtml to html, making the XMLDemotingValidator class useless stable
2011-01-04 Sylvain Thénault minor code cleanup stable
less more (0) -15 tip