summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove dom_string casts in API macros to help prevent issues like that fixed ...Daniel Silverstone2012-03-282-29/+20
* Remove casts related to dom_string in API macros because they were hiding err...Daniel Silverstone2012-03-289-104/+74
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-281-3/+20
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-5/+30
* Add some functions to implement some of LibCSS's selection callbacks, as an e...Michael Drake2012-03-281-0/+12
* Add html_form_element to the public API. It's not fully implemented yetDaniel Silverstone2012-03-251-0/+1
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-7/+7
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-242-32/+32
* Include html_document.h in dom.hDaniel Silverstone2012-03-241-0/+1
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-4/+14
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-241-0/+22
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+1
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+5
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-1/+1
* Include html element from dom.hDaniel Silverstone2012-03-241-0/+3
* Fix build on ARM.Michael Drake2012-03-231-1/+1
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-111-0/+29
* Add constructor which auto-interns dataJohn Mark Bell2012-02-061-0/+2
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-39/+225
* A bunch of panel beating:John Mark Bell2012-02-052-21/+92
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-1/+1
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-6/+1
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-2/+2
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-0/+10
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-218-48/+79
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0728-433/+422
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-062-1/+12
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-6/+5
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-057-342/+9
* Fix buildJohn Mark Bell2010-12-051-1/+1
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-051-11/+28
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-3060-24/+827
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-264-9/+7
* Add events module header into the dom.hBo Yang2009-08-141-0/+3
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1317-1/+823
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1114-84/+174
* Some more typo.Bo Yang2009-05-081-3/+3
* Modify some macro typo. Found by the testcases.Bo Yang2009-05-081-1/+1
* Some more typo found by the testcases.Bo Yang2009-05-051-2/+2
* Modify some typo, thanks to the partly-completed testcase to help to find thi...Bo Yang2009-05-051-1/+1
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-292-8/+50
* Add dom_document_fragment, dom_cdata_section, dom_entity_reference, dom_proce...Bo Yang2009-04-295-0/+54
* Add typedefs for public DOM interfaces.Bo Yang2009-03-316-6/+11
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-241-10/+54
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-52/+300
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-191-3/+3
* Convert DocumentType to use vtable structure.Bo Yang2009-03-191-13/+84
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-192-65/+406
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-17/+114