summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Collapse)AuthorAgeFilesLines
...
* HTMLTitleElement: use HTMLElement's vtable for nowDaniel Silverstone2012-07-071-1/+1
|
* HTMLElement: Allow other elements to use the vtableDaniel Silverstone2012-07-072-1/+3
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-074-23/+17
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-075-14/+77
|
* HTMLElement and derived objects, TODO listDaniel Silverstone2012-07-071-0/+56
|
* HTMLHtmlElement: reused memoised HTML from documentDaniel Silverstone2012-07-071-12/+2
|
* HTMLDocument: Convert memoised tag names to upper caseDaniel Silverstone2012-07-072-67/+65
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-072-1/+60
|
* HTMLDocument: Make lists retrieved by tag name be caselessDaniel Silverstone2012-07-072-2/+49
|
* HTMLDocument: add 'version' to the memoisation tableDaniel Silverstone2012-07-071-0/+2
|
* HTMLDocument: Support creating the specialised HTMLHtmlElementDaniel Silverstone2012-07-071-5/+23
|
* HTMLDocument: Add all specialisable tag names to intern arrayDaniel Silverstone2012-07-071-0/+67
|
* HTMLHtmlElement: Support passing namespace and prefix to HTMLElement initialiserDaniel Silverstone2012-07-072-3/+8
|
* HTML: Make Document memoise more generically and port HTMLElement to that ↵Daniel Silverstone2012-07-074-33/+83
| | | | interface
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-042-36/+18
| | | | | | 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.
* HTMLElement: 'dir' is a simple get/set. Enable more testsDaniel Silverstone2012-07-041-18/+1
|
* HTMLElement: lang is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-041-18/+1
|
* HTMLElement: title is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-041-18/+1
|
* HTMLDocument: Memoise 'title' 'lang' 'dir' and 'class' tooDaniel Silverstone2012-07-042-3/+33
|
* HTMLElement: Replace current get/set id with a macroDaniel Silverstone2012-07-041-33/+30
|
* HTMLElement.set_id: Use memoised 'id' string from HTMLDocumentDaniel Silverstone2012-07-041-12/+12
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Use HTMLDocument's memoised 'id' string, decimating cost of ↵Daniel Silverstone2012-03-261-13/+13
| | | | | | _dom_html_element_get_id svn path=/trunk/libdom/; revision=13724
* Intern an 'id' string for our HTML elements to useDaniel Silverstone2012-03-262-2/+9
| | | | svn path=/trunk/libdom/; revision=13723
* Implement html_document_get_formsJohn Mark Bell2012-03-251-3/+39
| | | | svn path=/trunk/libdom/; revision=13687
* Squash scan-build issuesDaniel Silverstone2012-03-251-2/+4
| | | | svn path=/trunk/libdom/; revision=13686
* 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-252-9/+9
| | | | svn path=/trunk/libdom/; revision=13659
* Implement HTMLDocument.getTitle for non-explicit titlesDaniel Silverstone2012-03-251-2/+43
| | | | svn path=/trunk/libdom/; revision=13656
* Intern "id"John Mark Bell2012-03-251-2/+4
| | | | svn path=/trunk/libdom/; revision=13654
* Migrate quirks from html_document to documentDaniel Silverstone2012-03-242-27/+4
| | | | svn path=/trunk/libdom/; revision=13633
* Change bool for an enum because quirks are tristate.Daniel Silverstone2012-03-242-5/+6
| | | | svn path=/trunk/libdom/; revision=13617
* Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with ↵Daniel Silverstone2012-03-242-1/+26
| | | | | | exception API for orthogonality if not happiness svn path=/trunk/libdom/; revision=13614
* C89 for BeOS build.François Revel2012-03-2411-11/+33
| | | | svn path=/trunk/libdom/; revision=13581
* Implement destructorJohn Mark Bell2012-02-061-2/+5
| | | | svn path=/trunk/libdom/; revision=13430
* Make HTMLDocument use dynamic dispatch like everything else.John Mark Bell2012-02-052-35/+286
| | | | | | | | 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-0530-85/+271
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-054-51/+9
| | | | svn path=/trunk/libdom/; revision=13423
* 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-052-12/+43
| | | | svn path=/trunk/libdom/; revision=13420
* Remove parser unpleasantness from HTMLDocumentJohn Mark Bell2012-02-052-16/+5
| | | | svn path=/trunk/libdom/; revision=13419
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2128-552/+252
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0728-67/+67
| | | | svn path=/trunk/libdom/; revision=12172
* Provide mechanism for binding/client to define the features a document ↵John Mark Bell2010-12-062-3/+3
| | | | | | | | | 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-2/+4
| | | | svn path=/trunk/dom/; revision=11016
* Beginnings of some of HTMLElementDaniel Silverstone2010-12-052-3/+55
| | | | svn path=/trunk/dom/; revision=11009
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-30113-0/+4187
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724