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
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dom_element_set_attribute() to use dom_attr_set_value() to replace the va...
John Mark Bell
2007-09-23
1
-5
/
+4
*
Fix dom_node_get_parent_node(), dom_node_get_previous_sibling() and dom_node_...
John Mark Bell
2007-09-23
1
-0
/
+18
*
Note the need for handling of defaulted attributes in dom_element_remove_attr...
John Mark Bell
2007-09-22
1
-0
/
+4
*
Implement dom_element_get_attribute()
John Mark Bell
2007-09-22
1
-36
/
+154
*
Make _dom_node_readonly() accessible to library internals
John Mark Bell
2007-09-22
2
-1
/
+4
*
Implement dom_document_get_implementation()
John Mark Bell
2007-09-22
1
-14
/
+13
*
Implement dom_node_get_child_nodes()
John Mark Bell
2007-09-22
1
-8
/
+21
*
Whitespace changes
John Mark Bell
2007-09-22
2
-1
/
+3
*
Assume that NULL dom_string pointers imply the empty string.
John Mark Bell
2007-09-22
1
-0
/
+17
*
Implement dom_node_remove_node()
John Mark Bell
2007-09-22
1
-11
/
+46
*
Implement dom_node_replace_child()
John Mark Bell
2007-09-22
1
-5
/
+83
*
If new_child is already in the tree ensure its parent is not read only
John Mark Bell
2007-09-22
1
-2
/
+7
*
Fix misleading comments
John Mark Bell
2007-09-22
1
-13
/
+12
*
Move cardinality constraint checking for Document Element and DocumentType ch...
John Mark Bell
2007-09-22
1
-89
/
+130
*
Implement dom_node_get_node_name()
John Mark Bell
2007-09-20
1
-12
/
+133
*
Begin implementation of DocumentType class
John Mark Bell
2007-09-19
4
-63
/
+157
*
Implement dom_element_get_tag_name()
John Mark Bell
2007-09-18
1
-8
/
+105
*
Implement sanity checking in dom_node_insert_before()
John Mark Bell
2007-09-18
1
-18
/
+116
*
Partial implementation of dom_node_insert_before. This has utterly no sanity ...
John Mark Bell
2007-09-17
1
-5
/
+29
*
Make Document nodes own themselves (removes need for special case for Documents)
John Mark Bell
2007-09-17
2
-17
/
+78
*
Fix bug in dom_node_destroy -- Document nodes have no owner, so attempting to...
John Mark Bell
2007-09-16
1
-8
/
+18
*
Rename dom_named_node_map to dom_namednodemap to be consistent with the rest ...
James Shaw
2007-08-08
1
-2
/
+2
*
Fix structure name dom_nodelist
James Shaw
2007-08-03
1
-2
/
+2
*
Comment fixes
John Mark Bell
2007-07-29
1
-2
/
+2
*
Implement Document destructor.
John Mark Bell
2007-07-28
3
-8
/
+109
*
Finalisation and destruction of nodes
John Mark Bell
2007-07-28
21
-5
/
+463
*
Add Document constructor
John Mark Bell
2007-07-28
1
-3
/
+104
*
Sort out somewhat messy object construction.
John Mark Bell
2007-07-28
18
-144
/
+465
*
Implement type-specific node constructors and veneer the appropriate Document...
John Mark Bell
2007-07-26
14
-82
/
+409
*
Add ability to set a document's doctype after the document has been created
John Mark Bell
2007-07-26
1
-0
/
+30
*
Add omitted dom_document_create_comment API
John Mark Bell
2007-07-22
1
-0
/
+23
*
More name changes for consistency with spec
James Shaw
2007-07-21
1
-6
/
+6
*
rename dom_document_get_element() to dom_document_get_document_element()
James Shaw
2007-07-21
1
-1
/
+1
*
Add email address
James Shaw
2007-07-19
1
-1
/
+1
*
Fix typo
John Mark Bell
2007-07-16
1
-1
/
+1
*
Stub out remainder of DocumentType API.
John Mark Bell
2007-07-16
1
-3
/
+131
*
Stub implementation of of dom_document_type methods
James Shaw
2007-07-16
2
-1
/
+20
*
Rename to dom_node_get_owner_document() in line with spec
James Shaw
2007-07-15
1
-1
/
+1
*
Add extra dom_string constructor that permits strings to be manufactured in t...
John Mark Bell
2007-07-14
1
-10
/
+80
*
Modify node value, type and name functions to match w3c spec
James Shaw
2007-07-14
1
-4
/
+4
*
Make NamedNodeMap more generic
John Mark Bell
2007-07-12
4
-35
/
+28
*
Add DOMImplementation, DOMImplementationList
John Mark Bell
2007-07-12
3
-2
/
+267
*
Add Element.
John Mark Bell
2007-07-11
3
-2
/
+516
*
Fix TypeInfo -> type_info conversion
John Mark Bell
2007-07-11
1
-5
/
+5
*
Make CharacterData struct public (within library)
John Mark Bell
2007-07-11
4
-9
/
+120
*
Add CharacterData
John Mark Bell
2007-07-11
2
-1
/
+194
*
Warning fixes
John Mark Bell
2007-07-10
1
-2
/
+4
*
Add NamedNodeMap.
John Mark Bell
2007-07-10
6
-7
/
+514
*
Add NodeList and string comparison API
John Mark Bell
2007-07-10
9
-2
/
+449
*
Purge all trace of the ballache that was dom_ctx.
John Mark Bell
2007-07-06
6
-351
/
+618
[next]