index
:
libdom.git
chris/fetch-x-ent-ref
dsilvers/forms1
master
rupindersingh/dlist
rupindersingh/libdom
rupindersingh/libdom_recovered
tlsa/add-ci
tlsa/refcheck
Document Object Model library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
make core string handling functions cope with NULL dom_string being passed
Vincent Sanders
2014-01-24
1
-2
/
+17
|
*
ensure result value is propogated (coverity 1127073)
Vincent Sanders
2014-01-24
1
-4
/
+7
|
*
ensure dom_implementation_create_document_type() parameters are present ↵
Vincent Sanders
2014-01-24
1
-5
/
+7
|
|
|
|
(coverity 1127076)
*
remove unreachable default (coverity 1127075)
Vincent Sanders
2014-01-24
1
-2
/
+0
|
*
remove logically unecessary checks (coverity 1127074)
Vincent Sanders
2014-01-24
1
-4
/
+0
|
*
fix sill automatic conversion typo
Vincent Sanders
2014-01-24
1
-1
/
+1
|
*
Fix STRIP_TRAILING to work fully when COLLAPSE isn't requested.
Michael Drake
2014-01-24
1
-2
/
+6
|
*
Strip and collapse whitespace when gathering html option values.
Michael Drake
2014-01-23
5
-3
/
+207
|
*
Add support for multilib
John-Mark Bell
2014-01-13
2
-3
/
+3
|
*
Fix the form iterator test
Daniel Silverstone
2014-01-05
1
-17
/
+8
|
*
Remove a bunch of leaks but not reffing dom nodes from dom nodes
Daniel Silverstone
2014-01-05
4
-81
/
+75
|
*
Unref the form's collection on finalise
Daniel Silverstone
2014-01-05
1
-0
/
+3
|
*
Prevent attempt to concatinate string with null.
Michael Drake
2013-12-27
1
-7
/
+11
|
*
Update for new hubbub API.
Michael Drake
2013-12-14
1
-20
/
+0
|
*
Don't allocate array when client asks for element classes, just give pointer ↵
Michael Drake
2013-12-13
1
-10
/
+4
|
|
|
|
to internal array.
*
Fix some broken asserts
Daniel Silverstone
2013-11-17
1
-2
/
+2
|
*
remove unecessary null check (coverity 1127087)
Vincent Sanders
2013-11-08
1
-3
/
+1
|
*
fix resource leak in error path (coverity 1127082)
Vincent Sanders
2013-11-08
1
-0
/
+2
|
*
fix resource leak of lname in _dom_namespace_validate_qname() (coverity 1127083)
Vincent Sanders
2013-11-08
1
-2
/
+4
|
*
fix error handling in walk_logic_adjacent_text() (coverity 1127084)
Vincent Sanders
2013-11-08
1
-5
/
+4
|
*
ensure _dom_element_set_attr_node does not leak on error paths (coverity ↵
Vincent Sanders
2013-11-08
1
-3
/
+10
|
|
|
|
1127085)
*
dom_document_get_element_by_id increments the ref counter of any returned ↵
Michael Drake
2013-08-23
1
-0
/
+3
|
|
|
|
element.
*
Compare the name and prefix directly. Since this avoids string ↵
Michael Drake
2013-05-23
1
-17
/
+5
|
|
|
|
concatination, and (un)ref.
*
Name and prefix were already compared. Add sane namespace comparison. ↵
Michael Drake
2013-05-23
1
-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 Drake
2013-05-23
1
-32
/
+65
|
|
|
|
broken bit with TODO.
*
add a .gitattributes so .gitignore is not exported
release/0.0.1
Vincent Sanders
2013-04-18
1
-0
/
+2
|
*
Install html_options_collection.h
John-Mark Bell
2013-03-16
2
-0
/
+2
|
*
Notify user data handlers on deletion
John-Mark Bell
2013-02-22
1
-0
/
+5
|
*
add context for default action function
Vincent Sanders
2013-02-19
12
-17
/
+36
|
*
Fix use of incorrect variable in dom_string(_caseless)_isequal
John-Mark Bell
2012-12-31
1
-4
/
+4
|
*
Fix dom_node_set_text_content.
John-Mark Bell
2012-12-31
1
-1
/
+1
|
*
Fix reference leak in error case.
John-Mark Bell
2012-12-31
1
-1
/
+3
|
*
Initialise *ret
John-Mark Bell
2012-12-31
1
-0
/
+2
|
*
fix example for new parameter setup
Vincent Sanders
2012-12-06
1
-3
/
+11
|
*
add default action fetcher to binding parameters
Vincent Sanders
2012-12-06
3
-5
/
+10
|
*
make the hubbub binding creation take a parameter struct and return standard ↵
Vincent Sanders
2012-12-06
4
-72
/
+105
|
|
|
|
error codes
*
Fix buffer overflow in event dispatch
John-Mark Bell
2012-11-11
1
-1
/
+6
|
*
Fix typos.
Michael Drake
2012-11-07
2
-2
/
+2
|
*
Make the example a tad more useful
Daniel Silverstone
2012-11-04
2
-1
/
+2
|
*
Remove name validation from doctype creation.
John-Mark Bell
2012-11-03
1
-14
/
+0
|
*
Merge branch 'master' of git://git.netsurf-browser.org/libdom
Daniel Silverstone
2012-11-03
1
-14
/
+12
|
\
|
*
Implement dom_document_type_get_(public|system)id.
John-Mark Bell
2012-11-03
1
-14
/
+12
|
|
*
|
Be marginally less brain dead when allocating memory during event dispatch
Daniel Silverstone
2012-11-03
1
-33
/
+30
|
|
*
|
Do not validate event names and use dom_string_byte_length for fastness
Daniel Silverstone
2012-11-03
1
-5
/
+1
|
/
*
Intern a few more bits in the expat handler
Daniel Silverstone
2012-11-03
1
-12
/
+14
|
*
Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵
Daniel Silverstone
2012-11-03
7
-52
/
+76
|
|
|
|
previous callsites
*
Ensure we memoise all the strings used in the core event dispatch
Daniel Silverstone
2012-11-03
3
-31
/
+115
|
*
Since expat has no pkgconfig, for now we force it
Daniel Silverstone
2012-11-03
1
-1
/
+1
|
*
Change XML Parser API to be more sane
Daniel Silverstone
2012-11-03
4
-74
/
+37
|
*
Ensure that 'make clean' removes the test INDEX
Daniel Silverstone
2012-11-03
1
-1
/
+1
|
[next]