summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-112-1/+44
| | | | 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
* Implement destructorJohn Mark Bell2012-02-061-2/+5
| | | | svn path=/trunk/libdom/; revision=13430
* Add constructor which auto-interns dataJohn Mark Bell2012-02-062-21/+28
| | | | svn path=/trunk/libdom/; revision=13427
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-053-47/+288
| | | | | | | | 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-0532-86/+273
| | | | | | | | * 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-051-6/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-052-12/+43
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
| | | | svn path=/trunk/libdom/; revision=13419
* Fix comparison of interned and non-interned dom strings. Constify dom ↵Michael Drake2011-12-221-9/+13
| | | | | | string data accessers. svn path=/trunk/libdom/; revision=13327
* Move dom_string data accessing functions to public header.Michael Drake2011-12-226-51/+41
| | | | svn path=/trunk/libdom/; revision=13322
* Fix build with GCC 4.6John Mark Bell2011-12-213-27/+11
| | | | svn path=/trunk/libdom/; revision=13317
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2194-4126/+2557
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0781-481/+469
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-063-5/+28
| | | | | | | | | object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-28/+112
| | | | svn path=/trunk/libdom/; revision=11024
* Fix copy constructors to actually copy all members, instead of leaving the ↵John Mark Bell2010-12-062-13/+30
| | | | | | majority of them uninitialised svn path=/trunk/libdom/; revision=11023
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-0514-868/+130
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017