summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Style Elementrsk19942014-06-115-1/+89
* Base Elementrsk19942014-06-112-3/+46
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ...rsk19942014-06-1112-73/+1262
* TableSection Element Rev.1rsk19942014-06-115-4/+369
* TableCell Element Rev.3rsk19942014-06-111-0/+1
* TableCell Element Rev.2rsk19942014-06-111-4/+28
* TableCol Elementrsk19942014-06-114-2/+234
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-116-3/+346
* TableCaption Elementrsk19942014-06-115-4/+205
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-117-13/+284
* Adding some commentsrsk19942014-06-111-3/+12
* Map Elementrsk19942014-06-115-11/+239
* Area Element & documentElement minor fixrsk19942014-06-114-4/+263
* Applet Elementrsk19942014-06-115-2/+243
* Param Elementrsk19942014-06-116-6/+212
* Object <object> Element.rsk19942014-06-116-3/+321
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor E...rsk19942014-06-116-3/+299
* Including Level2 tests & the Basefont Element , also a minor change in level2...rsk19942014-06-115-4/+231
* Anchor <a> elementrsk19942014-06-115-3/+273
* Mod Elementrsk19942014-06-116-4/+211
* Font Elementrsk19942014-06-115-2/+211
* LI <li> Elementrsk19942014-06-114-9/+234
* OList <ol> Elementrsk19942014-06-115-4/+254
* Ulist Elementrsk19942014-06-115-5/+231
* Label Elementrsk19942014-06-116-4/+243
* Br Elementrsk19942014-06-115-3/+208
* Pre Elementrsk19942014-06-115-5/+191
* QUOTE <q> Elementrsk19942014-06-115-3/+206
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-115-3/+214
* Paragraph Elementrsk19942014-06-114-2/+206
* Div Elementrsk19942014-06-113-2/+201
* Fieldset & Legend Elementsrsk19942014-06-118-6/+460
* Menu Elementrsk19942014-05-015-3/+191
* Directory Elementrsk19942014-05-016-5/+194
* Dlist elementrsk19942014-05-015-2/+193
* final patch for adding hr tag to libdomrsk19942014-03-056-3/+237
* make core string handling functions cope with NULL dom_string being passedVincent Sanders2014-01-241-2/+17
* ensure result value is propogated (coverity 1127073)Vincent Sanders2014-01-241-4/+7
* ensure dom_implementation_create_document_type() parameters are present (cove...Vincent Sanders2014-01-241-5/+7
* remove unreachable default (coverity 1127075)Vincent Sanders2014-01-241-2/+0
* remove logically unecessary checks (coverity 1127074)Vincent Sanders2014-01-241-4/+0
* fix sill automatic conversion typoVincent Sanders2014-01-241-1/+1
* Fix STRIP_TRAILING to work fully when COLLAPSE isn't requested.Michael Drake2014-01-241-2/+6
* Strip and collapse whitespace when gathering html option values.Michael Drake2014-01-235-3/+207
* Fix the form iterator testDaniel Silverstone2014-01-051-17/+8
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-054-81/+75
* Unref the form's collection on finaliseDaniel Silverstone2014-01-051-0/+3
* Prevent attempt to concatinate string with null.Michael Drake2013-12-271-7/+11
* Don't allocate array when client asks for element classes, just give pointer ...Michael Drake2013-12-131-10/+4
* Fix some broken assertsDaniel Silverstone2013-11-171-2/+2