summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Fix: Handle class list allocation failure in HTMLElement copy constructor.Michael Drake2016-02-051-5/+13
* Split out element content copying from allocation in copy constructor.Michael Drake2016-02-052-25/+41
* Style: Fix sporadic use of spaces for indentation in element copy constructor.Michael Drake2016-02-051-5/+5
* Optimise dom_string_tolower where interned string was already lower case.Michael Drake2016-01-311-23/+45
* Merge branch 'tlsa/faster-strings'Michael Drake2016-01-291-31/+9
|\
| * Optimise dom_string_(toupper|tolower) functions.Michael Drake2016-01-291-31/+9
* | Further optimise event dispatch.Michael Drake2016-01-291-5/+20
* | Optimise event dispatch.Michael Drake2016-01-291-20/+57
* | Remove parameter documentation for non-existant parameter.Michael Drake2016-01-291-1/+0
* | Don't add target event to list of capture/bubbling event targets.Michael Drake2016-01-291-4/+2
|/
* Unref document uri on finalisation.Michael Drake2016-01-221-0/+1
* Fix leak of dom string on error path. Coverity #1347877.Michael Drake2016-01-101-0/+1
* Create documents with initial URI of "about:blank".Michael Drake2016-01-071-3/+23
* Remove call to non-existant function.Michael Drake2015-12-202-25/+1
* Ensure we don't capture or bubble on targetDaniel Silverstone2015-11-011-2/+2
* Tweak the types on namednodemapDaniel Silverstone2015-10-312-4/+4
* Handle situation where we cleanup during target gatheringDaniel Silverstone2015-10-311-2/+2
* Fix end-of-event phasingDaniel Silverstone2015-10-311-13/+6
* Add a _FINISHED event action callbackDaniel Silverstone2015-10-311-0/+8
* Fix some doxygen warningsVincent Sanders2015-09-014-63/+62
* Strip doc from event layerDaniel Silverstone2015-08-212-5/+2
* 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 (cove...Vincent Sanders2014-01-241-5/+7
* 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-234-2/+124
* 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
* Fix some broken assertsDaniel Silverstone2013-11-171-2/+2
* 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
* Notify user data handlers on deletionJohn-Mark Bell2013-02-221-0/+5
* add context for default action functionVincent Sanders2013-02-194-10/+16
* 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
|/
* Ensure we memoise all the strings used in the core event dispatchDaniel Silverstone2012-11-032-0/+107
* Move generation of id_name into document by default. Since 'id' is the most ...Daniel Silverstone2012-11-021-2/+8
* Close off two scan-build warnings as best as I can make out.Daniel Silverstone2012-10-081-4/+8