summaryrefslogtreecommitdiff
path: root/src/core/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* DOMTokenList: Initial implementation.Daniel Silverstone2022-11-271-1/+1
| | | | | | | We cover the core behaviours of DOMTokenList and also DOMSettableTokenList so that the IDL can be implemented in NetSurf. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-1/+1
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-5/+8
| | | | svn path=/trunk/dom/; revision=9191
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-57/+8
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-2/+5
| | | | | | We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465
* Stub implementation of of dom_document_type methodsJames Shaw2007-07-161-1/+1
| | | | svn path=/trunk/dom/; revision=3422
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-121-2/+2
| | | | | | | | | Add DOMImplementationRegistry Define DOMImplementationSource and provide API to allow their registration This little lot should permit some kind of sensible DOM bootstrapping. svn path=/trunk/dom/; revision=3403
* Add Element.John Mark Bell2007-07-111-1/+2
| | | | | | Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-1/+1
| | | | | | Add Text. svn path=/trunk/dom/; revision=3398
* Add CharacterDataJohn Mark Bell2007-07-111-1/+1
| | | | svn path=/trunk/dom/; revision=3397
* Add NamedNodeMap.John Mark Bell2007-07-101-1/+1
| | | | | | Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-1/+1
| | | | svn path=/trunk/dom/; revision=3394
* Import DOM library.John Mark Bell2007-07-061-0/+53
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384