summaryrefslogtreecommitdiff
path: root/include/dom/html
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-192-12/+95
|\ | | | | | | | | | | | | 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-082-5/+81
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-107-26/+26
| | | | | | | | fixes. Test suite does not pass
* | Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-083-6/+6
|/ | | | exist on the html element.
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-221-1/+40
|
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+27
|
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-191-0/+0
|
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-182-7/+82
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-1/+119
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-1/+48
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-0/+26
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-071-0/+49
|
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-072-53/+8
|
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+32
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+30
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+30
|
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-14/+14
| | | | | | HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass.
* Remove dom_string casts in API macros to help prevent issues like that fixed ↵Daniel Silverstone2012-03-282-29/+20
| | | | | | in r13764 happening again svn path=/trunk/libdom/; revision=13766
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-7/+7
| | | | svn path=/trunk/libdom/; revision=13659
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-32/+0
| | | | svn path=/trunk/libdom/; revision=13633
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-4/+14
| | | | svn path=/trunk/libdom/; revision=13617
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with ↵Daniel Silverstone2012-03-241-0/+22
| | | | | | exception API for orthogonality if not happiness svn path=/trunk/libdom/; revision=13614
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-39/+225
| | | | | | | | Fix variable misuse in HTMLDocument constructor. Overload Document.createElement and Document.createElementNS for HTMLDocuments Re-enable decision to create HTMLDocument instead of Document in DOMImplementation.createDocument svn path=/trunk/libdom/; revision=13425
* A bunch of panel beating:John Mark Bell2012-02-052-21/+92
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-1/+1
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-6/+1
| | | | svn path=/trunk/libdom/; revision=13419
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-2/+1
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-075-24/+23
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-061-1/+1
| | | | | | | | | object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025
* Fix buildJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/dom/; revision=11016
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-051-11/+28
| | | | svn path=/trunk/dom/; revision=11009
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-3056-0/+718
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724