summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Ulist Elementrsk19942014-06-115-5/+231
|
* Label Elementrsk19942014-06-116-4/+243
|
* Br Elementrsk19942014-06-115-3/+208
|
* Pre Elementrsk19942014-06-115-5/+191
|
* QUOTE <q> Elementrsk19942014-06-115-3/+206
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-115-3/+214
|
* Paragraph Elementrsk19942014-06-114-2/+206
|
* Div Elementrsk19942014-06-113-2/+201
|
* Fieldset & Legend Elementsrsk19942014-06-118-6/+460
|
* Menu Elementrsk19942014-05-015-3/+191
|
* Directory Elementrsk19942014-05-016-5/+194
|
* Dlist elementrsk19942014-05-015-2/+193
|
* final patch for adding hr tag to libdomrsk19942014-03-056-3/+237
|
* make core string handling functions cope with NULL dom_string being passedVincent Sanders2014-01-241-2/+17
|
* ensure result value is propogated (coverity 1127073)Vincent Sanders2014-01-241-4/+7
|
* ensure dom_implementation_create_document_type() parameters are present ↵Vincent Sanders2014-01-241-5/+7
| | | | (coverity 1127076)
* remove unreachable default (coverity 1127075)Vincent Sanders2014-01-241-2/+0
|
* remove logically unecessary checks (coverity 1127074)Vincent Sanders2014-01-241-4/+0
|
* fix sill automatic conversion typoVincent Sanders2014-01-241-1/+1
|
* Fix STRIP_TRAILING to work fully when COLLAPSE isn't requested.Michael Drake2014-01-241-2/+6
|
* Strip and collapse whitespace when gathering html option values.Michael Drake2014-01-235-3/+207
|
* Fix the form iterator testDaniel Silverstone2014-01-051-17/+8
|
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-054-81/+75
|
* 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
|
* Don't allocate array when client asks for element classes, just give pointer ↵Michael Drake2013-12-131-10/+4
| | | | to internal array.
* 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 ↵Vincent Sanders2013-11-081-3/+10
| | | | 1127085)
* dom_document_get_element_by_id increments the ref counter of any returned ↵Michael Drake2013-08-231-0/+3
| | | | element.
* Compare the name and prefix directly. Since this avoids string ↵Michael Drake2013-05-231-17/+5
| | | | concatination, and (un)ref.
* Name and prefix were already compared. Add sane namespace comparison. ↵Michael Drake2013-05-231-7/+7
| | | | Remove broken comparison stuff. Remove TODO from previous commit.
* Fix _dom_node_is_equal leaking all its refs. Replace C++ comments. Flag ↵Michael Drake2013-05-231-32/+65
| | | | broken bit with TODO.
* Notify user data handlers on deletionJohn-Mark Bell2013-02-221-0/+5
|
* add context for default action functionVincent Sanders2013-02-198-17/+32
|
* Fix use of incorrect variable in dom_string(_caseless)_isequalJohn-Mark Bell2012-12-311-4/+4
|
* Fix reference leak in error case.John-Mark Bell2012-12-311-1/+3
|
* Initialise *retJohn-Mark Bell2012-12-311-0/+2
|
* Fix buffer overflow in event dispatchJohn-Mark Bell2012-11-111-1/+6
|
* 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
|/
* 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
|
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-022-14/+82
|