summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-075-11/+31
* 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-078-26/+29
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-079-14/+109
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-075-18/+159
* 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
* Makefile: Install the html_html_element.h headerDaniel Silverstone2012-07-071-1/+2
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-074-1/+90
* HTMLDocument: Make lists retrieved by tag name be caselessDaniel Silverstone2012-07-072-2/+49
* Nodelist: Support caseless node listsDaniel Silverstone2012-07-072-14/+73
* HTMLDocument: add 'version' to the memoisation tableDaniel Silverstone2012-07-071-0/+2
* Add HTMLHtmlElement to the main dom.h includesDaniel Silverstone2012-07-071-1/+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 int...Daniel Silverstone2012-07-074-33/+83
* Ignore ~ filesDaniel Silverstone2012-07-071-1/+1
* remove accidentaly left in debugVincent Sanders2012-07-061-26/+0
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-063-284/+355
* CharacterData.delete: Fix this and enable 5 more testsDaniel Silverstone2012-07-056-1/+5
* DOMDocument: Memoize the empty stringDaniel Silverstone2012-07-052-0/+11
* DOMString.replace: Swap source/target in byte counterDaniel Silverstone2012-07-051-2/+2
* CLEANIN: Remove vim .swp file from struggleybDaniel Silverstone2012-07-051-0/+0
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-0432-50/+32
* HTMLElement: 'dir' is a simple get/set. Enable more testsDaniel Silverstone2012-07-0430-18/+1
* HTMLElement: lang is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-0430-18/+1
* HTMLElement: title is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-0430-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-2910-12/+18
* Initial git ignoresDaniel Silverstone2012-06-041-0/+7
* Don't use -std=c99 for gcc2. Oddly ZETA's gcc2 didn't really care, but Haiku'...François Revel2012-04-171-2/+6
* Fix a crash on http://gopher.floodgap.com/overbite/François Revel2012-04-071-0/+5
* Force dom_string to have maximal alignment requirements.John Mark Bell2012-04-012-12/+12
* Remove _GNU_SOURCEJohn Mark Bell2012-03-301-1/+1
* Replace strndup with our own implementationJohn Mark Bell2012-03-301-3/+22
* Remove pedantic from CFLAGS ready for wapcaplet reworkDaniel Silverstone2012-03-291-1/+1
* Actually handle errors from lwc_string_caseless_isequalDaniel Silverstone2012-03-291-3/+5
* 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
* Should be passing the _s variants hereDaniel Silverstone2012-03-281-1/+1
* Replace algorithm used by _dom_validate_{nc,}name so that instead of O(n^2) i...Daniel Silverstone2012-03-281-26/+50
* Promote ref/unref in dom_string to be inline -- This implementation is a bit ...Daniel Silverstone2012-03-282-83/+90
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-289-53/+47
* Add some functions to implement some of LibCSS's selection callbacks, as an e...Michael Drake2012-03-282-0/+98
* Fix build on AmigaOSChris Young2012-03-261-0/+4