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 (
Expand
)
Author
Age
Files
Lines
*
Fix malloc(0)
Daniel Silverstone
2012-03-24
1
-1
/
+1
*
Make libdom build with clang, for it is more anal than gcc.
Rob Kendrick
2012-03-24
2
-2
/
+3
*
Switch case sensetivity of class comparison on document quirks mode.
Michael Drake
2012-03-24
1
-5
/
+8
*
Migrate quirks from html_document to document
Daniel Silverstone
2012-03-24
7
-67
/
+71
*
When copying elements, correctly copy the cached class list
Daniel Silverstone
2012-03-24
1
-1
/
+13
*
Minor cleanup
Daniel Silverstone
2012-03-24
1
-3
/
+2
*
Only get value for elements with class.
Michael Drake
2012-03-24
1
-1
/
+6
*
Pass element to attribute list adder, because element might not be attached t...
Michael Drake
2012-03-24
1
-7
/
+6
*
Generate element's class list.
Michael Drake
2012-03-24
2
-43
/
+143
*
Oops, missing html_document in install
Daniel Silverstone
2012-03-24
1
-0
/
+1
*
Support quirks mode in hubbub binding
Daniel Silverstone
2012-03-24
1
-3
/
+17
*
Include html_document.h in dom.h
Daniel Silverstone
2012-03-24
1
-0
/
+1
*
Change bool for an enum because quirks are tristate.
Daniel Silverstone
2012-03-24
3
-9
/
+20
*
Store 'class' string as dom_string instead of lwc_string.
Michael Drake
2012-03-24
2
-6
/
+6
*
Rudimentary API for dom_html_document_{get,set}_quirks_mode -- Replete with e...
Daniel Silverstone
2012-03-24
3
-1
/
+48
*
Commit a neatness
Daniel Silverstone
2012-03-24
1
-3
/
+1
*
Store 'class' string on document.
Michael Drake
2012-03-24
2
-1
/
+10
*
And ensure we don't recurse comments and PIs during dom_node_get_text_content
Daniel Silverstone
2012-03-24
1
-0
/
+3
*
Documents and document types do not have text content
Daniel Silverstone
2012-03-24
4
-2
/
+128
*
get_text_content working for all textual nodes modulo processing instructions
Daniel Silverstone
2012-03-24
3
-2
/
+61
*
Dump the title to prove dom_node_get_text_content
Daniel Silverstone
2012-03-24
1
-0
/
+11
*
Debugging more useful than optimisation
Daniel Silverstone
2012-03-24
1
-1
/
+1
*
Fixup _dom_node_get_text_content
Daniel Silverstone
2012-03-24
1
-7
/
+14
*
Split out destruction of element class cache.
Michael Drake
2012-03-24
1
-7
/
+22
*
Implement the element class API for libcss, except for actually making the ar...
Michael Drake
2012-03-24
2
-8
/
+43
*
Beginnings of an expat binding -- NOT FUNCTIONAL YET
Daniel Silverstone
2012-03-24
4
-8
/
+366
*
Make dom_node_ref return the node
Daniel Silverstone
2012-03-24
2
-2
/
+4
*
API for comparing dom_string with lwc_string. Caseless version not implemente...
Michael Drake
2012-03-24
2
-0
/
+59
*
Rename 'namespace' argument to _dom_text_event_init_ns
Daniel Silverstone
2012-03-24
2
-3
/
+3
*
Reenable core test suite
Daniel Silverstone
2012-03-24
1
-1
/
+1
*
Enable the HTMLElement tests which pass
Daniel Silverstone
2012-03-24
30
-1
/
+1
*
Install html_element.h
Daniel Silverstone
2012-03-24
1
-0
/
+4
*
Don't need to include utils/hashtable.h.
Michael Drake
2012-03-24
1
-1
/
+0
*
Fix API documentation comments.
Michael Drake
2012-03-24
1
-13
/
+13
*
Re-disable all known fails
Daniel Silverstone
2012-03-24
96
-0
/
+0
*
C89.
François Revel
2012-03-24
1
-1
/
+3
*
Fix conflicting return type for _dom_hash_get_length().
François Revel
2012-03-24
1
-2
/
+2
*
C89 for BeOS build.
François Revel
2012-03-24
22
-100
/
+170
*
Re-disable specified value tests
Daniel Silverstone
2012-03-24
1
-0
/
+0
*
Note that document attributes are always specified
Daniel Silverstone
2012-03-24
1
-0
/
+2
*
Include html element from dom.h
Daniel Silverstone
2012-03-24
1
-0
/
+3
*
Sort the test index
Daniel Silverstone
2012-03-24
1
-1
/
+1
*
Disable -Werror for BeOS in libdom. Disable the libxml binding on BeOS for th...
François Revel
2012-03-24
2
-1
/
+13
*
Lose unnecessary "struct"
John Mark Bell
2012-03-23
2
-5
/
+3
*
No need to drop const -- hubbub's API is already sane.
John Mark Bell
2012-03-23
1
-1
/
+1
*
Fix const-correctness of dom_hubbub_parser_parse_chunk API
John Mark Bell
2012-03-23
2
-3
/
+3
*
Fix encoding_source namespace collision
John Mark Bell
2012-03-23
2
-8
/
+8
*
Fix build on ARM.
Michael Drake
2012-03-23
1
-1
/
+1
*
More working (or at least running) tests
Daniel Silverstone
2012-03-23
95
-0
/
+0
*
More tidying
Daniel Silverstone
2012-03-23
1
-1
/
+1
[next]