summaryrefslogtreecommitdiff
path: root/javascript
Commit message (Expand)AuthorAgeFilesLines
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
* browser_window_navigate refactorVincent Sanders2013-02-181-3/+23
* fix docuemnt/window location to correctly navigate, fixes http://www.avaaz.or...Vincent Sanders2013-02-073-9/+77
* fix cast warning in location::href setterVincent Sanders2013-01-311-1/+1
* add href location setterVincent Sanders2013-01-311-0/+14
* implement Element::hasAttributeVincent Sanders2013-01-231-0/+22
* implement Element::removeAttributeVincent Sanders2013-01-231-0/+17
* implement Element::classNameVincent Sanders2013-01-231-0/+16
* implement Element::idVincent Sanders2013-01-231-0/+16
* add and use debug logging macroVincent Sanders2013-01-234-11/+17
* implement Element::tagNameVincent Sanders2013-01-231-0/+20
* implement Element::getElementsByTagNameVincent Sanders2013-01-232-0/+39
* implement Element::setAttributeVincent Sanders2013-01-231-0/+25
* implement Element::getAttributeVincent Sanders2013-01-231-0/+23
* add default property handler for array indexingVincent Sanders2013-01-221-6/+35
* simplify jsapi property compatability macrosVincent Sanders2013-01-221-16/+7
* add macros for default proprty actionsVincent Sanders2013-01-171-0/+6
* implement document.compatmodeVincent Sanders2013-01-171-1/+30
* use a prologue section in the node binding to abstract out javascrip dom node...Vincent Sanders2013-01-023-42/+69
* Initial implementation of document.createCommentVincent Sanders2013-01-027-69/+170
* add explicit stdlib include for definition of free()Vincent Sanders2012-12-201-0/+1
* change the javascript bindings to use generated headersVincent Sanders2012-12-2013-184/+51
* add coment on superclassesVincent Sanders2012-12-171-0/+72
* add missing copyright headerVincent Sanders2012-12-173-9/+14
* add dom event handler to document objectVincent Sanders2012-12-172-5/+261
* allow for JSOPTION_JIT to not be setVincent Sanders2012-12-161-4/+6
* 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