summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Commit a neatnessDaniel Silverstone2012-03-241-3/+1
* Store 'class' string on document.Michael Drake2012-03-242-1/+10
* And ensure we don't recurse comments and PIs during dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+3
* Documents and document types do not have text contentDaniel Silverstone2012-03-244-2/+128
* get_text_content working for all textual nodes modulo processing instructionsDaniel Silverstone2012-03-243-2/+61
* Fixup _dom_node_get_text_contentDaniel Silverstone2012-03-241-7/+14
* Split out destruction of element class cache.Michael Drake2012-03-241-7/+22
* Implement the element class API for libcss, except for actually making the ar...Michael Drake2012-03-242-8/+43
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+3
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+54
* Don't need to include utils/hashtable.h.Michael Drake2012-03-241-1/+0
* Fix API documentation comments.Michael Drake2012-03-241-13/+13
* C89 for BeOS build.François Revel2012-03-246-77/+115
* Note that document attributes are always specifiedDaniel Silverstone2012-03-241-0/+2
* Fix dom element attribute setting to return the old element as per the APIDaniel Silverstone2012-03-231-1/+1
* Rename 'a' to 'old_attr' so we can follow this routine more easilyDaniel Silverstone2012-03-231-9/+9
* Take reference to namespace for attribute list node.Michael Drake2012-02-161-0/+1
* Fix build, and don't overwrite new_list_node with the cloned attrJohn Mark Bell2012-02-161-1/+4
* Add documentation comments.Michael Drake2012-02-151-3/+31
* Reduce padding in dom_attr struct.Michael Drake2012-02-151-5/+4
* Use list for element attributes.Michael Drake2012-02-152-439/+449
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-112-1/+44
* Fix reference leakJohn Mark Bell2012-02-061-3/+2
* Add constructor which auto-interns dataJohn Mark Bell2012-02-062-21/+28
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-12/+2
* A bunch of panel beating:John Mark Bell2012-02-052-1/+2
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-9/+13
* Move dom_string data accessing functions to public header.Michael Drake2011-12-224-46/+36
* Fix build with GCC 4.6John Mark Bell2011-12-212-19/+3
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2130-2326/+1571
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0730-319/+310
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-2/+25
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-28/+112
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-062-13/+30
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-058-195/+128
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-041-2/+0
* Implement DocumentType.nameJohn Mark Bell2010-08-301-4/+1
* Jump through hoops to conform to the spec: apparently, it requires unsigned v...John Mark Bell2010-08-301-8/+28
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-3010-15/+426
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-2612-427/+152
* Some formatting problem.Bo Yang2009-08-231-4/+4
* Split the _dom_element_destroy into two functions.Bo Yang2009-08-172-15/+28
* Remove an unused parameter 'result'.Bo Yang2009-08-172-20/+12
* Fix up some ref/unref error produced from _dispatch_ usage.Bo Yang2009-08-141-15/+31
* 1. Fix a string intern bug.Bo Yang2009-08-131-0/+2
* Remove spurious inline qualifiers.Michael Drake2009-08-131-6/+6
* Remove spurious inline qualifiers.John Mark Bell2009-08-131-2/+2
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-139-45/+396
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-122-5/+9
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-122-1/+4