summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing #include.Michael Drake2012-08-081-0/+1
* extend javascript object hierarchyVincent Sanders2012-08-086-98/+640
* add non rfc 4329 javascript mimetypes to content handlerVincent Sanders2012-08-061-2/+5
* add element objectVincent Sanders2012-08-053-5/+119
* Inital work on supporting getelementbyidVincent Sanders2012-08-051-1/+34
* add document IDL and test for geteleemntbyidVincent Sanders2012-08-011-0/+81
* fix global handlingVincent Sanders2012-07-313-3/+14
* remove parser binding layerVincent Sanders2012-07-131-3/+3
* do not try and write to document if the parser is finishedVincent Sanders2012-07-071-3/+3
* Improve logging and inline script handlingVincent Sanders2012-07-072-2/+2
* alter usage of libdom hubbub bindingVincent Sanders2012-07-063-8/+43
* Implement navigator propertiesVincent Sanders2012-07-022-2/+163
* Add initial navigator object creation.Vincent Sanders2012-07-024-2/+123
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-303-85/+162
* fix mimetype handling of script elementsVincent Sanders2012-06-283-3/+3
* fix missing defaultVincent Sanders2012-06-281-1/+1
* correctly terminate properties listVincent Sanders2012-06-272-10/+54
* make non js builds compileVincent Sanders2012-06-276-11/+12
* add window and self propertiesVincent Sanders2012-06-271-4/+165
* correctly setup window object as globalVincent Sanders2012-06-266-52/+318
* ensure javascript content handler is initialised Vincent Sanders2012-06-193-2/+6
* add content handler for javascriptVincent Sanders2012-06-191-0/+119
* restructure javascript binding layout to be more explicitVincent Sanders2012-06-194-9/+9
* use the correct version macroVincent Sanders2012-06-161-9/+25
* Fix stupid braino missing include for non js caseVincent Sanders2012-06-131-1/+3
* fix include for non javascript buildsVincent Sanders2012-06-132-5/+4
* improve javascript supportVincent Sanders2012-06-105-0/+336