summaryrefslogtreecommitdiff
path: root/src/core/implementation.c
Commit message (Expand)AuthorAgeFilesLines
* 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