summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update. Still broken.Michael Drake2012-10-111-1/+2
* Close off two scan-build warnings as best as I can make out.Daniel Silverstone2012-10-082-6/+14
* Fix cloning of element attr list.John-Mark Bell2012-10-061-8/+14
* Test index is generated.Michael Drake2012-09-192-628/+1
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-193-4/+3
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-1942-83/+1625
|\
| * Add select and option .h files to install target.Michael Drake2012-09-191-0/+2
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-1921-4/+48
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-0821-75/+941
* | fixup comment damage from automated type conversionVincent Sanders2012-09-116-31/+31
* | Fix tests and disable test cases where we don't match in signedness.Michael Drake2012-09-1128-2/+2
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-1054-277/+277
* | Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-088-16/+17
|/
* Level2: Enable 2 more tests, note one not implemented and three known failuresDaniel Silverstone2012-08-076-0/+0
* Enable level2 core test suite, disabling all tests but documentgetelementbyid01Daniel Silverstone2012-08-06285-0/+3
* DOMDocument::_dom_find_element_by_id: Only compare ids, if the element *has* oneDaniel Silverstone2012-08-061-5/+6
* Move document out parameter after in parameters.John-Mark Bell2012-08-053-12/+16
* fix test utilityVincent Sanders2012-08-051-2/+1
* Obtain the docuemnt object at parser creation time.Vincent Sanders2012-08-052-24/+12
* fix error handling return from script completion calbackVincent Sanders2012-07-311-3/+8
* Fix masterChris Young2012-07-291-2/+2
* Change back for branch onlyChris Young2012-07-291-2/+2
* Resynchronise hubbub binding with masterDaniel Silverstone2012-07-291-2/+2
* Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-282-0/+31
|\
| * Allow control over parser pause stateVincent Sanders2012-07-272-0/+31
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-234-42/+157
|\|
| * HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for outside...Daniel Silverstone2012-07-223-42/+0
| * GDB: Handy commands for debugging DOM nodesDaniel Silverstone2012-07-221-0/+157
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-227-7/+7
|\|
| * HTML*Element: Fix up remaining _dom_element_vtable usage to _dom_html_element...Daniel Silverstone2012-07-227-7/+7
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-2214-17/+121
|\|
| * HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-2213-13/+109
| * DOMNode: Clear string pointers when we unref themDaniel Silverstone2012-07-221-4/+12
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-229-54/+271
|\|
| * DOMDocument: Actually free the empty memoised stringDaniel Silverstone2012-07-211-1/+2
| * HTMLDocument: If finalise is hung, don't free us underneath ourselvesDaniel Silverstone2012-07-212-11/+15
| * HTMLElement: Ensure HTMLElement.get_elements_by_tag_name{,_ns} are caselessDaniel Silverstone2012-07-212-1/+100
| * HTMLDocument: Uppercase all tag names for HTMLElement and derivativesDaniel Silverstone2012-07-211-36/+31
| * DOMString: Add toupper and tolower methodsDaniel Silverstone2012-07-212-1/+123
| * Cleanup: Remove two UNUSED()s which are not trueDaniel Silverstone2012-07-192-4/+0
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into chris/amig...Chris Young2012-07-1937-100/+1205
|\|
| * HTMLOptGroupElement: ImplementationDaniel Silverstone2012-07-195-3/+265
| * HTMLOptGroupElement: Prepare for implementationDaniel Silverstone2012-07-196-3/+5
| * TEST: Enable HTMLOptGroupElement tests ready for implementationDaniel Silverstone2012-07-192-0/+0
| * HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-1812-23/+660
| * TEST: Pre-enable the textarea tests readyDaniel Silverstone2012-07-1815-0/+0
| * Merge expat support. Test suite now passes with expat.Daniel Silverstone2012-07-152-55/+259
| |\
| | * XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now passe...Daniel Silverstone2012-07-151-1/+35
| | * XML Binding: Allow expat binding to create text nodes if not parsing cdataDaniel Silverstone2012-07-151-6/+32
| | * XML Binding: Add doctype support to Expat handlerDaniel Silverstone2012-07-151-0/+45