summaryrefslogtreecommitdiff
path: root/javascript/duktape
Commit message (Expand)AuthorAgeFilesLines
* add automaticaly generated property setter and getters to HTMLHeadingElementVincent Sanders2015-10-132-1/+15
* add automaticaly generated property setter and getters to HTMLFrameSetElementVincent Sanders2015-10-133-2/+19
* add automaticaly generated property setter and getters to HTMLFrameElementVincent Sanders2015-10-132-1/+36
* Introduce a binding flags to allow local config changesVincent Sanders2015-10-121-3/+3
* turn full debugging off againVincent Sanders2015-10-121-1/+4
* Ensure the cause of the problem is logged when an htmlc has no parser.Michael Drake2015-10-121-15/+20
* Split up javascript engine makefilesVincent Sanders2015-10-124-1/+459
* add automaticaly generated property setter and getters to HTMLFormElementVincent Sanders2015-10-122-1/+27
* add automaticaly generated property setter and getters to HTMLFontElementVincent Sanders2015-10-122-1/+21
* add automaticaly generated property setter and getters to HTMLElementVincent Sanders2015-10-122-1/+21
* fix null dereference in document.writelnDave Higton2015-10-101-4/+13
* Add automaticaly generated property setter and getters to HTMLBodyElementVincent Sanders2015-10-103-2/+44
* Add automaticaly generated property setter and getters to HTMLBaseElementVincent Sanders2015-10-102-1/+18
* Add automaticaly generated property setter and getters to HTMLAreaElementVincent Sanders2015-10-092-1/+27
* Add automaticaly generated property setter and getters to HTMLAppletElementVincent Sanders2015-10-092-2/+33
* Add automaticaly generated property setter and getters to HTMLAnchorElementVincent Sanders2015-10-092-1/+40
* implement cookie reading in js document bindingVincent Sanders2015-10-091-4/+33
* Implement user agent reportingVincent Sanders2015-10-091-0/+11
* use the duckky_instanceof from the bindingsVincent Sanders2015-10-091-9/+9
* Add some HTML Element specialisations for HR and BRVincent Sanders2015-10-083-39/+27
* complete binding for HTML BR elementVincent Sanders2015-10-072-1/+51
* report error getting user data in document.writeVincent Sanders2015-10-051-3/+9
* initial js navigator bindingVincent Sanders2015-10-053-0/+98
* Makes the Javascript document.writeln() function work as well as write()Dave Higton2015-10-011-0/+22
* Update bindings to cope with improved nsgenbind syntaxVincent Sanders2015-09-289-114/+116
* Add assert before we wander off into the weeds.Michael Drake2015-09-261-0/+1
* Improve location implementation to be more completeVincent Sanders2015-09-201-39/+184
* expose the location object through document as well as windowVincent Sanders2015-09-101-0/+13
* Add initial readonly location implementationVincent Sanders2015-09-073-0/+227
* JS: mark idx_func volatile to remove warningJohn-Mark Bell2015-08-151-1/+1
* JS: use deep stack, regardless of platform.John-Mark Bell2015-08-151-0/+2
* Final (untested) bits of NodeDaniel Silverstone2015-08-141-5/+94
* More (untested) Node stuffDaniel Silverstone2015-08-141-7/+82
* expose Math operations to javascript codeVincent Sanders2015-08-131-0/+1
* Expose Array, Date and RegExp on WindowDaniel Silverstone2015-08-121-0/+3
* Add missing node unrefDaniel Silverstone2015-08-121-0/+1
* Attempt to prevent use of STRPTIME or GETDATE on platforms where we know it i...Daniel Silverstone2015-08-122-12/+41
* Take tip of the fix-cast-align-warnings branch from Sami to see if it helpsDaniel Silverstone2015-08-123-7782/+14718
* Fix: warning: pointer targets ... differ in signedness [-Wpointer-sign]Michael Drake2015-08-111-1/+1
* document.write shoud stringify all argsDaniel Silverstone2015-08-111-0/+3
* add urlutils IDL to netsurf bindingVincent Sanders2015-08-111-0/+1
* Element::getElementsByTagName()Daniel Silverstone2015-08-111-0/+23
* Add support for a lot of Node's interfaceDaniel Silverstone2015-08-111-10/+263
* Basic Console supportDaniel Silverstone2015-08-103-1/+197
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-091-2/+7
* Fix window.windowDaniel Silverstone2015-08-091-4/+3
* Avoid strptime on platforms where NetSurf knows we don't have a good oneDaniel Silverstone2015-08-091-0/+25
* Support PowerPCChris Young2015-08-091-2/+25
* Add duktape bindingsDaniel Silverstone2015-08-097-0/+731
* Add duktape 1.2.3 release ready for useDaniel Silverstone2015-08-092-0/+77150