summaryrefslogtreecommitdiff
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove two UNUSED()s which are not trueDaniel Silverstone2012-07-191-2/+0
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+10
* XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now passe...Daniel Silverstone2012-07-151-1/+35
* XML Binding: Allow expat binding to create text nodes if not parsing cdataDaniel Silverstone2012-07-151-6/+32
* XML Binding: Add doctype support to Expat handlerDaniel Silverstone2012-07-151-0/+45
* XML Binding: Add comment support to Expat handlerDaniel Silverstone2012-07-151-0/+52
* XML binding: Expat handler, dodgy external entity ref handlerDaniel Silverstone2012-07-151-48/+95
* XML binding: Not libxml only any moreDaniel Silverstone2012-07-151-1/+1
* 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-062-283/+354
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-293-3/+5
* Replace strndup with our own implementationJohn Mark Bell2012-03-301-3/+22
* Expose hubbub error definitionsJohn Mark Bell2012-03-251-0/+2
* 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
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
* 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-232-3/+3
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
* 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-214-72/+85
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-072-15/+15
* 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-062-1/+3
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-58/+21
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-052-65/+4
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-042-18/+2
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-264-25/+12
* Fix install ruleJohn Mark Bell2009-09-211-1/+1
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-132-3/+8
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-119-556/+216
* Fix hubbub binding (based in part on a patch from Jeroen Habraken)John Mark Bell2009-06-261-72/+75
* Sync with core buildsystem changesJohn Mark Bell2009-04-211-5/+4
* More best guesses.John Mark Bell2009-04-172-0/+3
* Shared library versioningJohn Mark Bell2009-04-031-3/+3
* Work around bug in libxml headers.John Mark Bell2009-03-261-0/+4
* Squash warningsJohn Mark Bell2009-03-251-7/+7
* First cut at a port to the new buildsystem.John Mark Bell2009-03-253-180/+25
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-052-107/+649
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-033-66/+39
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
* Make TestObject support both HTML and XML documents and auto-detect which par...John Mark Bell2007-11-042-12/+72