summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.bnd
Commit message (Expand)AuthorAgeFilesLines
* remove unused and broken spidermonkey integrationVincent Sanders2016-06-071-402/+0
* Fixup javascript logging to cope with new varadic LOG macroVincent Sanders2015-05-281-1/+1
* implement very, very bad js window.top methodVincent Sanders2013-06-031-0/+5
* enable trace logging in binding generationVincent Sanders2013-06-031-1/+0
* forcing a GC when the new global is created improves memory usage with script...Vincent Sanders2013-06-031-0/+3
* create objects from window on demand an keep them as simple unshared objectsVincent Sanders2013-06-021-88/+178
* fix docuemnt/window location to correctly navigate, fixes http://www.avaaz.or...Vincent Sanders2013-02-071-0/+21
* use a prologue section in the node binding to abstract out javascrip dom node...Vincent Sanders2013-01-021-18/+17
* Initial implementation of document.createCommentVincent Sanders2013-01-021-1/+8
* change the javascript bindings to use generated headersVincent Sanders2012-12-201-2/+12
* correctly handle locationVincent Sanders2012-12-071-19/+14
* add stub implemntation for event handling in elementsVincent Sanders2012-12-031-2/+6
* fix logicVincent Sanders2012-11-281-1/+1
* use macro to compareVincent Sanders2012-11-281-27/+23
* make window load event delivery workVincent Sanders2012-11-281-11/+17
* initial event fireing implementationVincent Sanders2012-11-281-0/+47
* add correct copyright headersVincent Sanders2012-11-261-2/+13
* update event handler to cope with nsgenbind changesVincent Sanders2012-11-251-2/+2
* use unshared type handler for all events on windowVincent Sanders2012-11-231-0/+10
* improve location interface implementationVincent Sanders2012-11-211-1/+2
* cleanup formatting in binding filesVincent Sanders2012-11-191-7/+1
* add Node interface binding just to get the prototypeVincent Sanders2012-11-141-0/+5
* make compatability macros for garbage collectionVincent Sanders2012-11-081-4/+4
* add Text interfaceVincent Sanders2012-11-071-0/+5
* ensure garbage collector knows about created objectsVincent Sanders2012-11-061-0/+17
* improve dom reference accountingVincent Sanders2012-11-041-1/+1
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-031-0/+10
* add global api to window bindingVincent Sanders2012-11-031-0/+2
* move bindings into the correct placeVincent Sanders2012-11-021-0/+165