summaryrefslogtreecommitdiff
path: root/include/dom/core
Commit message (Expand)AuthorAgeFilesLines
* DOMTokenList: Initial implementation.Daniel Silverstone2022-11-271-0/+43
* node: Constify get user data parameters.Michael Drake2021-02-091-4/+4
* Constify vtables.Michael Drake2021-02-021-1/+1
* String: remove innards from public header.John-Mark Bell2019-06-291-1/+1
* Add dom_node_contains()Daniel Silverstone2019-05-041-0/+10
* Change dom node type count to last value plus one.Michael Drake2017-02-041-1/+1
* Tweak the types on namednodemapDaniel Silverstone2015-10-311-2/+3
* Update character data get length property to use dom unsigned longVincent Sanders2015-10-311-1/+2
* add property getter and setter helpers for the dom_ulong typeVincent Sanders2015-10-251-0/+1
* Leave top 8 bits of dom exception unused.Michael Drake2015-08-011-3/+3
* add context for default action functionVincent Sanders2013-02-191-0/+1
* Fix dom_node_set_text_content.John-Mark Bell2012-12-311-1/+1
* fixup comment damage from automated type conversionVincent Sanders2012-09-111-1/+1
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-106-36/+36
* DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-211-0/+8
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-3/+3
* 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
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-0/+32
* 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
* 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
* 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-213-17/+9
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0710-285/+277
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-0/+11
* 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-053-39/+6
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-302-1/+48
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-262-3/+3
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-132-1/+19
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1111-48/+138
* 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-294-0/+50
* 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