summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strip and collapse whitespace when gathering html option values.Michael Drake2014-01-231-1/+83
* 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
* remove unecessary null check (coverity 1127087)Vincent Sanders2013-11-081-3/+1
* add context for default action functionVincent Sanders2013-02-192-5/+10
* Remove ability to dispatch a generic event as a ptr+len, and memoise all prev...Daniel Silverstone2012-11-035-44/+73
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-022-14/+82
* Close off two scan-build warnings as best as I can make out.Daniel Silverstone2012-10-081-2/+6
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-2/+2
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-199-70/+850
|\
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+2
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-089-69/+847
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-1011-60/+60
* | Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-085-10/+11
|/
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for outside...Daniel Silverstone2012-07-223-42/+0
* HTML*Element: Fix up remaining _dom_element_vtable usage to _dom_html_element...Daniel Silverstone2012-07-227-7/+7
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-224-12/+67