summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-052-12/+43
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-9/+13
* Move dom_string data accessing functions to public header.Michael Drake2011-12-226-51/+41
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2194-4126/+2557
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0781-481/+469
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-063-5/+28
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-28/+112
* Fix copy constructors to actually copy all members, instead of leaving the ma...John Mark Bell2010-12-062-13/+30
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-0514-868/+130
* Fix buildJohn Mark Bell2010-12-051-2/+4
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55