summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵rsk19942014-06-116-3/+299
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-115-4/+231
| | | | level2 basefontElement test
* 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 ↵Daniel Silverstone2012-11-035-44/+73
| | | | previous callsites
* 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
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+2
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-089-69/+847
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-1011-60/+60
| | | | | | | | fixes. Test suite does not pass
* | Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-085-10/+11
|/ | | | exist on the html element.
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for ↵Daniel Silverstone2012-07-223-42/+0
| | | | outside libdom
* HTML*Element: Fix up remaining _dom_element_vtable usage to ↵Daniel Silverstone2012-07-227-7/+7
| | | | _dom_html_element_vtable
* 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
|