summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Daniel Silverstone2012-07-071-25/+34
| | | | interface
* 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
| | | | svn path=/trunk/libdom/; revision=13723
* Implement html_document_get_formsJohn Mark Bell2012-03-251-3/+39
| | | | svn path=/trunk/libdom/; revision=13687
* Squash aliasing warningJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/libdom/; revision=13685
* Remove unnecessary unrefDaniel Silverstone2012-03-251-1/+0
| | | | svn path=/trunk/libdom/; revision=13675
* Spell Referrer properly, rather than HTTPish.Daniel Silverstone2012-03-251-5/+5
| | | | svn path=/trunk/libdom/; revision=13659
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
| | | | svn path=/trunk/libdom/; revision=13656
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-241-17/+0
| | | | svn path=/trunk/libdom/; revision=13633
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-241-2/+2
| | | | svn path=/trunk/libdom/; revision=13617
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with ↵Daniel Silverstone2012-03-241-0/+17
| | | | | | 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-35/+188
| | | | | | | | 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-051-7/+35
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Implement trivial accessorsJohn Mark Bell2012-02-051-6/+36
| | | | svn path=/trunk/libdom/; revision=13422
* Excise more API bizarrenessJohn Mark Bell2012-02-051-6/+0
| | | | svn path=/trunk/libdom/; revision=13421
* Implement HTMLDocument constructor/destructorJohn Mark Bell2012-02-051-11/+43
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-051-5/+3
| | | | svn path=/trunk/libdom/; revision=13419
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-9/+5
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-10/+10
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-061-2/+2
| | | | | | | | | 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
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+118
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724