summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-193-12/+97
|\
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+9
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-083-5/+83
* | fixup comment damage from automated type conversionVincent Sanders2012-09-111-1/+1
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-1017-104/+104
* | Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-083-6/+6
|/
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-222-1/+41
* DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-211-0/+8
* HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-191-1/+27
* HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-192-0/+1
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-183-7/+83
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-082-1/+120
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Ma...Daniel Silverstone2012-07-072-1/+49
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-072-0/+27
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-072-0/+50
* HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-072-53/+8
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+32
* Makefile: Install the html_collection header and include it from dom.hDaniel Silverstone2012-07-071-0/+1
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-0/+1
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-072-0/+31
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+30
* Add HTMLHtmlElement to the main dom.h includesDaniel Silverstone2012-07-071-1/+2
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-041-14/+14
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-011-3/+3
* Remove dom_string casts in API macros to help prevent issues like that fixed ...Daniel Silverstone2012-03-282-29/+20
* Remove casts related to dom_string in API macros because they were hiding err...Daniel Silverstone2012-03-289-104/+74
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-281-3/+20
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-5/+30
* Add some functions to implement some of LibCSS's selection callbacks, as an e...Michael Drake2012-03-281-0/+12
* Add html_form_element to the public API. It's not fully implemented yetDaniel Silverstone2012-03-251-0/+1
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-7/+7
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-242-32/+32
* Include html_document.h in dom.hDaniel Silverstone2012-03-241-0/+1
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-4/+14
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-241-0/+22
* Make dom_node_ref return the nodeDaniel Silverstone2012-03-241-1/+1
* API for comparing dom_string with lwc_string. Caseless version not implemente...Michael Drake2012-03-241-0/+5
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-1/+1
* Include html element from dom.hDaniel Silverstone2012-03-241-0/+3
* Fix build on ARM.Michael Drake2012-03-231-1/+1
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-111-0/+29
* Add constructor which auto-interns dataJohn Mark Bell2012-02-061-0/+2
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-39/+225
* A bunch of panel beating:John Mark Bell2012-02-052-21/+92
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-1/+1
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-6/+1
* Fix comparison of interned and non-interned dom strings. Constify dom string...Michael Drake2011-12-221-2/+2
* Move dom_string data accessing functions to public header.Michael Drake2011-12-221-0/+10