summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dump the title to prove dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+11
* Debugging more useful than optimisationDaniel Silverstone2012-03-241-1/+1
* 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
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-242-2/+4
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-242-0/+59
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-242-3/+3
* Reenable core test suiteDaniel Silverstone2012-03-241-1/+1
* Enable the HTMLElement tests which passDaniel Silverstone2012-03-2430-1/+1
* Install html_element.hDaniel Silverstone2012-03-241-0/+4
* Don't need to include utils/hashtable.h.Michael Drake2012-03-241-1/+0
* Fix API documentation comments.Michael Drake2012-03-241-13/+13
* Re-disable all known failsDaniel Silverstone2012-03-2496-0/+0
* C89.François Revel2012-03-241-1/+3
* Fix conflicting return type for _dom_hash_get_length().François Revel2012-03-241-2/+2
* C89 for BeOS build.François Revel2012-03-2422-100/+170
* Re-disable specified value testsDaniel Silverstone2012-03-241-0/+0
* Note that document attributes are always specifiedDaniel Silverstone2012-03-241-0/+2
* Include html element from dom.hDaniel Silverstone2012-03-241-0/+3
* Sort the test indexDaniel Silverstone2012-03-241-1/+1
* Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for th...François Revel2012-03-242-1/+13
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-232-3/+3
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
* Fix build on ARM.Michael Drake2012-03-231-1/+1
* More working (or at least running) testsDaniel Silverstone2012-03-2395-0/+0
* More tidyingDaniel Silverstone2012-03-231-1/+1
* Turn on some more working testsDaniel Silverstone2012-03-233-0/+0
* 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
* Update various indents so generated C is easier to use gdb onDaniel Silverstone2012-03-231-37/+37
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
* Fix listener destructor loop againJohn Mark Bell2012-02-211-7/+4
* Fix listener list destruction some moreJohn Mark Bell2012-02-201-3/+6
* Revert r13456John Mark Bell2012-02-201-6/+3
* Fix blatent brokennessJohn Mark Bell2012-02-201-3/+6
* Fix listener list destructionJohn Mark Bell2012-02-201-8/+6
* Remove unused variable.Michael Drake2012-02-201-3/+0
* Replace listener hash with a listJohn Mark Bell2012-02-202-118/+52
* 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
* Pedantic wrap change.Michael Drake2012-02-151-1/+2
* Make tag name stand out a bit more clearly in output.Michael Drake2012-02-151-1/+1
* 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-113-1/+73