summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* do not add script handler if runtime cannot be initialisedVincent Sanders2012-12-131-2/+4
* implement document.URL and document.documentURIVincent Sanders2012-12-073-6/+32
* correctly handle locationVincent Sanders2012-12-073-20/+31
* abstract out GC root manipulation for js valuesVincent Sanders2012-12-042-2/+11
* make events work on elementsVincent Sanders2012-12-043-27/+353
* fix disabled javascript function signatureVincent Sanders2012-12-031-1/+1
* add stub implemntation for event handling in elementsVincent Sanders2012-12-033-5/+34
* issue click events at domVincent Sanders2012-12-032-9/+42
* fix logicVincent Sanders2012-11-281-1/+1
* use macro to compareVincent Sanders2012-11-281-27/+23
* make window load event delivery workVincent Sanders2012-11-282-13/+21
* initial event fireing implementationVincent Sanders2012-11-286-0/+154
* remove example binding its out of date and in nsgenbind anywayVincent Sanders2012-11-261-229/+0
* add correct copyright headersVincent Sanders2012-11-262-4/+26
* update event handler to cope with nsgenbind changesVincent Sanders2012-11-251-2/+2
* use unshared type handler for all events on windowVincent Sanders2012-11-233-6/+32
* rationalise the JSAPI macro usage requires nsgenbind changesVincent Sanders2012-11-221-24/+39
* use correct unref functionsVincent Sanders2012-11-211-7/+7
* improve location interface implementationVincent Sanders2012-11-213-4/+97
* update JSAPI_PS() signature to cope with new nsgenbindVincent Sanders2012-11-201-18/+18
* cleanup formatting in binding filesVincent Sanders2012-11-193-35/+6
* add nodeValue implementationVincent Sanders2012-11-181-2/+19
* add nodeName implementationVincent Sanders2012-11-181-0/+17
* add nodeTypeVincent Sanders2012-11-181-0/+11
* implement childElementCountVincent Sanders2012-11-181-0/+27
* implement previousElementSibling and nextElementSiblingVincent Sanders2012-11-181-2/+62
* implement lastElementChildVincent Sanders2012-11-181-0/+31
* implement firstElementChildVincent Sanders2012-11-181-5/+46
* add Garbage colelction root set macrosVincent Sanders2012-11-171-25/+55
* safely deal with NULL stringsVincent Sanders2012-11-161-22/+27
* add Node interface binding just to get the prototypeVincent Sanders2012-11-143-0/+44
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-102-4/+16
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-1/+1
* add document.createElementVincent Sanders2012-11-093-12/+48
* JSContext needs to be a pointerChris Young2012-11-081-1/+1
* Spidermonkey 1.70 headers don't have JS_SET_RVALChris Young2012-11-081-0/+1
* put correct type casts into constructorVincent Sanders2012-11-081-2/+2
* implement appendChild so wikipedia lcm script worksVincent Sanders2012-11-085-4/+68
* setup spidermonky 1.7.0 compatability macros, derived from ole's macrosVincent Sanders2012-11-081-6/+12
* ensure JS_EvaluateScript has a variable to return its resultVincent Sanders2012-11-081-1/+2
* make compatability macros for garbage collectionVincent Sanders2012-11-083-7/+124
* implement document.createTextNode operationVincent Sanders2012-11-074-4/+38
* add Text interfaceVincent Sanders2012-11-073-0/+56
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-2/+59
* fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkeyVincent Sanders2012-11-061-1/+1
* implement JSAPI_CLASS_NO_INTERNAL_MEMBERS correctly for differring versions o...Vincent Sanders2012-11-061-1/+10
* separate javascript logging macroVincent Sanders2012-11-063-10/+16
* ensure garbage collector knows about created objectsVincent Sanders2012-11-061-0/+17
* working docuemnt.cookieVincent Sanders2012-11-042-72/+82
* improve dom reference accountingVincent Sanders2012-11-046-19/+34