summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix hubbub binding to cope with attributes with bad namesJohn Mark Bell2012-03-251-4/+15
| | | | svn path=/trunk/libdom/; revision=13674
* clang compatibility.Rob Kendrick2012-03-251-1/+1
| | | | svn path=/trunk/libdom/; revision=13673
* Add html_form_element to the public API. It's not fully implemented yetDaniel Silverstone2012-03-252-0/+2
| | | | svn path=/trunk/libdom/; revision=13671
* Comment client's ownership of class array.Michael Drake2012-03-251-1/+1
| | | | svn path=/trunk/libdom/; revision=13665
* Take copy of classes array, for client to free.Michael Drake2012-03-251-2/+11
| | | | svn path=/trunk/libdom/; revision=13663
* Set failure to match properly.Michael Drake2012-03-251-0/+2
| | | | svn path=/trunk/libdom/; revision=13661
* Enable 3 HTMLDocument testsDaniel Silverstone2012-03-253-0/+0
| | | | svn path=/trunk/libdom/; revision=13660
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-253-16/+16
| | | | svn path=/trunk/libdom/; revision=13659
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
| | | | svn path=/trunk/libdom/; revision=13656
* Intern "id"John Mark Bell2012-03-251-2/+4
| | | | svn path=/trunk/libdom/; revision=13654
* Complete dom_string / lwc_string comparison function.Michael Drake2012-03-251-4/+32
| | | | svn path=/trunk/libdom/; revision=13652
* Guarantee that dom_strings are NUL terminatedJohn Mark Bell2012-03-251-6/+12
| | | | svn path=/trunk/libdom/; revision=13646
* Fix malloc(0)Daniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13645
* Make libdom build with clang, for it is more anal than gcc.Rob Kendrick2012-03-242-2/+3
| | | | svn path=/trunk/libdom/; revision=13637
* Switch case sensetivity of class comparison on document quirks mode.Michael Drake2012-03-241-5/+8
| | | | svn path=/trunk/libdom/; revision=13634
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-247-67/+71
| | | | svn path=/trunk/libdom/; revision=13633
* When copying elements, correctly copy the cached class listDaniel Silverstone2012-03-241-1/+13
| | | | svn path=/trunk/libdom/; revision=13630
* Minor cleanupDaniel Silverstone2012-03-241-3/+2
| | | | svn path=/trunk/libdom/; revision=13628
* Only get value for elements with class.Michael Drake2012-03-241-1/+6
| | | | svn path=/trunk/libdom/; revision=13627
* Pass element to attribute list adder, because element might not be attached ↵Michael Drake2012-03-241-7/+6
| | | | | | to the attribute at this point. svn path=/trunk/libdom/; revision=13622
* Generate element's class list.Michael Drake2012-03-242-43/+143
| | | | svn path=/trunk/libdom/; revision=13621
* Oops, missing html_document in installDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/libdom/; revision=13620
* Support quirks mode in hubbub bindingDaniel Silverstone2012-03-241-3/+17
| | | | svn path=/trunk/libdom/; revision=13619
* Include html_document.h in dom.hDaniel Silverstone2012-03-241-0/+1
| | | | svn path=/trunk/libdom/; revision=13618
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-243-9/+20
| | | | svn path=/trunk/libdom/; revision=13617
* Store 'class' string as dom_string instead of lwc_string.Michael Drake2012-03-242-6/+6
| | | | svn path=/trunk/libdom/; revision=13616
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with ↵Daniel Silverstone2012-03-243-1/+48
| | | | | | exception API for orthogonality if not happiness svn path=/trunk/libdom/; revision=13614
* Commit a neatnessDaniel Silverstone2012-03-241-3/+1
| | | | svn path=/trunk/libdom/; revision=13612
* Store 'class' string on document.Michael Drake2012-03-242-1/+10
| | | | svn path=/trunk/libdom/; revision=13604
* And ensure we don't recurse comments and PIs during dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+3
| | | | svn path=/trunk/libdom/; revision=13603
* Documents and document types do not have text contentDaniel Silverstone2012-03-244-2/+128
| | | | svn path=/trunk/libdom/; revision=13602
* get_text_content working for all textual nodes modulo processing instructionsDaniel Silverstone2012-03-243-2/+61
| | | | svn path=/trunk/libdom/; revision=13601
* Dump the title to prove dom_node_get_text_contentDaniel Silverstone2012-03-241-0/+11
| | | | svn path=/trunk/libdom/; revision=13600
* Debugging more useful than optimisationDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13599
* Fixup _dom_node_get_text_contentDaniel Silverstone2012-03-241-7/+14
| | | | svn path=/trunk/libdom/; revision=13598
* Split out destruction of element class cache.Michael Drake2012-03-241-7/+22
| | | | svn path=/trunk/libdom/; revision=13597
* Implement the element class API for libcss, except for actually making the ↵Michael Drake2012-03-242-8/+43
| | | | | | array of lwc_strings. svn path=/trunk/libdom/; revision=13595
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-244-8/+366
| | | | svn path=/trunk/libdom/; revision=13594
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-242-2/+4
| | | | svn path=/trunk/libdom/; revision=13593
* API for comparing dom_string with lwc_string. Caseless version not ↵Michael Drake2012-03-242-0/+59
| | | | | | implemented yet. svn path=/trunk/libdom/; revision=13592
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-242-3/+3
| | | | svn path=/trunk/libdom/; revision=13590
* Reenable core test suiteDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13589
* Enable the HTMLElement tests which passDaniel Silverstone2012-03-2430-1/+1
| | | | svn path=/trunk/libdom/; revision=13588
* Install html_element.hDaniel Silverstone2012-03-241-0/+4
| | | | svn path=/trunk/libdom/; revision=13587
* Don't need to include utils/hashtable.h.Michael Drake2012-03-241-1/+0
| | | | svn path=/trunk/libdom/; revision=13586
* Fix API documentation comments.Michael Drake2012-03-241-13/+13
| | | | svn path=/trunk/libdom/; revision=13585
* Re-disable all known failsDaniel Silverstone2012-03-2496-0/+0
| | | | svn path=/trunk/libdom/; revision=13584
* C89.François Revel2012-03-241-1/+3
| | | | svn path=/trunk/libdom/; revision=13583
* Fix conflicting return type for _dom_hash_get_length().François Revel2012-03-241-2/+2
| | | | svn path=/trunk/libdom/; revision=13582
* C89 for BeOS build.François Revel2012-03-2422-100/+170
| | | | svn path=/trunk/libdom/; revision=13581