summaryrefslogtreecommitdiff
path: root/include/dom/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-122-87/+546
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-033-19/+4
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-031-0/+10
* Make the dom string class more useful.John Mark Bell2007-10-031-4/+22
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-302-2/+9
* Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...James Shaw2007-08-081-2/+2
* Fix structure name dom_nodelistJames Shaw2007-08-031-2/+2
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-5/+12
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-1/+4
* Add omitted dom_document_create_comment APIJohn Mark Bell2007-07-221-0/+3