summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-035-2/+240
* add jsstring to jsval conversion macro that copes with null jsstringsVincent Sanders2012-11-031-0/+4
* add global api to window bindingVincent Sanders2012-11-031-0/+2
* move bindings into the correct placeVincent Sanders2012-11-028-0/+0
* improve example binding docuemntationVincent Sanders2012-11-021-44/+183
* remove extraneous debugVincent Sanders2012-11-021-5/+1
* add location bindingVincent Sanders2012-11-013-36/+107
* remove old handmade binding codeVincent Sanders2012-11-0111-1876/+0
* add HTMLElement interface bindingVincent Sanders2012-11-015-12/+89
* console interface from IDLVincent Sanders2012-10-314-2/+88
* add navigator interfaceVincent Sanders2012-10-315-7/+222
* Move WebIDL to be available for all binding types not just jsapi (spidermonkey)Vincent Sanders2012-10-303-0/+0
* get minimal window property functionality working on window objectVincent Sanders2012-10-291-1/+9
* add binding for window classVincent Sanders2012-10-292-1/+131
* fix obtaining the "this" objectVincent Sanders2012-10-282-6/+15
* add include for bindingsVincent Sanders2012-10-261-0/+1
* Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into ...Vincent Sanders2012-10-261-1/+0
|\
| * use generated htmldocument bindingVincent Sanders2012-10-242-2/+5
| * add initial binding files for nsgenbindVincent Sanders2012-10-233-31/+53
| * Initial webIDL files for core dom and htmlVincent Sanders2012-10-233-0/+2709
* | split class prototype initialisation from instantiationVincent Sanders2012-10-265-240/+238
* | use generated htmldocument bindingVincent Sanders2012-10-252-2/+5
* | add initial binding files for nsgenbindVincent Sanders2012-10-253-31/+53
* | Initial webIDL files for core dom and htmlVincent Sanders2012-10-253-0/+2709
|/
* Alocate jsclass_document_priv size.Michael Drake2012-10-051-1/+1
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
* make the "none" javascript implmentation specifically disable the scripting o...Vincent Sanders2012-10-021-0/+2
* remove comment after checking correctness of sourcesVincent Sanders2012-08-221-3/+0
* add js property (dom attribute) support to the document/element objectsVincent Sanders2012-08-177-18/+71
* fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-157-228/+541
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-096-15/+13