summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make the hubbub binding creation take a parameter struct and return standard ↵Vincent Sanders2012-12-064-72/+105
| | | | error codes
* Fix buffer overflow in event dispatchJohn-Mark Bell2012-11-111-1/+6
|
* Fix typos.Michael Drake2012-11-072-2/+2
|
* Make the example a tad more usefulDaniel Silverstone2012-11-042-1/+2
|
* Remove name validation from doctype creation.John-Mark Bell2012-11-031-14/+0
|
* Merge branch 'master' of git://git.netsurf-browser.org/libdomDaniel Silverstone2012-11-031-14/+12
|\
| * Implement dom_document_type_get_(public|system)id.John-Mark Bell2012-11-031-14/+12
| |
* | Be marginally less brain dead when allocating memory during event dispatchDaniel Silverstone2012-11-031-33/+30
| |
* | Do not validate event names and use dom_string_byte_length for fastnessDaniel Silverstone2012-11-031-5/+1
|/
* Intern a few more bits in the expat handlerDaniel Silverstone2012-11-031-12/+14
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-037-52/+76
| | | | previous callsites
* Ensure we memoise all the strings used in the core event dispatchDaniel Silverstone2012-11-033-31/+115
|
* Since expat has no pkgconfig, for now we force itDaniel Silverstone2012-11-031-1/+1
|
* Change XML Parser API to be more saneDaniel Silverstone2012-11-034-74/+37
|
* Ensure that 'make clean' removes the test INDEXDaniel Silverstone2012-11-031-1/+1
|
* Add some casts through void to shush the RISC OS compilerDaniel Silverstone2012-11-031-3/+4
|
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-026-14/+82
|
* Switch to Expat by defaultDaniel Silverstone2012-11-021-1/+2
|
* Remove unused variablesDaniel Silverstone2012-11-021-2/+0
|
* Augment expat binding to support namespaced attribute valuesDaniel Silverstone2012-11-021-5/+29
|
* Update expat binding to cope better with namespaced tag namesDaniel Silverstone2012-11-021-2/+27
|
* Move generation of id_name into document by default. Since 'id' is the most ↵Daniel Silverstone2012-11-022-12/+8
| | | | common name of the 'id' attribute
* alter when the id name is set to before the hubbub parse completion so id ↵Vincent Sanders2012-11-021-10/+16
| | | | based searches work during dom creation
* extend binding error enumeration to explicitly include hubbub errorsVincent Sanders2012-10-181-0/+19
|
* Fix for current libdom.Michael Drake2012-10-111-20/+2
|
* Update comment.Michael Drake2012-10-111-6/+2
|
* 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
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * 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
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | 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 ↵Daniel Silverstone2012-09-1054-277/+277
| | | | | | | | fixes. Test suite does not pass
* | Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-088-16/+17
|/ | | | exist on the html element.
* 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
| | | | Remove the unecessary document retrival API
* 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 Young2012-07-282-0/+31
|\ | | | | | | chris/amiga-hubbub-lib-compat