summaryrefslogtreecommitdiff
path: root/javascript/duktape
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Visiting slashdot we get a document write with a node that has no html content user data.
* 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
| | | | | Without enabling this, the compiler recursion limit will be hit when parsing most non-trivial JS libraries.
* 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 ↵Daniel Silverstone2015-08-122-12/+41
| | | | is broken
* 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