index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
Object sizes do not apply when calculating the extent of descendent
John Mark Bell
2007-04-07
1
-11
/
+0
*
Fix embedded object + display: none; crash (1695751) (c.f r3236)
John Mark Bell
2007-04-06
1
-17
/
+32
*
Squash access to freed memory.
John Mark Bell
2007-04-06
1
-5
/
+5
*
Recognise <image> as a synonym for <img> (fixes 1692426)
John Mark Bell
2007-04-01
1
-0
/
+2
*
Deal with more ways in which meta refresh URLs can be invalid.
John Mark Bell
2007-04-01
1
-14
/
+23
*
Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)
John Mark Bell
2007-03-28
2
-22
/
+36
*
Fix assertion when table has negative mbp (1579981)
John Mark Bell
2007-03-25
1
-0
/
+4
*
Fix handling of scrollbar addition to blocks which have height/width ==
John Mark Bell
2007-03-24
1
-19
/
+41
*
Fix FP exception when right-aligned tables with margin: auto are nested
John Mark Bell
2007-03-24
1
-0
/
+5
*
Make <object> attribute handling more spec compliant
John Mark Bell
2007-03-22
1
-10
/
+31
*
Fix invalidation of unwanted contents.
John Mark Bell
2007-03-19
1
-1
/
+12
*
Ensure content owners check that they are still interested in a content
John Mark Bell
2007-03-18
1
-9
/
+24
*
Default form field maxlength to UINT_MAX (fixes 1620540)
John Mark Bell
2007-03-11
2
-2
/
+3
*
Content handlers should not call warn_user - they should broadcast the
John Mark Bell
2007-03-11
2
-9
/
+22
*
Transliterate form submissions (requires an iconv implementation that
John Mark Bell
2007-03-11
1
-24
/
+9
*
Ensure multipart/form-data submissions are in the correct charset.
John Mark Bell
2007-02-26
1
-70
/
+110
*
Fix handling of % signs in textarea initial value. (Fixes 1617123)
John Mark Bell
2007-02-11
1
-1
/
+1
*
Reparse entire document if meta charset resulting in changed document
John Mark Bell
2007-02-10
1
-14
/
+48
*
Work around libxml oddness in allowing document meta encoding to
John Mark Bell
2007-02-10
1
-0
/
+20
*
Fix handling of cookies in unverifiable transactions caused by a redirect fro...
John Mark Bell
2007-02-02
1
-11
/
+13
*
Bring handling of submission of blank file inputs in line with other browsers.
John Mark Bell
2007-01-30
1
-5
/
+12
*
Make GTK build compile on FreeBSD.
James Bursa
2007-01-29
2
-2
/
+3
*
Add html_dump_frameset() to help understand and debug frames.
James Bursa
2007-01-24
1
-0
/
+56
*
Default frame margin 0 instead of -1. Fix marginheight parsing.
James Bursa
2007-01-24
1
-9
/
+9
*
Fix box_visible() to return a bool.
James Bursa
2007-01-14
2
-2
/
+2
*
Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...
James Bursa
2007-01-13
1
-96
/
+126
*
Don't require frames to specify a URL (fixes frame names not being recognised)
Richard Wilson
2007-01-03
1
-22
/
+13
*
Stop animated images rendering for hidden or fallback boxes.
James Bursa
2006-12-31
3
-1
/
+32
*
Reflow iframes on layout (fix 1617625)
Richard Wilson
2006-12-30
1
-2
/
+6
*
Implement form targets (fix 1619094)
Richard Wilson
2006-12-30
3
-3
/
+6
*
Fix height of absolutely positioned inline blocks with an object. Fix layout ...
James Bursa
2006-12-26
1
-6
/
+22
*
Remove wrong kind of free for data allocated using talloc.
James Bursa
2006-12-08
1
-1
/
+0
*
Allocate new styles for implied boxes using talloc instead of css_duplicate_s...
James Bursa
2006-12-08
1
-8
/
+10
*
Improved tracking of memory usage. c->size is now exclusive of talloc size, a...
James Bursa
2006-12-03
1
-2
/
+0
*
Update project URL.
Michael Drake
2006-11-27
22
-48
/
+48
*
Add browser_window_reformat() and use it instead of content_reformat() to rem...
James Bursa
2006-11-26
1
-5
/
+0
*
Move frames-related code out of browser.c into a new file. Remove some browse...
James Bursa
2006-11-26
1
-5
/
+0
*
Media-descriptors are case-insensitive.
Michael Drake
2006-11-11
1
-4
/
+4
*
Fix gap between list marker and list content.
Michael Drake
2006-11-10
1
-0
/
+1
*
Fix distortion of list marker images.
James Bursa
2006-11-07
1
-6
/
+16
*
Implement list-style-type circle, square, none, and decimal.
James Bursa
2006-11-05
1
-2
/
+36
*
More work on lists. Simplify the implementation to a BLOCK for display: list-...
James Bursa
2006-11-05
6
-424
/
+124
*
Initial work for display: list-item support
John Mark Bell
2006-11-04
5
-18
/
+416
*
Ensure page encoding isn't trampled.
John Mark Bell
2006-11-04
1
-0
/
+3
*
Implement absolute positioned inlines.
James Bursa
2006-11-04
2
-9
/
+45
*
Remove code to determine containing block; no longer used.
James Bursa
2006-10-22
1
-24
/
+3
*
Do absolute positioning after other layout so that containing block is fully ...
James Bursa
2006-10-10
1
-37
/
+30
*
Check for null style before using it.
James Bursa
2006-10-09
1
-2
/
+3
*
Modify implementation of absolute positioning to support "static positions". ...
James Bursa
2006-10-08
6
-199
/
+59
*
Correcly encode spaces for url-encoded form submission.
John Mark Bell
2006-09-19
1
-2
/
+2
[next]