Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/d1ae815d77ae1f54c85e6e...
...commit
http://git.netsurf-browser.org/libdom.git/commit/d1ae815d77ae1f54c85e6ef0...
...tree
http://git.netsurf-browser.org/libdom.git/tree/d1ae815d77ae1f54c85e6ef044...
The annotated tag, release/0.1.0 has been created
at d1ae815d77ae1f54c85e6ef0441fa64fd1622cba (tag)
tagging db5517f4e24d0e7c39a405ce1b363c887196784a (commit)
replaces release/0.0.1
tagged by Vincent Sanders
on Fri Apr 18 10:54:28 2014 +0100
- Log -----------------------------------------------------------------
Official Release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQBTUPZUiUwwPOvjHvURAlYtAKCJ/UlnRmg2bjIlugjtt3tLcEgACgCgqHrc
IuAb9P6k4WVJoNLnunXCDq8=
=Il29
-----END PGP SIGNATURE-----
Daniel Silverstone (5):
Fix some broken asserts
Unref the form's collection on finalise
Remove a bunch of leaks but not reffing dom nodes from dom nodes
Fix the form iterator test
Merge remote-tracking branch 'parwana/hrtag3'
John-Mark Bell (1):
Add support for multilib
Michael Drake (9):
Fix _dom_node_is_equal leaking all its refs. Replace C++ comments. Flag broken bit
with TODO.
Name and prefix were already compared. Add sane namespace comparison. Remove
broken comparison stuff. Remove TODO from previous commit.
Compare the name and prefix directly. Since this avoids string concatination, and
(un)ref.
dom_document_get_element_by_id increments the ref counter of any returned element.
Don't allocate array when client asks for element classes, just give pointer to
internal array.
Update for new hubbub API.
Prevent attempt to concatinate string with null.
Strip and collapse whitespace when gathering html option values.
Fix STRIP_TRAILING to work fully when COLLAPSE isn't requested.
Vincent Sanders (12):
ensure _dom_element_set_attr_node does not leak on error paths (coverity 1127085)
fix error handling in walk_logic_adjacent_text() (coverity 1127084)
fix resource leak of lname in _dom_namespace_validate_qname() (coverity 1127083)
fix resource leak in error path (coverity 1127082)
remove unecessary null check (coverity 1127087)
fix sill automatic conversion typo
remove logically unecessary checks (coverity 1127074)
remove unreachable default (coverity 1127075)
ensure dom_implementation_create_document_type() parameters are present (coverity
1127076)
ensure result value is propogated (coverity 1127073)
make core string handling functions cope with NULL dom_string being passed
Update component version for release
rsk1994 (1):
final patch for adding hr tag to libdom
-----------------------------------------------------------------------
--
Document Object Model library