summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-0/+8
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-1/+1
|/
* 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}: Ma...Daniel Silverstone2012-07-071-3/+6
* 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
* HTMLDocument: Allow memoised strings to differ from their namesDaniel Silverstone2012-07-071-3/+3
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-071-0/+6
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-9/+7
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+6
* HTMLDocument: Convert memoised tag names to upper caseDaniel Silverstone2012-07-071-1/+1
* HTMLDocument: Make lists retrieved by tag name be caselessDaniel Silverstone2012-07-071-0/+42
* HTMLDocument: Support creating the specialised HTMLHtmlElementDaniel Silverstone2012-07-071-5/+23
* HTML: Make Document memoise more generically and port HTMLElement to that int...Daniel Silverstone2012-07-071-25/+34
* HTMLDocument: Memoise 'title' 'lang' 'dir' and 'class' tooDaniel Silverstone2012-07-041-3/+29
* Intern an 'id' string for our HTML elements to useDaniel Silverstone2012-03-261-2/+6
* Implement html_document_get_formsJohn Mark Bell2012-03-251-3/+39
* Squash aliasing warningJohn Mark Bell2012-03-251-1/+1
* Remove unnecessary unrefDaniel Silverstone2012-03-251-1/+0
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-5/+5
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-17/+0
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-2/+2
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-241-0/+17
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-051-35/+188
* A bunch of panel beating:John Mark Bell2012-02-051-7/+35
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-11/+43
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-5/+3
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-9/+5
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-10/+10
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-061-2/+2
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+118