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
/
handlers
/
javascript
Commit message (
Expand
)
Author
Age
Files
Lines
*
dukky_push_event: Enable KeyboardEvent specialisation.
Michael Drake
2019-12-01
1
-1
/
+31
*
JavaScript: Add KeyboardEvent bindings.
Michael Drake
2019-12-01
2
-1
/
+143
*
Window: set{Timeout,Interval}() default delay 10ms
Daniel Silverstone
2019-08-21
1
-12
/
+8
*
Duktape element binding: Check dom_string_create for error.
Michael Drake
2019-08-04
1
-0
/
+6
*
dukky: Remove unused `dukky_safe_get()`
Daniel Silverstone
2019-08-02
1
-6
/
+0
*
dukky: Clean up our stacktrace reporting
Daniel Silverstone
2019-08-02
1
-31
/
+6
*
Duktape: Hopefully silence issue with %lld
Daniel Silverstone
2019-08-02
1
-1
/
+2
*
Duktape: Make declaration match definition for memcmp and double_div.
Michael Drake
2019-08-02
1
-3
/
+3
*
Duktape: Make declaration match definition for duk_refzero_check_fast()
Michael Drake
2019-08-02
1
-1
/
+1
*
Duktape: Make declarations match definitions for fastint-enabled functions.
Michael Drake
2019-08-02
1
-2
/
+2
*
Duktape: Make declarations match definitions for duk_raw_read_xxx_be
Michael Drake
2019-08-02
1
-6
/
+6
*
Duktape: Make declarations match definitions for inline functions.
Michael Drake
2019-08-02
1
-4
/
+4
*
Duktape: Prevent clang static analysis.
Michael Drake
2019-08-02
1
-0
/
+3
*
Duktape: Update to 2.4.0 release.
Michael Drake
2019-08-02
3
-7413
/
+8430
*
Document.bnd: Fix cookies getter and implement setter
Daniel Silverstone
2019-08-02
1
-1
/
+33
*
Dukky: Add and utilise a jserrors category
Daniel Silverstone
2019-08-02
1
-4
/
+4
*
Window: Provide a little more info on why not EXPOSE()ing some stuff
Daniel Silverstone
2019-08-02
1
-9
/
+10
*
Window: Restructure EXPOSE()d globals
Daniel Silverstone
2019-08-02
1
-14
/
+82
*
dukky.c: Correct typo (BUTTOM -> BUTTON)
Daniel Silverstone
2019-08-01
1
-1
/
+1
*
Dukky: Support console logging better
Daniel Silverstone
2019-08-01
4
-2
/
+117
*
dukky: Attempt to make the fallback to HTMLUnknownElement more useful.
Daniel Silverstone
2019-08-01
1
-4
/
+7
*
Console.bnd: Support attempts to log when Window has gone
Daniel Silverstone
2019-08-01
1
-1
/
+2
*
cleanup some javascript documentation comments
Vincent Sanders
2019-07-12
2
-33
/
+69
*
when owning context is destroyed ensure that active js compartment is destroy...
Vincent Sanders
2019-07-12
1
-24
/
+56
*
make content close check the content status itself
Vincent Sanders
2019-07-10
1
-2
/
+3
*
add isFinite to global context
Vincent Sanders
2019-07-01
1
-0
/
+1
*
revert 8265b8b66f7072a659dbc0f3e50fe23d6d6a68a1 as ssize_t is not available e...
Vincent Sanders
2019-06-25
1
-1
/
+1
*
Duktape: Probably should use ssize_t
Daniel Silverstone
2019-06-15
1
-1
/
+1
*
Duktape: Hopefully silence issue with %lld
Daniel Silverstone
2019-06-15
2
-1
/
+4
*
Window.bnd: Suppress some unnecessary stack frame dumps
Daniel Silverstone
2019-06-09
1
-3
/
+3
*
Window.bnd: Expose isNan
Daniel Silverstone
2019-06-09
1
-0
/
+1
*
Window.bnd: Do not remove in-train callbacks
Daniel Silverstone
2019-06-09
1
-8
/
+17
*
Update schedulers return codes
Vincent Sanders
2019-06-08
1
-1
/
+6
*
Document.bnd: createDocumentFragment() unref fragment
Daniel Silverstone
2019-06-01
1
-0
/
+2
*
Improve javascript unimplemented bnding documentation generation
Vincent Sanders
2019-05-31
1
-4
/
+8
*
Expose NaN on Window
Daniel Silverstone
2019-05-25
1
-0
/
+1
*
Add dodgy window method to clear callbacks
Daniel Silverstone
2019-05-25
2
-1
/
+39
*
Log when we finalise window objects
Daniel Silverstone
2019-05-25
1
-0
/
+1
*
Use generics for makeListProxy properly
Daniel Silverstone
2019-05-25
1
-2
/
+2
*
Use generics for makeListProxy properly
Daniel Silverstone
2019-05-25
1
-2
/
+1
*
Remove unnecessary generics magic
Daniel Silverstone
2019-05-25
1
-1
/
+0
*
Quieten dukky a little more in default log levels
Daniel Silverstone
2019-05-06
1
-3
/
+3
*
Use new safe context dump
Daniel Silverstone
2019-05-06
1
-9
/
+3
*
Support context dump safely in duktape
Daniel Silverstone
2019-05-06
2
-2
/
+24
*
Add some missing unrefs
Daniel Silverstone
2019-05-06
1
-0
/
+4
*
complete basic binding documentation
Vincent Sanders
2019-05-06
1
-3
/
+13
*
Properly set log levels
Daniel Silverstone
2019-05-06
1
-8
/
+8
*
change content get_source_data interfaces to return uint8_t and size_t
Vincent Sanders
2019-05-05
3
-5
/
+14
*
Use consoleFormatter in Console.bnd
Daniel Silverstone
2019-05-05
1
-6
/
+27
*
Generics: Add consoleFormatter
Daniel Silverstone
2019-05-05
1
-0
/
+76
[next]