summaryrefslogtreecommitdiff
path: root/src/bootstrap/implregistry.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-215/+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
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-20/+51
| | | | svn path=/trunk/dom/; revision=9191
* Add DOMImplementation, DOMImplementationListJohn Mark Bell2007-07-121-0/+184
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