summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* TableCol Elementrsk19942014-06-112-0/+49
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-112-0/+100
* TableCaption Elementrsk19942014-06-112-0/+17
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-112-0/+53
* Map Elementrsk19942014-06-112-0/+22
* Area Element & documentElement minor fixrsk19942014-06-112-0/+63
* Applet Elementrsk19942014-06-112-0/+79
* Param Elementrsk19942014-06-112-0/+35
* Object <object> Element.rsk19942014-06-112-0/+122
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor E...rsk19942014-06-113-6/+85
* Including Level2 tests & the Basefont Element , also a minor change in level2...rsk19942014-06-112-0/+28
* Anchor <a> elementrsk19942014-06-112-0/+94
* Mod Elementrsk19942014-06-112-0/+23
* Font Elementrsk19942014-06-112-0/+28
* LI <li> Elementrsk19942014-06-112-0/+23
* OList <ol> Elementrsk19942014-06-112-0/+29
* Ulist Elementrsk19942014-06-112-0/+23
* Label Elementrsk19942014-06-112-0/+27
* Br Elementrsk19942014-06-112-0/+17
* Pre Elementrsk19942014-06-112-0/+17
* QUOTE <q> Elementrsk19942014-06-112-0/+17
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-112-0/+17
* Paragraph Elementrsk19942014-06-112-0/+17
* Div Elementrsk19942014-06-112-0/+17
* Fieldset & Legend Elementsrsk19942014-06-113-0/+46
* Menu Elementrsk19942014-05-012-0/+17
* Directory Elementrsk19942014-05-012-0/+17
* Dlist elementrsk19942014-05-012-0/+17
* final patch for adding hr tag to libdomrsk19942014-03-052-0/+35
* Install html_options_collection.hJohn-Mark Bell2013-03-161-0/+1
* add context for default action functionVincent Sanders2013-02-191-0/+1
* Fix dom_node_set_text_content.John-Mark Bell2012-12-311-1/+1
* Fix typos.Michael Drake2012-11-071-1/+1
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-193-12/+97
|\
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+9
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-083-5/+83
* | fixup comment damage from automated type conversionVincent Sanders2012-09-111-1/+1
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-1017-104/+104
* | Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-083-6/+6
|/
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-222-1/+41
* DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-211-0/+8
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+27
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-192-0/+1
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-183-7/+83
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-082-1/+120
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-072-1/+49
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-072-0/+27
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-072-0/+50
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-072-53/+8