summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* Use HTMLDocument's memoised 'id' string, decimating cost of _dom_html_element...Daniel Silverstone2012-03-261-13/+13
* Intern an 'id' string for our HTML elements to useDaniel Silverstone2012-03-262-2/+9
* Implement html_document_get_formsJohn Mark Bell2012-03-251-3/+39
* Squash scan-build issuesDaniel Silverstone2012-03-251-2/+4
* 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-252-9/+9
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
* Intern "id"John Mark Bell2012-03-251-2/+4
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-242-27/+4
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-242-5/+6
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...Daniel Silverstone2012-03-242-1/+26
* C89 for BeOS build.François Revel2012-03-2411-11/+33
* Implement destructorJohn Mark Bell2012-02-061-2/+5
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-052-35/+286
* A bunch of panel beating:John Mark Bell2012-02-0530-85/+271
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
* 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-052-12/+43
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2128-552/+252
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0728-67/+67
* Provide mechanism for binding/client to define the features a document object...John Mark Bell2010-12-062-3/+3
* Fix buildJohn Mark Bell2010-12-051-2/+4
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30113-0/+4187