summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* 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 ElementRupinder Singh Khokhar2014-05-015-3/+191
* Directory ElementRupinder Singh Khokhar2014-05-016-5/+194
* Dlist elementRupinder Singh Khokhar2014-05-015-2/+193
* final patch for adding hr tag to libdomRupinder Singh Khokhar2014-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
* HTMLDocument: If finalise is hung, don't free us underneath ourselvesDaniel Silverstone2012-07-212-11/+15
* HTMLElement: Ensure HTMLElement.get_elements_by_tag_name{,_ns} are caselessDaniel Silverstone2012-07-212-1/+100
* HTMLDocument: Uppercase all tag names for HTMLElement and derivativesDaniel Silverstone2012-07-211-36/+31
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-194-2/+238
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-193-3/+3
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-187-16/+566
* HTML{Input,Button}Element: Clean up some of the local dataDaniel Silverstone2012-07-082-0/+15
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-086-4/+564
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-0713-31/+454
* HTMLDocument: Tidy implementation of is_form predicateDaniel Silverstone2012-07-071-14/+3
* HTMLCollection: Fix node walker to not stop after left-tree of rootDaniel Silverstone2012-07-071-2/+2
* HTML{Form,Link,Meta}Element: Tidy up SIMPLE_GET_SETDaniel Silverstone2012-07-073-87/+99
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-074-12/+53
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-074-13/+67
* HTML*Element: Update TODODaniel Silverstone2012-07-071-3/+4
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-074-58/+6
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+40
* HTMLDocument: Allow memoised strings to differ from their namesDaniel Silverstone2012-07-072-75/+84
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-073-11/+31
* HTMLTitleElement: use HTMLElement's vtable for nowDaniel Silverstone2012-07-071-1/+1
* HTMLElement: Allow other elements to use the vtableDaniel Silverstone2012-07-072-1/+3
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-074-23/+17
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-075-14/+77
* HTMLElement and derived objects, TODO listDaniel Silverstone2012-07-071-0/+56