summaryrefslogtreecommitdiff
path: root/javascript/jsapi/htmldocument.bnd
Commit message (Collapse)AuthorAgeFilesLines
* remove unused and broken spidermonkey integrationVincent Sanders2016-06-071-596/+0
|
* Fixup javascript logging to cope with new varadic LOG macroVincent Sanders2015-05-281-1/+1
|
* create objects from window on demand an keep them as simple unshared objectsVincent Sanders2013-06-021-0/+1
| | | | update prototype handling to keep GC refs
* fix docuemnt/window location to correctly navigate, fixes ↵Vincent Sanders2013-02-071-2/+1
| | | | http://www.avaaz.org/ base page
* add and use debug logging macroVincent Sanders2013-01-231-9/+9
|
* implement Element::getElementsByTagNameVincent Sanders2013-01-231-0/+1
|
* implement document.compatmodeVincent Sanders2013-01-171-1/+30
|
* use a prologue section in the node binding to abstract out javascrip dom ↵Vincent Sanders2013-01-021-1/+1
| | | | node to libdom node conversion
* Initial implementation of document.createCommentVincent Sanders2013-01-021-55/+88
| | | | Improve robustness of jsobject to libdom object conversion in appendChild
* change the javascript bindings to use generated headersVincent Sanders2012-12-201-3/+7
|
* add dom event handler to document objectVincent Sanders2012-12-171-0/+255
|
* implement document.URL and document.documentURIVincent Sanders2012-12-071-2/+20
|
* correctly handle locationVincent Sanders2012-12-071-0/+16
|
* add correct copyright headersVincent Sanders2012-11-261-2/+13
|
* safely deal with NULL stringsVincent Sanders2012-11-161-22/+27
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-3/+3
|
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-091-1/+1
|
* add document.createElementVincent Sanders2012-11-091-0/+24
|
* implement appendChild so wikipedia lcm script worksVincent Sanders2012-11-081-1/+9
|
* make compatability macros for garbage collectionVincent Sanders2012-11-081-1/+0
|
* implement document.createTextNode operationVincent Sanders2012-11-071-0/+22
|
* add document.body, head and documentElement gettersVincent Sanders2012-11-071-2/+59
| | | | add a dom utility file and use it
* separate javascript logging macroVincent Sanders2012-11-061-0/+2
|
* working docuemnt.cookieVincent Sanders2012-11-041-16/+82
|
* improve dom reference accountingVincent Sanders2012-11-041-0/+6
|
* move bindings into the correct placeVincent Sanders2012-11-021-0/+40