summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.bnd
Commit message (Collapse)AuthorAgeFilesLines
* fix docuemnt/window location to correctly navigate, fixes ↵Vincent Sanders2013-02-071-0/+21
| | | | http://www.avaaz.org/ base page
* use a prologue section in the node binding to abstract out javascrip dom ↵Vincent Sanders2013-01-021-18/+17
| | | | node to libdom node conversion
* Initial implementation of document.createCommentVincent Sanders2013-01-021-1/+8
| | | | Improve robustness of jsobject to libdom object conversion in appendChild
* 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