summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Turn on some more working testsDaniel Silverstone2012-03-233-0/+0
* 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
* Update various indents so generated C is easier to use gdb onDaniel Silverstone2012-03-231-37/+37
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
* 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
* Pedantic wrap change.Michael Drake2012-02-151-1/+2
* Make tag name stand out a bit more clearly in output.Michael Drake2012-02-151-1/+1
* 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-113-1/+73
* 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
* dom_node_internal should never appear in client code: replace with dom_node a...John Mark Bell2012-02-061-7/+23
* Implement destructorJohn Mark Bell2012-02-061-2/+5
* Intern attribute nameJohn Mark Bell2012-02-061-1/+1
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
* Add constructor which auto-interns dataJohn Mark Bell2012-02-063-21/+30
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-054-86/+513
* A bunch of panel beating:John Mark Bell2012-02-0534-107/+365
* 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-052-12/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-053-13/+44
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-053-22/+6
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-223-12/+17
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
* Fix length of string prints.Michael Drake2011-12-221-2/+2
* Make example a smidgen more generic. Free the dom_string created for attribu...Michael Drake2011-12-221-18/+21
* Use ANSI functions for file handling.Michael Drake2011-12-221-8/+6
* Move dom_string data accessing functions to public header.Michael Drake2011-12-227-51/+51
* Update for current libdom. Has issues.Michael Drake2011-12-222-64/+21
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-21110-4267/+2735
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-07111-929/+906
* Fix from winfried on NS ML.Michael Drake2011-02-021-1/+1
* Enable the class dumping code, but it gives up cleanly on the first class enc...Michael Drake2010-12-081-8/+18
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-067-7/+43
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-068-112/+147