summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30126-45/+4699
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-2618-480/+188
* 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
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
* 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-134-4/+23
* 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-1339-46/+4234
* 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-123-1/+11
* Fix up the merge.Bo Yang2009-08-121-0/+2
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1151-1952/+7278
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-292-8/+8
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-2/+2
* Squash warningsJohn Mark Bell2009-03-252-10/+7
* First cut at a port to the new buildsystem.John Mark Bell2009-03-254-238/+14
* Make code more readable.Bo Yang2009-03-241-1/+1
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-242-6/+47
* Convert NodeList and ProcessingInstruction. Bo Yang2009-03-243-12/+13
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-238-43/+49
* Convert EntityReference interface to use vtable structure.Bo Yang2009-03-211-2/+2
* Fix the spelling initialize -> initialise.Bo Yang2009-03-205-7/+7
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-202-69/+217
* Convert DOMFragment to use vtable structure.Bo Yang2009-03-191-2/+18
* Convert DocumentType to use vtable structure.Bo Yang2009-03-192-9/+50
* Convert DOM document interface to use vtable structure.Bo Yang2009-03-194-59/+192
* Fix the last commit, hook up the vtable for dom_characterdata.Bo Yang2009-03-151-2/+1
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-155-22/+79
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-124-132/+328
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-052-32/+67
* Omitted to remove this yesterday.John Mark Bell2009-03-041-19/+0
* Rationalise dom_string (some consideration is required as to what happens wrt...John Mark Bell2009-03-0312-1318/+158
* Fix typoJohn Mark Bell2008-04-071-1/+1
* Implement dom_text_split_text()John Mark Bell2007-11-032-4/+48
* Add, and implement, dom_string_insert() and dom_string_replace() APIJohn Mark Bell2007-11-032-29/+404
* Make the dom string class more useful.John Mark Bell2007-10-039-278/+653
* DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.John Mark Bell2007-09-3011-21/+831
* Implement dom_characterdata_get_data()John Mark Bell2007-09-291-6/+21
* Implement dom_namednodemap_get_named_item_ns()John Mark Bell2007-09-291-14/+110
* Implement dom_element_get_attribute_ns()John Mark Bell2007-09-291-29/+259
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-5/+23
* Introduce global initialistaion/finalisation for DOM library. This should be ...John Mark Bell2007-09-298-75/+372
* Implement dom_document_create_element_ns().John Mark Bell2007-09-271-13/+113
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-2712-33/+54
* Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...John Mark Bell2007-09-261-9/+3
* Begin to cater for XML namespaces.John Mark Bell2007-09-264-56/+113
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-253-19/+171