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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up the merge.
Bo Yang
2009-08-12
1
-0
/
+2
*
Merge the branches/struggleyb/libdom-remain back to trunk.
Bo Yang
2009-08-11
51
-1952
/
+7278
*
Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...
Bo Yang
2009-04-29
2
-8
/
+8
*
Add typedefs for public DOM interfaces.
Bo Yang
2009-03-31
1
-2
/
+2
*
Squash warnings
John Mark Bell
2009-03-25
2
-10
/
+7
*
First cut at a port to the new buildsystem.
John Mark Bell
2009-03-25
4
-238
/
+14
*
Make code more readable.
Bo Yang
2009-03-24
1
-1
/
+1
*
Convert Text to use vtable structure. Now the whole libdom is compiled succes...
Bo Yang
2009-03-24
2
-6
/
+47
*
Convert NodeList and ProcessingInstruction.
Bo Yang
2009-03-24
3
-12
/
+13
*
Modify NamedNodeMap, note that there is no vtable for this type because it is...
Bo Yang
2009-03-23
8
-43
/
+49
*
Convert EntityReference interface to use vtable structure.
Bo Yang
2009-03-21
1
-2
/
+2
*
Fix the spelling initialize -> initialise.
Bo Yang
2009-03-20
5
-7
/
+7
*
Convert DOMElement interface to use vtable structure.
Bo Yang
2009-03-20
2
-69
/
+217
*
Convert DOMFragment to use vtable structure.
Bo Yang
2009-03-19
1
-2
/
+18
*
Convert DocumentType to use vtable structure.
Bo Yang
2009-03-19
2
-9
/
+50
*
Convert DOM document interface to use vtable structure.
Bo Yang
2009-03-19
4
-59
/
+192
*
Fix the last commit, hook up the vtable for dom_characterdata.
Bo Yang
2009-03-15
1
-2
/
+1
*
Convert the dom_characterdata to use vtable.
Bo Yang
2009-03-15
5
-22
/
+79
*
Change the our dom to use vtable method. The first step:
Bo Yang
2009-03-12
4
-132
/
+328
*
Make hubbub parser binding build trees correctly (credit: Bo Yang)
John Mark Bell
2009-03-05
2
-32
/
+67
*
Omitted to remove this yesterday.
John Mark Bell
2009-03-04
1
-19
/
+0
*
Rationalise dom_string (some consideration is required as to what happens wrt...
John Mark Bell
2009-03-03
12
-1318
/
+158
*
Fix typo
John Mark Bell
2008-04-07
1
-1
/
+1
*
Implement dom_text_split_text()
John Mark Bell
2007-11-03
2
-4
/
+48
*
Add, and implement, dom_string_insert() and dom_string_replace() API
John Mark Bell
2007-11-03
2
-29
/
+404
*
Make the dom string class more useful.
John Mark Bell
2007-10-03
9
-278
/
+653
*
DOM Strings are now capable of containing either UTF-8 or UTF-16 encoded data.
John Mark Bell
2007-09-30
11
-21
/
+831
*
Implement dom_characterdata_get_data()
John Mark Bell
2007-09-29
1
-6
/
+21
*
Implement dom_namednodemap_get_named_item_ns()
John Mark Bell
2007-09-29
1
-14
/
+110
*
Implement dom_element_get_attribute_ns()
John Mark Bell
2007-09-29
1
-29
/
+259
*
dom_initialise() and dom_finalise() are now completely public, rather than hi...
John Mark Bell
2007-09-29
1
-5
/
+23
*
Introduce global initialistaion/finalisation for DOM library. This should be ...
John Mark Bell
2007-09-29
8
-75
/
+372
*
Implement dom_document_create_element_ns().
John Mark Bell
2007-09-27
1
-13
/
+113
*
Modify dom_node_initialise() API to permit specification of namespace URI and...
John Mark Bell
2007-09-27
12
-33
/
+54
*
Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...
John Mark Bell
2007-09-26
1
-9
/
+3
*
Begin to cater for XML namespaces.
John Mark Bell
2007-09-26
4
-56
/
+113
*
Add library-internal accessor to the head of an Element's attribute list (dom...
John Mark Bell
2007-09-25
3
-19
/
+171
*
Move attributes field to struct dom_element as it doesn't apply to other node...
John Mark Bell
2007-09-24
4
-22
/
+69
*
Implement dom_nodelist_get_length()
John Mark Bell
2007-09-24
1
-9
/
+111
*
Add dom_entity_reference_get_textual_representation() as an internal library ...
John Mark Bell
2007-09-23
3
-3
/
+142
*
Fix compilation errors. It helps if you compile things before committing them...
John Mark Bell
2007-09-23
1
-4
/
+5
*
Partial implementation of dom_attr_get_name()
John Mark Bell
2007-09-23
1
-15
/
+56
*
Fix dom_node_{get,set}_value() to handle Attr nodes correctly -- now delegate...
John Mark Bell
2007-09-23
1
-0
/
+10
*
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
[next]