summaryrefslogtreecommitdiff
path: root/lib/js
Commit message (Collapse)AuthorAge
* New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
|
* Make flattening of reactive HTML trees iterative instead of recursive, to ↵Gravatar Adam Chlipala2015-03-08
| | | | avoid stack overflows
* Fix dynClass JavaScript reversionGravatar Adam Chlipala2015-03-08
|
* Support 'dynClass' and 'dynStyle' for <body>Gravatar Adam Chlipala2015-03-03
|
* A new MonoReduce optimization for lifting 'let' out of field projection; ↵Gravatar Adam Chlipala2015-02-01
| | | | JavaScript compilation for exponentiation
* Client-side conversion of string to boolGravatar Adam Chlipala2014-12-25
|
* More HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Textual HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Adds AJAX-oriented widget cpassword.Gravatar Ziv Scully2014-08-10
|
* Added javascript for Basis.strsindexGravatar Samuel Dukhovni2014-07-28
|
* Fix dynClass for non-<body> contextsGravatar Adam Chlipala2014-05-04
|
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
|
* Change <active> to avoid generating an empty <span> for empty contentGravatar Adam Chlipala2014-04-21
|
* Merge with small clean-upsGravatar Adam Chlipala2014-02-18
|\
| * Add Datetime JavaScript support.Gravatar Patrick Hurst2014-02-17
|/
* Raise exception when recv()ing from someone else's channel; improve setting ↵Gravatar Adam Chlipala2013-12-27
| | | | of client ID in RPCs
* Add JavaScript mappings for isprint and ordGravatar Adam Chlipala2013-12-09
|
* Fix more of client-side error handlersGravatar Adam Chlipala2013-11-14
|
* Fix regression in execution of 'onError' handlersGravatar Adam Chlipala2013-11-14
|
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* add Placeholder attribute to <password>; change <textbox> code generation to ↵Gravatar Adam Chlipala2012-11-30
| | | | set 'type' to 'text'
* Removed unused parent() function which conflicts with window.parent.Gravatar Vladimir Shabanov2012-10-22
|
* Minor js optimizations.Gravatar Vladimir Shabanov2012-08-30
| | | | | * flatten() now uses accumulator and join. * reuse regexps instead of allocating new each time
* Removed setting of ignored XMLHttpRequest headers.Gravatar Vladimir Shabanov2012-08-30
|
* Fixed memory leak in dynClassGravatar Vladimir Shabanov2012-08-30
|
* Back out last change and pursue a different fix, based on explicitly ↵Gravatar Adam Chlipala2012-08-03
| | | | aborting script execution at times when we don't expect scripts to run
* Undo change to script evaluation, originally made to support <active> + ↵Gravatar Adam Chlipala2012-08-03
| | | | 'giveFocus'; alternate approach to making 'giveFocus' work in dynamic code generatione
* Removed evaluation of js function name strings. (from Vladimir Shabanov)Gravatar Adam Chlipala2012-07-29
|
* Change 'spawn' implementation to allow blocking within <active code>Gravatar Adam Chlipala2012-07-25
|
* Fix JavaScript implementation of strcspn()Gravatar Adam Chlipala2012-07-24
|
* Disallow suspending operations in <active code={...}>Gravatar Adam Chlipala2012-07-23
|
* Add more global mouse event hooksGravatar Adam Chlipala2012-07-23
|
* Nicer <active> semanticsGravatar Adam Chlipala2012-07-22
|
* <active>Gravatar Adam Chlipala2012-07-21
|
* Basis.giveFocusGravatar Adam Chlipala2012-07-21
|
* New event records for key and mouse handlersGravatar Adam Chlipala2012-07-21
|
* Change propagation of source value to textareaGravatar Adam Chlipala2012-07-13
|
* Allow RPC and run it synchronously in onunload event.Gravatar Vladimir Shabanov2012-05-16
|
* Run-time CSS style validationGravatar Adam Chlipala2012-05-06
|
* 'dynStyle' pseudo-attributeGravatar Adam Chlipala2012-05-06
|
* Change ID generation scheme to conform to HTML standards (thanks to Edward ↵Gravatar Adam Chlipala2012-03-16
| | | | Yang for the catch)
* New JavaScript FFI function: setInnerHTMLGravatar Adam Chlipala2012-03-14
|
* Avoid URL size limit in RPCs with large argumentsGravatar Adam Chlipala2012-03-03
|
* Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely BudayGravatar Adam Chlipala2012-02-04
|
* Fix runtime system handling of <dyn> inside <table> inside <dyn>Gravatar Adam Chlipala2012-01-22
|
* Fix bug with 'dynClass' immediately inside <dyn>Gravatar Adam Chlipala2012-01-14
|
* Undo change to dyn() in runtime systemGravatar Adam Chlipala2011-12-31
|
* Add dynamic content before running its scripts, to get IDs in scope; fix ↵Gravatar Adam Chlipala2011-12-29
| | | | generation of Postgres queries with blobs
* 'dynClass' pseudo-attributeGravatar Adam Chlipala2011-12-27
|
* Fix client-side [int] parsing and extend server-side [time] parsing to ↵Gravatar Adam Chlipala2011-12-04
| | | | support a format that also works portably in JavaScript