summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
Commit message (Collapse)AuthorAgeFilesLines
* HTMLCollectionRupinder Singh Khokhar2014-06-211-0/+1
|
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-06-211-29/+199
|
* IFrame Elementrsk19942014-06-211-0/+4
|
* Frame Elementrsk19942014-06-211-0/+4
|
* FrameSet Elementrsk19942014-06-211-0/+4
|
* Style Elementrsk19942014-06-211-0/+4
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-211-1/+9
| | | | 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-211-0/+6
|
* TableCol Elementrsk19942014-06-211-0/+6
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-211-0/+6
|
* TableCaption Elementrsk19942014-06-211-0/+4
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-211-0/+12
|
* Applet Elementrsk19942014-06-211-0/+4
|
* Param Elementrsk19942014-06-211-0/+4
|
* Object <object> Element.rsk19942014-06-211-0/+4
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-211-0/+4
| | | | Element. Image <img> Element
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-211-0/+4
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-111-0/+4
|
* Mod Elementrsk19942014-06-111-0/+5
|
* Font Elementrsk19942014-06-111-0/+4
|
* LI <li> Elementrsk19942014-06-111-0/+4
|
* OList <ol> Elementrsk19942014-06-111-0/+4
|
* Ulist Elementrsk19942014-06-111-0/+4
|
* Label Elementrsk19942014-06-111-0/+4
|
* Br Elementrsk19942014-06-111-0/+4
|
* Pre Elementrsk19942014-06-111-0/+4
|
* QUOTE <q> Elementrsk19942014-06-111-0/+4
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-111-0/+10
|
* Paragraph Elementrsk19942014-06-111-0/+4
|
* Fieldset & Legend Elementsrsk19942014-06-111-0/+8
|
* Menu ElementRupinder Singh Khokhar2014-05-011-0/+4
|
* Directory ElementRupinder Singh Khokhar2014-05-011-0/+4
|
* Dlist elementRupinder Singh Khokhar2014-05-011-0/+4
|
* final patch for adding hr tag to libdomRupinder Singh Khokhar2014-03-051-0/+4
|
* remove unecessary null check (coverity 1127087)Vincent Sanders2013-11-081-3/+1
|
* add context for default action functionVincent Sanders2013-02-191-3/+5
|
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-021-12/+75
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-0/+8
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-0/+8
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-1/+1
|/ | | | fixes. Test suite does not pass
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-0/+4
|
* HTMLDocument: If finalise is hung, don't free us underneath ourselvesDaniel Silverstone2012-07-211-10/+14
|
* HTMLDocument: Uppercase all tag names for HTMLElement and derivativesDaniel Silverstone2012-07-211-36/+31
|
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-0/+6
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+6
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-0/+12
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-3/+6
| | | | Make buttons work and forms contain their correct buttons
* HTMLDocument: Tidy implementation of is_form predicateDaniel Silverstone2012-07-071-14/+3
|
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+1
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-0/+6
|