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
/
javascript
Commit message (
Expand
)
Author
Age
Files
Lines
*
abstract out GC root manipulation for js values
Vincent Sanders
2012-12-04
2
-2
/
+11
*
make events work on elements
Vincent Sanders
2012-12-04
3
-27
/
+353
*
fix disabled javascript function signature
Vincent Sanders
2012-12-03
1
-1
/
+1
*
add stub implemntation for event handling in elements
Vincent Sanders
2012-12-03
3
-5
/
+34
*
issue click events at dom
Vincent Sanders
2012-12-03
2
-9
/
+42
*
fix logic
Vincent Sanders
2012-11-28
1
-1
/
+1
*
use macro to compare
Vincent Sanders
2012-11-28
1
-27
/
+23
*
make window load event delivery work
Vincent Sanders
2012-11-28
2
-13
/
+21
*
initial event fireing implementation
Vincent Sanders
2012-11-28
6
-0
/
+154
*
remove example binding its out of date and in nsgenbind anyway
Vincent Sanders
2012-11-26
1
-229
/
+0
*
add correct copyright headers
Vincent Sanders
2012-11-26
2
-4
/
+26
*
update event handler to cope with nsgenbind changes
Vincent Sanders
2012-11-25
1
-2
/
+2
*
use unshared type handler for all events on window
Vincent Sanders
2012-11-23
3
-6
/
+32
*
rationalise the JSAPI macro usage requires nsgenbind changes
Vincent Sanders
2012-11-22
1
-24
/
+39
*
use correct unref functions
Vincent Sanders
2012-11-21
1
-7
/
+7
*
improve location interface implementation
Vincent Sanders
2012-11-21
3
-4
/
+97
*
update JSAPI_PS() signature to cope with new nsgenbind
Vincent Sanders
2012-11-20
1
-18
/
+18
*
cleanup formatting in binding files
Vincent Sanders
2012-11-19
3
-35
/
+6
*
add nodeValue implementation
Vincent Sanders
2012-11-18
1
-2
/
+19
*
add nodeName implementation
Vincent Sanders
2012-11-18
1
-0
/
+17
*
add nodeType
Vincent Sanders
2012-11-18
1
-0
/
+11
*
implement childElementCount
Vincent Sanders
2012-11-18
1
-0
/
+27
*
implement previousElementSibling and nextElementSibling
Vincent Sanders
2012-11-18
1
-2
/
+62
*
implement lastElementChild
Vincent Sanders
2012-11-18
1
-0
/
+31
*
implement firstElementChild
Vincent Sanders
2012-11-18
1
-5
/
+46
*
add Garbage colelction root set macros
Vincent Sanders
2012-11-17
1
-25
/
+55
*
safely deal with NULL strings
Vincent Sanders
2012-11-16
1
-22
/
+27
*
add Node interface binding just to get the prototype
Vincent Sanders
2012-11-14
3
-0
/
+44
*
remove redundant domutils and put functionality in existing utils/libdom
Vincent Sanders
2012-11-10
2
-4
/
+16
*
Rough implementation of httponly cookie support
Daniel Silverstone
2012-11-09
1
-1
/
+1
*
add document.createElement
Vincent Sanders
2012-11-09
3
-12
/
+48
*
JSContext needs to be a pointer
Chris Young
2012-11-08
1
-1
/
+1
*
Spidermonkey 1.70 headers don't have JS_SET_RVAL
Chris Young
2012-11-08
1
-0
/
+1
*
put correct type casts into constructor
Vincent Sanders
2012-11-08
1
-2
/
+2
*
implement appendChild so wikipedia lcm script works
Vincent Sanders
2012-11-08
5
-4
/
+68
*
setup spidermonky 1.7.0 compatability macros, derived from ole's macros
Vincent Sanders
2012-11-08
1
-6
/
+12
*
ensure JS_EvaluateScript has a variable to return its result
Vincent Sanders
2012-11-08
1
-1
/
+2
*
make compatability macros for garbage collection
Vincent Sanders
2012-11-08
3
-7
/
+124
*
implement document.createTextNode operation
Vincent Sanders
2012-11-07
4
-4
/
+38
*
add Text interface
Vincent Sanders
2012-11-07
3
-0
/
+56
*
add document.body, head and documentElement getters
Vincent Sanders
2012-11-07
1
-2
/
+59
*
fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey
Vincent Sanders
2012-11-06
1
-1
/
+1
*
implement JSAPI_CLASS_NO_INTERNAL_MEMBERS correctly for differring versions o...
Vincent Sanders
2012-11-06
1
-1
/
+10
*
separate javascript logging macro
Vincent Sanders
2012-11-06
3
-10
/
+16
*
ensure garbage collector knows about created objects
Vincent Sanders
2012-11-06
1
-0
/
+17
*
working docuemnt.cookie
Vincent Sanders
2012-11-04
2
-72
/
+82
*
improve dom reference accounting
Vincent Sanders
2012-11-04
6
-19
/
+34
*
implement dom-getElementsByTagName and nodelist and htmlcollection
Vincent Sanders
2012-11-03
5
-2
/
+240
*
add jsstring to jsval conversion macro that copes with null jsstrings
Vincent Sanders
2012-11-03
1
-0
/
+4
*
add global api to window binding
Vincent Sanders
2012-11-03
1
-0
/
+2
[next]