summaryrefslogtreecommitdiff
path: root/bindings/hubbub/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Update for new hubbub API.Michael Drake2013-12-141-20/+0
* add context for default action functionVincent Sanders2013-02-191-0/+1
* add default action fetcher to binding parametersVincent Sanders2012-12-061-5/+6
* make the hubbub binding creation take a parameter struct and return standard ...Vincent Sanders2012-12-061-67/+75
* Fix typos.Michael Drake2012-11-071-1/+1
* alter when the id name is set to before the hubbub parse completion so id bas...Vincent Sanders2012-11-021-10/+16
* Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-1/+11
* Move document out parameter after in parameters.John-Mark Bell2012-08-051-9/+9
* Obtain the docuemnt object at parser creation time.Vincent Sanders2012-08-051-18/+11
* fix error handling return from script completion calbackVincent Sanders2012-07-311-3/+8
* Fix masterChris Young2012-07-291-2/+2
* Change back for branch onlyChris Young2012-07-291-2/+2
* Resynchronise hubbub binding with masterDaniel Silverstone2012-07-291-2/+2
* Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-281-0/+21
|\
| * Allow control over parser pause stateVincent Sanders2012-07-271-0/+21
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-221-2/+0
|\|
| * Cleanup: Remove two UNUSED()s which are not trueDaniel Silverstone2012-07-191-2/+0
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-191-0/+10
|\|
| * HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+10
* | Compatibility with libhubbub chris/amiga-lib branch (which includes a tweak t...Chris Young2012-07-081-2/+2
|/
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+11
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-071-4/+22
* remove accidentaly left in debugVincent Sanders2012-07-061-26/+0
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-061-273/+336
* Replace strndup with our own implementationJohn Mark Bell2012-03-301-3/+22
* Fix misuse of msgJohn Mark Bell2012-03-251-5/+4
* Fix hubbub binding to cope with attributes with bad namesJohn Mark Bell2012-03-251-4/+15
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-241-1/+1
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-6/+6
* Support quirks mode in hubbub bindingDaniel Silverstone2012-03-241-3/+17
* Lose unnecessary "struct"John Mark Bell2012-03-231-2/+2
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-231-2/+2
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-231-4/+4
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-31/+34
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-4/+4
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-1/+2
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-19/+15
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-31/+2
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-041-17/+1
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-9/+5
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+4
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-46/+117
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-106/+617
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-42/+22