summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* 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-1210-104/+134
| | | | | | by splitting javascript engine specific makefiles and source up we avoid having to consider old JSAPI or none code while working on duktape.
* 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
| | | | | The fix recently applied to document.write() also needs to be applied to document.writeln() This prevents a null pointer dereference.
* 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-093-42/+9
| | | | | The bindings provide a generated duckky_instanceof function, this changes to using that implementation.
* Add some HTML Element specialisations for HR and BRVincent Sanders2015-10-083-39/+27
| | | | | These specialisations make use of the new nsgenbind feature of generated property accessors.
* Turn off excessive debugging in javascriptVincent Sanders2015-10-071-1/+1
|
* complete binding for HTML BR elementVincent Sanders2015-10-072-1/+51
|
* Add a brief explanation of whats in the unimplemented documentationVincent Sanders2015-10-071-0/+1
|
* Add documentation showing unimplemented javascript bindingsVincent Sanders2015-10-071-1/+10
|
* Update html IDL to current specVincent Sanders2015-10-051-86/+69
|
* 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
| | | | | 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
|
* Fix instanceof to be correct and improve documentation of stack contentsDaniel Silverstone2015-09-091-9/+10
|
* 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
|
* Fix typo in unused jsapi code.Michael Drake2015-08-131-1/+1
|
* Proper error handling for JS context creation.Michael Drake2015-08-134-11/+25
|
* Add assertion that jscontext is non-NULL when making new compartment.Michael Drake2015-08-131-0/+1
|
* Slight tidying of error reportDaniel Silverstone2015-08-121-3/+3
|
* Log more of the JS error objectDaniel Silverstone2015-08-121-1/+10
|
* 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-123-12/+42
| | | | 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
|