summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-244-29/+33
* 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
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-242-5/+6
* 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-242-1/+26
* 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
* 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
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+3
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+54
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-2/+2
* Don't need to include utils/hashtable.h.Michael Drake2012-03-241-1/+0
* Fix API documentation comments.Michael Drake2012-03-241-13/+13
* 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
* Note that document attributes are always specifiedDaniel Silverstone2012-03-241-0/+2
* 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
* 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
* 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-112-1/+44
* Remove bogus SLEN usageJohn Mark Bell2012-02-061-1/+2
* Clean up event names in DocumentEvent destructorJohn Mark Bell2012-02-061-4/+10
* Fix reference leakJohn Mark Bell2012-02-061-3/+2
* Implement destructorJohn Mark Bell2012-02-061-2/+5
* Add constructor which auto-interns dataJohn Mark Bell2012-02-062-21/+28
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-053-47/+288
* A bunch of panel beating:John Mark Bell2012-02-0532-86/+273
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36