summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
* Xselect element && disabling IsIndex Elementrsk19942014-06-214-40/+116
|
* Style Elementrsk19942014-06-215-1/+89
|
* Base Elementrsk19942014-06-212-3/+46
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-2112-73/+1262
| | | | tableRowElement Rev.1 && DOMTSHandler(Test Suite) Revised and implemented inefficient ways to produce correct .c's && other minor bg fixes in HTMLCollection... Tests expecting 2nd attribute of dom_html_collection_get_length to be of type int32_t aren't enabled yet. Will be done in a later commit.
* TableSection Element Rev.1rsk19942014-06-215-4/+369
|
* TableCell Element Rev.3rsk19942014-06-211-0/+1
|
* TableCell Element Rev.2rsk19942014-06-211-4/+28
|
* TableCol Elementrsk19942014-06-214-2/+234
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-216-3/+346
|
* TableCaption Elementrsk19942014-06-215-4/+205
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-217-13/+284
|
* Adding some commentsrsk19942014-06-211-3/+12
|
* Map Elementrsk19942014-06-215-11/+239
|
* Area Element & documentElement minor fixrsk19942014-06-214-4/+263
|
* Applet Elementrsk19942014-06-215-2/+243
|
* Param Elementrsk19942014-06-216-6/+212
|
* Object <object> Element.rsk19942014-06-216-3/+321
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-216-3/+299
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-215-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 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 ↵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.