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
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support Document::createEvent()
Daniel Silverstone
2019-05-03
3
-1
/
+19
*
Event: Implement initEvent() and getter isTrusted
Daniel Silverstone
2019-05-03
1
-0
/
+37
*
Update UnimplementedJavascript with the window functions now implemented
Daniel Silverstone
2019-05-03
1
-1
/
+1
*
Javascript: Support setTimeout and friends
Daniel Silverstone
2019-05-03
3
-31
/
+274
*
dukky: Clean up the logging levels a little
Daniel Silverstone
2019-05-02
1
-2
/
+3
*
Fix some bsdsocket.library usage
Chris Young
2019-04-08
1
-0
/
+5
*
SVG content handler: Fix plot style stroke_width
Michael Forney
2019-03-05
1
-1
/
+1
*
use memcpy instead of strcpy to make the dom string copy intention explicit
Vincent Sanders
2019-03-04
1
-4
/
+4
*
validate the form button element type attribute as per spec
Vincent Sanders
2019-02-22
1
-4
/
+16
*
add webp image handler
Vincent Sanders
2019-02-17
4
-0
/
+269
*
improve some comments
Vincent Sanders
2019-02-17
1
-2
/
+6
*
tidy up bmp and ico makefile entries to be one per line
Vincent Sanders
2019-02-17
1
-1
/
+2
*
DUKKY: Remove LOG/JS_LOG macros, update to dukky category
Daniel Silverstone
2019-02-17
2
-57
/
+49
*
Use NSLOG rather than LOG/JS_LOG
Daniel Silverstone
2019-02-17
2
-3
/
+3
*
HTML handler: Reformat passing viewport height when triggered by object.
Michael Drake
2019-02-17
1
-3
/
+3
*
Content: Make the content structure aware of viewport height.
Michael Drake
2019-02-17
2
-1
/
+4
*
Layout: Add debug logging to show viewport dimensions passed into layout.
Michael Drake
2019-02-17
1
-0
/
+4
*
Box construction: Don't handle IMAGE specially.
Michael Drake
2018-12-13
1
-1
/
+0
*
ensure url buffer is sufficient to not truncate output
Vincent Sanders
2018-11-06
1
-1
/
+1
*
fix logging level in duktape binding
Vincent Sanders
2018-11-06
1
-6
/
+6
*
Slightly nicer handling of js_exec() and errors
Daniel Silverstone
2018-11-04
1
-19
/
+47
*
check dom call return and improve handling of missing form type
Vincent Sanders
2018-10-09
1
-22
/
+30
*
rewrite form_successful_controls_dom as form_dom_to_data
Vincent Sanders
2018-09-29
1
-556
/
+883
*
gcc on openbsd is unable to reason about res variable usage and generates bog...
Vincent Sanders
2018-09-26
1
-1
/
+1
*
fix url encoding to be compatible with nsurl API changes.
Vincent Sanders
2018-09-26
5
-158
/
+177
*
allow comments to supress implicit fallthrough warnings
Vincent Sanders
2018-09-07
2
-6
/
+6
*
HTML: Don't try to finish an HTML document's conversion twice.
Michael Drake
2018-08-27
1
-0
/
+16
*
remove warning by replacing sprintf snprintf
Vincent Sanders
2018-08-24
1
-1
/
+5
*
remove warning by replacing strcpy with safer strncpy
Vincent Sanders
2018-08-24
1
-5
/
+11
*
fix size_t format specifiers
Vincent Sanders
2018-08-18
2
-13
/
+16
*
API: Don't expose urldb_{g|s}et_auth_details to frontends.
Michael Drake
2018-08-15
1
-0
/
+21
*
Text handling: Display application/json, rather than offering download.
Michael Drake
2018-08-14
1
-0
/
+6
*
refactor llcache header processing
Vincent Sanders
2018-08-12
1
-115
/
+159
*
Duktape: Make declaration match definition for memcmp and double_div.
Michael Drake
2018-08-10
1
-3
/
+3
*
Duktape: Make declaration match definition for duk_refzero_check_fast()
Michael Drake
2018-08-10
1
-1
/
+1
*
Duktape: Make declarations match definitions for fastint-enabled functions.
Michael Drake
2018-08-10
1
-2
/
+2
*
Duktape: Make declarations match definitions for duk_raw_read_xxx_be
Michael Drake
2018-08-10
1
-6
/
+6
*
Duktape: Make declarations match definitions for inline functions.
Michael Drake
2018-08-10
1
-4
/
+4
*
Duktape: Prevent clang static analysis.
Michael Drake
2018-08-10
1
-0
/
+3
*
Duktape: Update to version 2.3.0 release.
Michael Drake
2018-08-10
3
-2292
/
+3974
*
Curl fetcher: Jiggle logging levels.
Michael Drake
2018-08-09
1
-2
/
+2
*
Content: Log URLs with nsurl_access_log().
Michael Drake
2018-08-09
1
-9
/
+9
*
Curl fetcher: Move poll logging from INFO to DEEPDEBUG.
Michael Drake
2018-08-09
1
-2
/
+2
*
Browser: Rename function to access bw URL.
Michael Drake
2018-07-23
1
-1
/
+1
*
Layout: Use box helper for first child checks.
glenwalker/bug_0002428
Michael Drake
2018-06-29
1
-2
/
+2
*
Box: Add helper to check if box is first child.
Michael Drake
2018-06-29
1
-0
/
+11
*
Layout: Tidy condition so it can be read.
Michael Drake
2018-06-29
1
-7
/
+6
*
Plotters: Expose array of font family strings to front ends.
Michael Drake
2018-05-23
1
-0
/
+1
*
Plotters: Remove width param from path plotter.
Michael Drake
2018-05-23
1
-2
/
+2
*
Plotters: Change stroke width in the plot_style_t to fixed point.
Michael Drake
2018-05-23
2
-6
/
+7
[next]