summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Add conversion message display
* 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
|\ | | | | | | vince/nsgenbind
| * 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 ↵Vincent Sanders2012-10-021-0/+2
| | | | option
* 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
| | | | Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Add initial navigator object creation.Vincent Sanders2012-07-024-2/+123
| | | | | | | Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Add compatability code to allow compilation with earlier Spidermonky versionsVincent Sanders2012-06-303-85/+162
| | | | | | | | | By using carefuly built macros we can make the spidermonkey binding work on earlier editions of spidermonkey. Some ideas taken from Chris Young and Ole Signed-off-by: Vincent Sanders <vince@netsurf-browser.org>
* fix mimetype handling of script elementsVincent Sanders2012-06-283-3/+3
| | | | svn path=/trunk/netsurf/; revision=13993
* fix missing defaultVincent Sanders2012-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13992
* correctly terminate properties listVincent Sanders2012-06-272-10/+54
| | | | | | add helper to convert strings svn path=/trunk/netsurf/; revision=13991
* make non js builds compileVincent Sanders2012-06-276-11/+12
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* add window and self propertiesVincent Sanders2012-06-271-4/+165
| | | | svn path=/trunk/netsurf/; revision=13989