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
*
Move javascript content handler as appropriate for updated source format
Vincent Sanders
2016-06-07
79
-100705
/
+0
*
remove unused and broken spidermonkey integration
Vincent Sanders
2016-06-07
16
-3703
/
+0
*
Update content to split public and internal API
Vincent Sanders
2016-06-06
2
-1
/
+2
*
move desktop window header into public API
Vincent Sanders
2016-05-30
3
-3
/
+3
*
Squash harmless Clang warning introduced in Duktape 1.5.0.
Michael Drake
2016-05-11
1
-0
/
+6
*
Restore "make declarations match definitions for duk_raw_read_xxx_be" from 6d...
Michael Drake
2016-05-07
1
-6
/
+6
*
Restore prevention of clang static analysis from 336326af3aab93f31474fa6de287...
Michael Drake
2016-05-07
1
-0
/
+3
*
Update to Duktape 1.5.0 release.
Michael Drake
2016-05-07
3
-10072
/
+8566
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
1
-23
/
+4
*
stop content header dragging in so many other headers
Vincent Sanders
2016-04-19
1
-0
/
+1
*
Reduce unecessary use of directory entry headers
Vincent Sanders
2016-04-19
1
-1
/
+0
*
reduce content header interdependancy
Vincent Sanders
2016-04-18
1
-1
/
+1
*
Fix copyrights.
Michael Drake
2016-02-29
2
-2
/
+5
*
Add switch case fallthrough comment.
Michael Drake
2016-02-09
1
-0
/
+1
*
Handle known HTML elements without specialisations.
Michael Drake
2016-02-01
1
-1
/
+7
*
Attempt to squash warning that happens on CI.
Michael Drake
2016-02-01
1
-3
/
+3
*
JavaScript: Fix & optimise HTMLElement specialisation proto str generation.
Michael Drake
2016-02-01
1
-9
/
+199
*
HTMLElement: stub .style getter. For #2413.
John-Mark Bell
2016-01-31
1
-0
/
+9
*
Javascript: introduce script execution timeout. For #2413.
John-Mark Bell
2016-01-31
2
-1
/
+37
*
make declarations match definitions for duk_raw_read_xxx_be
Vincent Sanders
2016-01-25
1
-6
/
+6
*
Wrap verbose JS logging in debug macro.
Michael Drake
2016-01-25
4
-5
/
+11
*
Fix atari mint duktape build
Vincent Sanders
2016-01-22
1
-0
/
+7
*
Disable JavaScript force-on for forthcoming release.
Michael Drake
2016-01-21
1
-1
/
+3
*
Restore prevention of clang static analysis from 336326af3aab93f31474fa6de287...
Michael Drake
2016-01-15
1
-0
/
+3
*
Update to Duktape 1.4.0 release.
Michael Drake
2016-01-15
3
-1060
/
+1462
*
In the customisation header we need to use DUK_USE_* rather than DUK_OPT_*
Michael Drake
2016-01-03
1
-1
/
+1
*
Squash warning: variable ‘exc’ set but not used
Michael Drake
2015-12-20
1
-0
/
+1
*
Add assert that we got a base URI from the node.
Michael Drake
2015-12-20
1
-1
/
+2
*
Don't set DUK_USE_DEEP_C_STACK since the option has been removed.
Michael Drake
2015-12-14
1
-1
/
+0
*
Enable the REGEXP_CANON_WORKAROUND option
Michael Drake
2015-12-14
1
-0
/
+1
*
Restore prevention of clang static analysis from 336326af3aab93f31474fa6de287...
Michael Drake
2015-12-14
1
-0
/
+3
*
Restore volatility introduced in fd9aa16ece1af9af828c4606bbd9df975e5d2e3d
Michael Drake
2015-12-14
1
-1
/
+1
*
Update to duktape snapshot suggested by svaarala.
Michael Drake
2015-12-14
3
-3392
/
+5062
*
Support (in a slightly dodgy way) the onload event
Daniel Silverstone
2015-11-22
1
-7
/
+103
*
Add missing finaliser -- releases events properly
Daniel Silverstone
2015-11-22
1
-0
/
+5
*
Ensure that those events listed in 8.1.5.2 as forwarded from body to window, ...
Daniel Silverstone
2015-11-22
1
-0
/
+24
*
Replace duktape's default allocators. Realloc to zero is not guaranteed to f...
Daniel Silverstone
2015-11-22
1
-1
/
+41
*
Hacky fix to prevent attribute fetch on document objects
Daniel Silverstone
2015-11-22
1
-0
/
+18
*
Protect against attribute not being present
Vincent Sanders
2015-11-09
1
-1
/
+1
*
Use automatically generated event handers on Document
Vincent Sanders
2015-11-06
2
-5
/
+134
*
Use automatic generation for all HTMLElement event handler attributes
Vincent Sanders
2015-11-05
1
-38
/
+124
*
Add CSS object model and DOM parsing IDL ready for implementation
Vincent Sanders
2015-11-04
4
-3
/
+201
*
Try and prevent duktape from taking part in clang analysis
Daniel Silverstone
2015-11-01
1
-0
/
+3
*
Rudimentary Event object binding
Daniel Silverstone
2015-11-01
2
-0
/
+177
*
Support generating event objects during events
Daniel Silverstone
2015-11-01
1
-2
/
+8
*
Current target, not target, otherwise events are fired in the wrong place
Daniel Silverstone
2015-11-01
1
-1
/
+1
*
Log the phase for event debugging
Daniel Silverstone
2015-11-01
1
-0
/
+11
*
Implement Element::hasAttribute().
Michael Drake
2015-11-01
1
-0
/
+22
*
Element::getAttribute() returns DOMString? which means NULL if none.
Michael Drake
2015-11-01
1
-2
/
+5
*
Add Element::getAttribute() implementation.
Michael Drake
2015-10-31
1
-0
/
+25
[next]