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
*
Implement trivial accessors
John Mark Bell
2012-02-05
1
-6
/
+36
*
Excise more API bizarreness
John Mark Bell
2012-02-05
2
-12
/
+0
*
Implement HTMLDocument constructor/destructor
John Mark Bell
2012-02-05
3
-13
/
+44
*
Remove parser unpleasantness from HTMLDocument
John Mark Bell
2012-02-05
3
-22
/
+6
*
Fix comparison of interned and non-interned dom strings. Constify dom string...
Michael Drake
2011-12-22
3
-12
/
+17
*
Fix length for dom_string creation. Dump id attribute too.
Michael Drake
2011-12-22
1
-3
/
+6
*
Fix length of string prints.
Michael Drake
2011-12-22
1
-2
/
+2
*
Make example a smidgen more generic. Free the dom_string created for attribu...
Michael Drake
2011-12-22
1
-18
/
+21
*
Use ANSI functions for file handling.
Michael Drake
2011-12-22
1
-8
/
+6
*
Move dom_string data accessing functions to public header.
Michael Drake
2011-12-22
7
-51
/
+51
*
Update for current libdom. Has issues.
Michael Drake
2011-12-22
2
-64
/
+21
*
Fix build with GCC 4.6
John Mark Bell
2011-12-21
3
-27
/
+11
*
Merge branches/jmb/dom-alloc-purge back to trunk
John Mark Bell
2011-12-21
110
-4267
/
+2735
*
s/struct dom_string/dom_string/g
John Mark Bell
2011-04-07
111
-929
/
+906
*
Fix from winfried on NS ML.
Michael Drake
2011-02-02
1
-1
/
+1
*
Enable the class dumping code, but it gives up cleanly on the first class enc...
Michael Drake
2010-12-08
1
-8
/
+18
*
Provide mechanism for binding/client to define the features a document object...
John Mark Bell
2010-12-06
7
-7
/
+43
*
Simplify DOMImplementation API by replacing dom_strings with const char *
John Mark Bell
2010-12-06
8
-112
/
+147
*
Fix copy constructors to actually copy all members, instead of leaving the ma...
John Mark Bell
2010-12-06
2
-13
/
+30
*
Fix LibDOM install.
Michael Drake
2010-12-06
1
-6
/
+1
*
Remove bootstrap infrastructure, and just make dom_implementation a stub.
John Mark Bell
2010-12-05
25
-1279
/
+144
*
Fix build
John Mark Bell
2010-12-05
2
-3
/
+5
*
Suppress strict aliasing warnings when compiling the testsuite
John Mark Bell
2010-12-05
1
-1
/
+1
*
Unref dom_strings. Still need to unref the nodes.
Michael Drake
2010-12-05
1
-0
/
+6
*
Beginnings of some of HTMLElement
Daniel Silverstone
2010-12-05
3
-14
/
+83
*
Add commented out code for getting and dumping the class attribute.
Michael Drake
2010-12-05
1
-1
/
+65
*
"Enable" the HTML level 1 test suite. All cases fail currently
Daniel Silverstone
2010-12-05
638
-0
/
+2
*
Remove vestigial domts C file and mark all known failures so test suite for l...
Daniel Silverstone
2010-12-05
110
-32
/
+0
*
Update for latest lib versions.
Michael Drake
2010-12-05
1
-136
/
+144
*
Make libdom work again given lack of init/finalise in hubbub and prepare init...
Daniel Silverstone
2010-12-04
36
-402
/
+144
*
Add some comments.
Michael Drake
2010-12-04
1
-9
/
+8
*
Remove unused libdom client data stuff.
Michael Drake
2010-12-04
1
-6
/
+1
*
Update LibDOM example to walk though the DOM and print the DOM's structure ou...
Michael Drake
2010-12-04
1
-44
/
+106
*
Add incomplete LibDOM example.
Michael Drake
2010-12-03
4
-1
/
+466
*
Install missing header files.
Michael Drake
2010-12-02
1
-1
/
+5
*
Implement DocumentType.name
John Mark Bell
2010-08-30
1
-4
/
+1
*
Jump through hoops to conform to the spec: apparently, it requires unsigned v...
John Mark Bell
2010-08-30
1
-8
/
+28
*
Merge branches/struggleyb/libdom-html to trunk.
John Mark Bell
2010-08-30
187
-70
/
+5527
*
Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...
John Mark Bell
2010-08-26
29
-528
/
+214
*
Some remaining changes.
Bo Yang
2010-03-15
1
-2
/
+6
*
-Wextra is only understood by GCC 3.4.6 or later.
John Mark Bell
2009-11-06
1
-1
/
+1
*
Fix install rule
John Mark Bell
2009-09-21
1
-1
/
+1
*
Some formatting problem.
Bo Yang
2009-08-23
1
-4
/
+4
*
Split the _dom_element_destroy into two functions.
Bo Yang
2009-08-17
2
-15
/
+28
*
Remove an unused parameter 'result'.
Bo Yang
2009-08-17
2
-20
/
+12
*
Add an assert for event dispatch.
Bo Yang
2009-08-14
1
-0
/
+1
*
Add the new two interface file for Events module testing.
Bo Yang
2009-08-14
2
-0
/
+2060
*
Add events module header into the dom.h
Bo Yang
2009-08-14
1
-0
/
+3
*
1. Find there are indeed two testcases for Events module, so I add support fo...
Bo Yang
2009-08-14
3
-3
/
+25
*
Fix up some ref/unref error produced from _dispatch_ usage.
Bo Yang
2009-08-14
1
-15
/
+31
[next]