summaryrefslogtreecommitdiff
path: root/src/core/implementation.c
Commit message (Expand)AuthorAgeFilesLines
* ensure dom_implementation_create_document_type() parameters are present (cove...Vincent Sanders2014-01-241-5/+7
* fix sill automatic conversion typoVincent Sanders2014-01-241-1/+1
* add context for default action functionVincent Sanders2013-02-191-2/+3
* Remove name validation from doctype creation.John-Mark Bell2012-11-031-14/+0
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-1/+1
* Should be passing the _s variants hereDaniel Silverstone2012-03-281-1/+1
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-12/+2
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-17/+8
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-2/+25
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-26/+108
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-39/+108
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-4/+4
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+2
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-16/+9
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-031-3/+1
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-301-1/+3
* Comment fixesJohn Mark Bell2007-07-291-2/+2
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-121-0/+157