summaryrefslogtreecommitdiff
path: root/include/dom/core/impllist.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-27/+0
| | | | | | 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
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+2
| | | | svn path=/trunk/dom/; revision=7002
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-121-0/+26
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