summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-disable specified value testsDaniel Silverstone2012-03-241-0/+0
| | | | svn path=/trunk/libdom/; revision=13580
* Note that document attributes are always specifiedDaniel Silverstone2012-03-241-0/+2
| | | | svn path=/trunk/libdom/; revision=13579
* Include html element from dom.hDaniel Silverstone2012-03-241-0/+3
| | | | svn path=/trunk/libdom/; revision=13578
* Sort the test indexDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13577
* Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for ↵François Revel2012-03-242-1/+13
| | | | | | the time being. svn path=/trunk/libdom/; revision=13575
* Lose unnecessary "struct"John Mark Bell2012-03-232-5/+3
| | | | svn path=/trunk/libdom/; revision=13571
* No need to drop const -- hubbub's API is already sane.John Mark Bell2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13569
* Fix const-correctness of dom_hubbub_parser_parse_chunk APIJohn Mark Bell2012-03-232-3/+3
| | | | svn path=/trunk/libdom/; revision=13568
* Fix encoding_source namespace collisionJohn Mark Bell2012-03-232-8/+8
| | | | svn path=/trunk/libdom/; revision=13567
* Fix build on ARM.Michael Drake2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13565
* More working (or at least running) testsDaniel Silverstone2012-03-2395-0/+0
| | | | svn path=/trunk/libdom/; revision=13564
* More tidyingDaniel Silverstone2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13563
* Turn on some more working testsDaniel Silverstone2012-03-233-0/+0
| | | | svn path=/trunk/libdom/; revision=13562
* 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
* Update various indents so generated C is easier to use gdb onDaniel Silverstone2012-03-231-37/+37
| | | | svn path=/trunk/libdom/; revision=13558
* Tidy up a littleJohn Mark Bell2012-02-221-14/+14
| | | | svn path=/trunk/libdom/; revision=13461
* 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
* Pedantic wrap change.Michael Drake2012-02-151-1/+2
| | | | svn path=/trunk/libdom/; revision=13447
* Make tag name stand out a bit more clearly in output.Michael Drake2012-02-151-1/+1
| | | | svn path=/trunk/libdom/; revision=13446
* Reduce padding in dom_attr struct.Michael Drake2012-02-151-5/+4
| | | | svn path=/trunk/libdom/; revision=13445
* Use list for element attributes.Michael Drake2012-02-152-439/+449
| | | | svn path=/trunk/libdom/; revision=13444
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-113-1/+73
| | | | svn path=/trunk/libdom/; revision=13440
* Remove bogus SLEN usageJohn Mark Bell2012-02-061-1/+2
| | | | svn path=/trunk/libdom/; revision=13434
* Clean up event names in DocumentEvent destructorJohn Mark Bell2012-02-061-4/+10
| | | | svn path=/trunk/libdom/; revision=13433
* Fix reference leakJohn Mark Bell2012-02-061-3/+2
| | | | svn path=/trunk/libdom/; revision=13432
* dom_node_internal should never appear in client code: replace with dom_node ↵John Mark Bell2012-02-061-7/+23
| | | | | | | | as intended. Fix reference leaks. svn path=/trunk/libdom/; revision=13431
* Implement destructorJohn Mark Bell2012-02-061-2/+5
| | | | svn path=/trunk/libdom/; revision=13430
* Intern attribute nameJohn Mark Bell2012-02-061-1/+1
| | | | svn path=/trunk/libdom/; revision=13429
* Fix hubbub parser bindingJohn Mark Bell2012-02-061-25/+3
| | | | svn path=/trunk/libdom/; revision=13428
* Add constructor which auto-interns dataJohn Mark Bell2012-02-063-21/+30
| | | | svn path=/trunk/libdom/; revision=13427
* Intern attribute and element namesJohn Mark Bell2012-02-051-3/+27
| | | | svn path=/trunk/libdom/; revision=13426
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-054-86/+513
| | | | | | | | Fix variable misuse in HTMLDocument constructor. Overload Document.createElement and Document.createElementNS for HTMLDocuments Re-enable decision to create HTMLDocument instead of Document in DOMImplementation.createDocument svn path=/trunk/libdom/; revision=13425
* A bunch of panel beating:John Mark Bell2012-02-0534-107/+365
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
| | | | svn path=/trunk/libdom/; revision=13423
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
| | | | svn path=/trunk/libdom/; revision=13422
* Excise more API bizarrenessJohn Mark Bell2012-02-052-12/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-053-13/+44
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-053-22/+6
| | | | svn path=/trunk/libdom/; revision=13419
* Fix comparison of interned and non-interned dom strings. Constify dom ↵Michael Drake2011-12-223-12/+17
| | | | | | string data accessers. svn path=/trunk/libdom/; revision=13327
* Fix length for dom_string creation. Dump id attribute too.Michael Drake2011-12-221-3/+6
| | | | svn path=/trunk/libdom/; revision=13326