summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* clang compatibility.Rob Kendrick2012-03-251-1/+1
| | | | svn path=/trunk/libdom/; revision=13673
* 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
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-252-9/+9
| | | | 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-241-1/+2
| | | | 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-244-29/+33
| | | | 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
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-242-5/+6
| | | | 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-242-1/+26
| | | | | | 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
* 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
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+3
| | | | svn path=/trunk/libdom/; revision=13593
* API for comparing dom_string with lwc_string. Caseless version not ↵Michael Drake2012-03-241-0/+54
| | | | | | implemented yet. svn path=/trunk/libdom/; revision=13592
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-2/+2
| | | | svn path=/trunk/libdom/; revision=13590
* 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
* 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
* Note that document attributes are always specifiedDaniel Silverstone2012-03-241-0/+2
| | | | svn path=/trunk/libdom/; revision=13579
* Fix dom element attribute setting to return the old element as per the APIDaniel Silverstone2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13561
* Rename 'a' to 'old_attr' so we can follow this routine more easilyDaniel Silverstone2012-03-231-9/+9
| | | | svn path=/trunk/libdom/; revision=13560
* Fix listener destructor loop againJohn Mark Bell2012-02-211-7/+4
| | | | svn path=/trunk/libdom/; revision=13459
* Fix listener list destruction some moreJohn Mark Bell2012-02-201-3/+6
| | | | svn path=/trunk/libdom/; revision=13458
* Revert r13456John Mark Bell2012-02-201-6/+3
| | | | svn path=/trunk/libdom/; revision=13457
* Fix blatent brokennessJohn Mark Bell2012-02-201-3/+6
| | | | svn path=/trunk/libdom/; revision=13456
* Fix listener list destructionJohn Mark Bell2012-02-201-8/+6
| | | | svn path=/trunk/libdom/; revision=13455
* Remove unused variable.Michael Drake2012-02-201-3/+0
| | | | svn path=/trunk/libdom/; revision=13454
* Replace listener hash with a listJohn Mark Bell2012-02-202-118/+52
| | | | svn path=/trunk/libdom/; revision=13453
* Take reference to namespace for attribute list node.Michael Drake2012-02-161-0/+1
| | | | svn path=/trunk/libdom/; revision=13450
* Fix build, and don't overwrite new_list_node with the cloned attrJohn Mark Bell2012-02-161-1/+4
| | | | svn path=/trunk/libdom/; revision=13449
* Add documentation comments.Michael Drake2012-02-151-3/+31
| | | | svn path=/trunk/libdom/; revision=13448