summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* This tag gave me a headache for a day or two :P. The problem is that the ↵Rupinder Singh Khokhar2014-06-262-0/+2
| | | | parser isnt handling the isindex element properly. Most probably
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-06-211-5/+5
|
* IFrame Elementrsk19942014-06-212-0/+76
|
* Frame Elementrsk19942014-06-212-0/+64
|
* FrameSet Elementrsk19942014-06-212-0/+23
|
* changing size attribute of Input Element to be of type intrsk19942014-06-211-2/+2
|
* OptionElementrsk19942014-06-211-1/+1
|
* Style Elementrsk19942014-06-213-0/+19
|
* Base Elementrsk19942014-06-212-0/+17
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-214-1/+190
| | | | 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-212-0/+51
|
* TableCol Elementrsk19942014-06-212-0/+49
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-212-0/+100
|
* TableCaption Elementrsk19942014-06-212-0/+17
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-212-0/+53
|
* Map Elementrsk19942014-06-212-0/+22
|
* Area Element & documentElement minor fixrsk19942014-06-212-0/+63
|
* Applet Elementrsk19942014-06-212-0/+79
|
* Param Elementrsk19942014-06-212-0/+35
|
* Object <object> Element.rsk19942014-06-212-0/+122
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-213-6/+85
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-212-0/+28
| | | | level2 basefontElement test
* 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 ElementRupinder Singh Khokhar2014-05-012-0/+17
|
* Directory ElementRupinder Singh Khokhar2014-05-012-0/+17
|
* Dlist elementRupinder Singh Khokhar2014-05-012-0/+17
|
* final patch for adding hr tag to libdomRupinder Singh Khokhar2014-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
|\ | | | | | | | | | | | | 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/+9
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-083-5/+83
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | fixup comment damage from automated type conversionVincent Sanders2012-09-111-1/+1
| |
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-1017-104/+104
| | | | | | | | fixes. Test suite does not pass