summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unref the form's collection on finaliseDaniel Silverstone2014-01-051-0/+3
* Prevent attempt to concatinate string with null.Michael Drake2013-12-271-7/+11
* Update for new hubbub API.Michael Drake2013-12-141-20/+0
* Don't allocate array when client asks for element classes, just give pointer ...Michael Drake2013-12-131-10/+4
* Fix some broken assertsDaniel Silverstone2013-11-171-2/+2
* remove unecessary null check (coverity 1127087)Vincent Sanders2013-11-081-3/+1
* fix resource leak in error path (coverity 1127082)Vincent Sanders2013-11-081-0/+2
* fix resource leak of lname in _dom_namespace_validate_qname() (coverity 1127083)Vincent Sanders2013-11-081-2/+4
* fix error handling in walk_logic_adjacent_text() (coverity 1127084)Vincent Sanders2013-11-081-5/+4
* ensure _dom_element_set_attr_node does not leak on error paths (coverity 1127...Vincent Sanders2013-11-081-3/+10
* dom_document_get_element_by_id increments the ref counter of any returned ele...Michael Drake2013-08-231-0/+3
* Compare the name and prefix directly. Since this avoids string concatination...Michael Drake2013-05-231-17/+5
* Name and prefix were already compared. Add sane namespace comparison. Remov...Michael Drake2013-05-231-7/+7
* Fix _dom_node_is_equal leaking all its refs. Replace C++ comments. Flag bro...Michael Drake2013-05-231-32/+65
* add a .gitattributes so .gitignore is not exportedrelease/0.0.1Vincent Sanders2013-04-181-0/+2
* Install html_options_collection.hJohn-Mark Bell2013-03-162-0/+2
* Notify user data handlers on deletionJohn-Mark Bell2013-02-221-0/+5
* add context for default action functionVincent Sanders2013-02-1912-17/+36
* Fix use of incorrect variable in dom_string(_caseless)_isequalJohn-Mark Bell2012-12-311-4/+4
* Fix dom_node_set_text_content.John-Mark Bell2012-12-311-1/+1
* Fix reference leak in error case.John-Mark Bell2012-12-311-1/+3
* Initialise *retJohn-Mark Bell2012-12-311-0/+2
* fix example for new parameter setupVincent Sanders2012-12-061-3/+11
* add default action fetcher to binding parametersVincent Sanders2012-12-063-5/+10
* make the hubbub binding creation take a parameter struct and return standard ...Vincent Sanders2012-12-064-72/+105
* 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 prev...Daniel Silverstone2012-11-037-52/+76
* 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
* alter when the id name is set to before the hubbub parse completion so id bas...Vincent Sanders2012-11-021-10/+16
* 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