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
/
examples
/
dom-structure-dump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DOM Walker: Rename client private word parameter.
Michael Drake
2021-07-09
1
-2
/
+2
*
Example: Convert to use DOM walk API.
Michael Drake
2021-06-29
1
-73
/
+78
*
Example: Clean up LWC string table.
Michael Drake
2021-06-28
1
-0
/
+10
*
Example: Finalise namespaces.
Michael Drake
2021-06-28
1
-0
/
+1
*
fix example for new parameter setup
Vincent Sanders
2012-12-06
1
-3
/
+11
*
Make the example a tad more useful
Daniel Silverstone
2012-11-04
1
-1
/
+1
*
Fix for current libdom.
Michael Drake
2012-10-11
1
-20
/
+2
*
Update. Still broken.
Michael Drake
2012-10-11
1
-1
/
+2
*
Dump the title to prove dom_node_get_text_content
Daniel Silverstone
2012-03-24
1
-0
/
+11
*
Pedantic wrap change.
Michael Drake
2012-02-15
1
-1
/
+2
*
Make tag name stand out a bit more clearly in output.
Michael Drake
2012-02-15
1
-1
/
+1
*
dom_node_internal should never appear in client code: replace with dom_node a...
John Mark Bell
2012-02-06
1
-7
/
+23
*
Intern attribute name
John Mark Bell
2012-02-06
1
-1
/
+1
*
Fix comparison of interned and non-interned dom strings. Constify dom string...
Michael Drake
2011-12-22
1
-1
/
+2
*
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
*
Update for current libdom. Has issues.
Michael Drake
2011-12-22
1
-63
/
+20
*
Enable the class dumping code, but it gives up cleanly on the first class enc...
Michael Drake
2010-12-08
1
-8
/
+18
*
Unref dom_strings. Still need to unref the nodes.
Michael Drake
2010-12-05
1
-0
/
+6
*
Add commented out code for getting and dumping the class attribute.
Michael Drake
2010-12-05
1
-1
/
+65
*
Update for latest lib versions.
Michael Drake
2010-12-05
1
-136
/
+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
1
-0
/
+234