summaryrefslogtreecommitdiff
path: root/bindings/hubbub/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* add default action fetcher to binding parametersVincent Sanders2012-12-061-0/+3
|
* make the hubbub binding creation take a parameter struct and return standard ↵Vincent Sanders2012-12-061-3/+16
| | | | error codes
* Update comment.Michael Drake2012-10-111-6/+2
|
* Move document out parameter after in parameters.John-Mark Bell2012-08-051-2/+6
|
* Obtain the docuemnt object at parser creation time.Vincent Sanders2012-08-051-6/+1
| | | | Remove the unecessary document retrival API
* Allow control over parser pause stateVincent Sanders2012-07-271-0/+10
|
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-061-10/+18
|
* Expose hubbub error definitionsJohn Mark Bell2012-03-251-0/+2
| | | | svn path=/trunk/libdom/; revision=13681
* Lose unnecessary "struct"John Mark Bell2012-03-231-3/+1
| | | | svn path=/trunk/libdom/; revision=13571
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13568
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-231-4/+4
| | | | svn path=/trunk/libdom/; revision=13567
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-1/+1
| | | | svn path=/trunk/libdom/; revision=13316
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-041-1/+1
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-261-3/+1
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-1/+4
| | | | svn path=/trunk/dom/; revision=9191
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-1/+32
| | | | svn path=/trunk/dom/; revision=6711
* Make TestObject support both HTML and XML documents and auto-detect which ↵John Mark Bell2007-11-041-3/+3
| | | | | | | | | | parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648
* Beginnings of a hubbub binding to libdomJohn Mark Bell2007-11-041-0/+40
Currently comprises a stubbed-out parser wrapper Todo: 1) Complete parser wrapper, such that it actually creates a DOM tree 2) Provide a hubbub-backed DOMImplementationSource svn path=/trunk/dom/; revision=3646