This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
netsurf
Watch
1
Star
0
Fork
0
You've already forked netsurf
mirror of
https://github.com/netsurf-browser/netsurf
synced
2025-02-26 03:14:21 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
render
History
Michael Drake
0241f21d4d
Fix syntax.
...
svn path=/trunk/netsurf/; revision=3800
2008-01-29 01:18:23 +00:00
..
box_construct.c
Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour parsing code common.
2007-10-09 16:25:25 +00:00
box_normalise.c
Don't remove table rows with no children (fix 1753365)
2007-10-10 20:34:02 +00:00
box.c
Make box dump show "gadget".
2008-01-28 13:48:59 +00:00
box.h
Make F9 dump box tree to an editor for easier debugging.
2007-08-20 02:39:49 +00:00
directory.c
…
directory.h
…
font.h
…
form.c
Also try charsets without transliteration -- not all iconv() implementations support //TRANSLIT as it's a non-standard extension.
2007-09-27 13:57:29 +00:00
form.h
…
html_redraw.c
Render borders after backgrounds. Handle boxes with overflow hidden or scroll and borders correctly. Update copyrights.
2008-01-28 04:33:39 +00:00
html.c
Recurse into noscript elements when looking for meta refresh. This would work perfectly, were it not for libxml's html parser terminating head and starting body on sight of a noscript tag. Joy.
2008-01-28 02:43:06 +00:00
html.h
Rework handling of HTTP redirects -- we now count the number of redirects followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves.
2008-01-28 01:35:00 +00:00
imagemap.c
…
imagemap.h
…
layout.c
Fix syntax.
2008-01-29 01:18:23 +00:00
layout.h
…
list.c
…
list.h
…
table.c
…
table.h
…
textplain.c
…
textplain.h
…