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
*
HTMLFormElement: Initial support, 2 tests now pass
Daniel Silverstone
2012-07-07
5
-11
/
+31
*
HTMLTitleElement: use HTMLElement's vtable for now
Daniel Silverstone
2012-07-07
1
-1
/
+1
*
HTMLElement: Allow other elements to use the vtable
Daniel Silverstone
2012-07-07
2
-1
/
+3
*
HTMLTitleElement: Implementation and enabling of test
Daniel Silverstone
2012-07-07
8
-26
/
+29
*
HTMLHeadElement: Support for the element, enable the test
Daniel Silverstone
2012-07-07
9
-14
/
+109
*
DOMTS: Add proper support for assertURIEquals
Daniel Silverstone
2012-07-07
5
-18
/
+159
*
HTMLElement and derived objects, TODO list
Daniel Silverstone
2012-07-07
1
-0
/
+56
*
HTMLHtmlElement: reused memoised HTML from document
Daniel Silverstone
2012-07-07
1
-12
/
+2
*
HTMLDocument: Convert memoised tag names to upper case
Daniel Silverstone
2012-07-07
2
-67
/
+65
*
Makefile: Install the html_html_element.h header
Daniel Silverstone
2012-07-07
1
-1
/
+2
*
HTMLHtmlElement: Add support for version attribute and enable test
Daniel Silverstone
2012-07-07
4
-1
/
+90
*
HTMLDocument: Make lists retrieved by tag name be caseless
Daniel Silverstone
2012-07-07
2
-2
/
+49
*
Nodelist: Support caseless node lists
Daniel Silverstone
2012-07-07
2
-14
/
+73
*
HTMLDocument: add 'version' to the memoisation table
Daniel Silverstone
2012-07-07
1
-0
/
+2
*
Add HTMLHtmlElement to the main dom.h includes
Daniel Silverstone
2012-07-07
1
-1
/
+2
*
HTMLDocument: Support creating the specialised HTMLHtmlElement
Daniel Silverstone
2012-07-07
1
-5
/
+23
*
HTMLDocument: Add all specialisable tag names to intern array
Daniel Silverstone
2012-07-07
1
-0
/
+67
*
HTMLHtmlElement: Support passing namespace and prefix to HTMLElement initialiser
Daniel Silverstone
2012-07-07
2
-3
/
+8
*
HTML: Make Document memoise more generically and port HTMLElement to that int...
Daniel Silverstone
2012-07-07
4
-33
/
+83
*
Ignore ~ files
Daniel Silverstone
2012-07-07
1
-1
/
+1
*
remove accidentaly left in debug
Vincent Sanders
2012-07-06
1
-26
/
+0
*
update dom hubbub binding to allow for script control
Vincent Sanders
2012-07-06
3
-284
/
+355
*
CharacterData.delete: Fix this and enable 5 more tests
Daniel Silverstone
2012-07-05
6
-1
/
+5
*
DOMDocument: Memoize the empty string
Daniel Silverstone
2012-07-05
2
-0
/
+11
*
DOMString.replace: Swap source/target in byte counter
Daniel Silverstone
2012-07-05
1
-2
/
+2
*
CLEANIN: Remove vim .swp file from struggleyb
Daniel Silverstone
2012-07-05
1
-0
/
+0
*
HTMLElement: className is a simple get/set property, enable 29 more tests.
Daniel Silverstone
2012-07-04
32
-50
/
+32
*
HTMLElement: 'dir' is a simple get/set. Enable more tests
Daniel Silverstone
2012-07-04
30
-18
/
+1
*
HTMLElement: lang is a simple get/set. Enable 29 more tests
Daniel Silverstone
2012-07-04
30
-18
/
+1
*
HTMLElement: title is a simple get/set. Enable 29 more tests
Daniel Silverstone
2012-07-04
30
-18
/
+1
*
HTMLDocument: Memoise 'title' 'lang' 'dir' and 'class' too
Daniel Silverstone
2012-07-04
2
-3
/
+33
*
HTMLElement: Replace current get/set id with a macro
Daniel Silverstone
2012-07-04
1
-33
/
+30
*
HTMLElement.set_id: Use memoised 'id' string from HTMLDocument
Daniel Silverstone
2012-07-04
1
-12
/
+12
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
10
-12
/
+18
*
Initial git ignores
Daniel Silverstone
2012-06-04
1
-0
/
+7
*
Don't use -std=c99 for gcc2. Oddly ZETA's gcc2 didn't really care, but Haiku'...
François Revel
2012-04-17
1
-2
/
+6
*
Fix a crash on http://gopher.floodgap.com/overbite/
François Revel
2012-04-07
1
-0
/
+5
*
Force dom_string to have maximal alignment requirements.
John Mark Bell
2012-04-01
2
-12
/
+12
*
Remove _GNU_SOURCE
John Mark Bell
2012-03-30
1
-1
/
+1
*
Replace strndup with our own implementation
John Mark Bell
2012-03-30
1
-3
/
+22
*
Remove pedantic from CFLAGS ready for wapcaplet rework
Daniel Silverstone
2012-03-29
1
-1
/
+1
*
Actually handle errors from lwc_string_caseless_isequal
Daniel Silverstone
2012-03-29
1
-3
/
+5
*
Remove dom_string casts in API macros to help prevent issues like that fixed ...
Daniel Silverstone
2012-03-28
2
-29
/
+20
*
Remove casts related to dom_string in API macros because they were hiding err...
Daniel Silverstone
2012-03-28
9
-104
/
+74
*
Should be passing the _s variants here
Daniel Silverstone
2012-03-28
1
-1
/
+1
*
Replace algorithm used by _dom_validate_{nc,}name so that instead of O(n^2) i...
Daniel Silverstone
2012-03-28
1
-26
/
+50
*
Promote ref/unref in dom_string to be inline -- This implementation is a bit ...
Daniel Silverstone
2012-03-28
2
-83
/
+90
*
Promote ref/unref in dom_node to be inlines.
Daniel Silverstone
2012-03-28
9
-53
/
+47
*
Add some functions to implement some of LibCSS's selection callbacks, as an e...
Michael Drake
2012-03-28
2
-0
/
+98
*
Fix build on AmigaOS
Chris Young
2012-03-26
1
-0
/
+4
[next]