summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Allow control over parser pause stateVincent Sanders2012-07-272-0/+31
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-234-42/+157
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for ↵Daniel Silverstone2012-07-223-42/+0
| | | | | | | | outside libdom
| * GDB: Handy commands for debugging DOM nodesDaniel Silverstone2012-07-221-0/+157
| | | | | | | | | | | | | | | | dom node show somenodeptr dom node walk somenodeptr dom document show somedocptr Load with 'source /path/to/libdom/gdb/libdom.py' when inside gdb.
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-227-7/+7
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * HTML*Element: Fix up remaining _dom_element_vtable usage to ↵Daniel Silverstone2012-07-227-7/+7
| | | | | | | | _dom_html_element_vtable
* | Merge branch 'master' of git://git.netsurf-browser.org/libdom into ↵Chris Young2012-07-2214-17/+121
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * 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 Young2012-07-229-54/+271
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * 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 Young2012-07-1937-100/+1205
|\| | | | | | | chris/amiga-hubbub-lib-compat
| * 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 ↵Daniel Silverstone2012-07-151-1/+35
| | | | | | | | | | | | passes with expat.
| | * 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
| | |
| | * XML Binding: Add comment support to Expat handlerDaniel Silverstone2012-07-151-0/+52
| | |
| | * XML binding: Expat handler, dodgy external entity ref handlerDaniel Silverstone2012-07-151-48/+95
| | |
| | * XML binding: Not libxml only any moreDaniel Silverstone2012-07-151-1/+1
| |/
* / Compatibility with libhubbub chris/amiga-lib branch (which includes a tweak ↵Chris Young2012-07-081-2/+2
|/ | | | to stop compatibility breakage with older versions of libhubbub)
* HTML{Input,Button}Element: Clean up some of the local dataDaniel Silverstone2012-07-082-0/+15
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-0830-5/+696
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-0726-36/+528
| | | | Make buttons work and forms contain their correct buttons
* HTMLDocument: Tidy implementation of is_form predicateDaniel Silverstone2012-07-071-14/+3
|
* HTMLCollection: Fix node walker to not stop after left-tree of rootDaniel Silverstone2012-07-071-2/+2
|
* Merge element work, adds 5 element types and enables 27 tests.Daniel Silverstone2012-07-0764-167/+988
|\
| * HTML{Form,Link,Meta}Element: Tidy up SIMPLE_GET_SETDaniel Silverstone2012-07-073-87/+99
| |
| * HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-0711-12/+81
| |
| * HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-0716-13/+118
| |
| * HTML*Element: Update TODODaniel Silverstone2012-07-071-3/+4
| |
| * HTML{Html,Head}Element: Unvirtualise accessorsDaniel Silverstone2012-07-076-111/+14
| |
| * DOMTSHandler.pm: Add casts for method calls, enable two more testsDaniel Silverstone2012-07-073-2/+2
| |
| * HTMLCollection: Some of the tests are now kfail, one now passesDaniel Silverstone2012-07-075-0/+0
| |
| * HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-077-0/+72
| |
| * HTMLDocument: Allow memoised strings to differ from their namesDaniel Silverstone2012-07-072-75/+84
| |
| * DOMTSHandler: Enable support for HTMLCollection and enable another form testDaniel Silverstone2012-07-072-0/+4
| |
| * Makefile: Install the html_collection header and include it from dom.hDaniel Silverstone2012-07-072-0/+2
| |
| * 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
| |