summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable 3 HTMLDocument testsDaniel Silverstone2012-03-253-0/+0
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-253-16/+16
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
* Intern "id"John Mark Bell2012-03-251-2/+4
* Complete dom_string / lwc_string comparison function.Michael Drake2012-03-251-4/+32
* Guarantee that dom_strings are NUL terminatedJohn Mark Bell2012-03-251-6/+12
* Fix malloc(0)Daniel Silverstone2012-03-241-1/+1
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-242-2/+3
* Switch case sensetivity of class comparison on document quirks mode.Michael Drake2012-03-241-5/+8
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-247-67/+71
* When copying elements, correctly copy the cached class listDaniel Silverstone2012-03-241-1/+13
* Minor cleanupDaniel Silverstone2012-03-241-3/+2
* Only get value for elements with class.Michael Drake2012-03-241-1/+6
* Pass element to attribute list adder, because element might not be attached t...Michael Drake2012-03-241-7/+6
* Generate element's class list.Michael Drake2012-03-242-43/+143
* Oops, missing html_document in installDaniel Silverstone2012-03-241-0/+1
* Support quirks mode in hubbub bindingDaniel Silverstone2012-03-241-3/+17
* Include html_document.h in dom.hDaniel Silverstone2012-03-241-0/+1
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-243-9/+20
* Store 'class' string as dom_string instead of lwc_string.Michael Drake2012-03-242-6/+6
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-243-1/+48
* 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
* 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