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
/
html
/
html_document.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify vtables.
Michael Drake
2021-02-02
1
-2
/
+2
*
html_document: Tag names of '' are invalid
Daniel Silverstone
2020-10-02
1
-0
/
+4
*
Add HTMLCanvasElement
Vincent Sanders
2020-04-23
1
-1
/
+5
*
Fix libdom departures from "always return a ref" in public API.
Michael Drake
2019-02-16
1
-1
/
+0
*
HTMLDocument: Squash leaks of document.documentElement.
Michael Drake
2018-08-03
1
-4
/
+12
*
HTMLDocument.body: Squash leak of node list.
Michael Drake
2018-08-03
1
-0
/
+1
*
Add CENTER to list of HTML elements.
Michael Drake
2016-02-04
1
-0
/
+3
*
Add full list of HTML5 elements to enum.
Michael Drake
2016-02-01
1
-201
/
+305
*
Store HTMLElement tag types as enum on the html elements.
Michael Drake
2016-01-28
1
-7
/
+4
*
Simplified consistant interface to HTMLElement creation.
Michael Drake
2016-01-28
1
-73
/
+70
*
Fix: Pass tag_name through to HTMLQuoteElement initialiser.
Michael Drake
2016-01-28
1
-1
/
+2
*
Fix longstanding failure to handle HTMLDirectoryElement specialisation.
Michael Drake
2016-01-27
1
-7
/
+4
*
Optimise HTMLElement specialisation slightly.
Michael Drake
2016-01-27
1
-189
/
+222
*
Optimise element specialisation: use non-caseless comparison in ladder.
Michael Drake
2016-01-27
1
-63
/
+63
*
Remove default from HTML element specialisation switch.
Michael Drake
2016-01-27
1
-1
/
+0
*
Add missing detection of HTMLBaseElement specialisation.
Michael Drake
2016-01-27
1
-0
/
+8
*
Add missing detection of HTMLMetaElement specialisation.
Michael Drake
2016-01-27
1
-0
/
+7
*
Add missing detection of HTMLDivElement specialisation.
Michael Drake
2016-01-27
1
-0
/
+8
*
Add missing specialisation of BLOCKQUOTE.
Michael Drake
2016-01-27
1
-0
/
+4
*
Enable table row HTML element specialisation.
Michael Drake
2016-01-27
1
-0
/
+4
*
Split detection of HTML TAG type out into helper.
Michael Drake
2016-01-27
1
-138
/
+325
*
Split out tag names from general string table and enum.
Michael Drake
2016-01-27
1
-89
/
+197
*
Ensure HTMLDocument uses Document's Node vtable so that .textContent is correct
Daniel Silverstone
2015-11-22
1
-1
/
+1
*
Make HTMLDList IDL to c name mapping consistant
Vincent Sanders
2015-10-23
1
-2
/
+2
*
Make HTMLOList IDL to c name mapping consistant
Vincent Sanders
2015-10-23
1
-2
/
+2
*
Fix Doxygen
Daniel Silverstone
2014-11-15
1
-1
/
+1
*
Fix unref issue with html collection in applets callback. Coverity #1227072
Daniel Silverstone
2014-11-15
1
-3
/
+4
*
Fix type nonsense.
John-Mark Bell
2014-07-18
1
-4
/
+4
*
This tag gave me a headache for a day or two :P. The problem is that the pars...
Rupinder Singh Khokhar
2014-07-18
1
-0
/
+4
*
HTMLCollection
Rupinder Singh Khokhar
2014-07-18
1
-0
/
+1
*
HTMLDocument Element incomplete & test generator minor fix
Rupinder Singh Khokhar
2014-07-18
1
-29
/
+199
*
IFrame Element
rsk1994
2014-06-11
1
-0
/
+4
*
Frame Element
rsk1994
2014-06-11
1
-0
/
+4
*
FrameSet Element
rsk1994
2014-06-11
1
-0
/
+4
*
Style Element
rsk1994
2014-06-11
1
-0
/
+4
*
tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ...
rsk1994
2014-06-11
1
-1
/
+9
*
TableSection Element Rev.1
rsk1994
2014-06-11
1
-0
/
+6
*
TableCol Element
rsk1994
2014-06-11
1
-0
/
+6
*
TableCell Element & possible bug fix on TableCaption ELement
rsk1994
2014-06-11
1
-0
/
+6
*
TableCaption Element
rsk1994
2014-06-11
1
-0
/
+4
*
[Map Element Rev.2(fix)] & [Script Element add]
rsk1994
2014-06-11
1
-0
/
+12
*
Applet Element
rsk1994
2014-06-11
1
-0
/
+4
*
Param Element
rsk1994
2014-06-11
1
-0
/
+4
*
Object <object> Element.
rsk1994
2014-06-11
1
-0
/
+4
*
Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor E...
rsk1994
2014-06-11
1
-0
/
+4
*
Including Level2 tests & the Basefont Element , also a minor change in level2...
rsk1994
2014-06-11
1
-0
/
+4
*
Anchor <a> element
rsk1994
2014-06-11
1
-0
/
+4
*
Mod Element
rsk1994
2014-06-11
1
-0
/
+5
*
Font Element
rsk1994
2014-06-11
1
-0
/
+4
*
LI <li> Element
rsk1994
2014-06-11
1
-0
/
+4
[next]