aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAge
* Fix more of client-side error handlersGravatar Adam Chlipala2013-11-14
|
* Fix regression in execution of 'onError' handlersGravatar Adam Chlipala2013-11-14
|
* Rename ListPair.map2 to ListPair.mpGravatar Adam Chlipala2013-11-04
|
* ListPair.map2, based on code by escalier@riseup.netGravatar Adam Chlipala2013-11-03
|
* Add <dl> <dt> <dd> tagsGravatar Sergey Mironov2013-10-07
|
* Add xhead typeGravatar Sergey Mironov2013-10-07
|
* Add <em> and <strong> tagsGravatar Sergey Mironov2013-10-07
|
* Add 'rel' attribute to <a>Gravatar Adam Chlipala2013-08-09
|
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* Add some name-mangling rules to allow XML attribute 'name' and attributes ↵Gravatar Adam Chlipala2012-12-27
| | | | with dashes
* add Placeholder attribute to <password>; change <textbox> code generation to ↵Gravatar Adam Chlipala2012-11-30
| | | | set 'type' to 'text'
* Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a ↵Gravatar Adam Chlipala2012-11-28
| | | | test case for it
* Standard library additions: Option.unsafeGet, Basis.expGravatar Austin Seipp2012-11-28
|
* 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
|
* show_sql_queryGravatar Adam Chlipala2012-08-22
|
* 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
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* 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
|
* Top.postFieldsGravatar Adam Chlipala2012-07-21
|
* <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
|
* Lighter-weight encoding of window function useGravatar Adam Chlipala2012-06-03
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* Compiled a window function useGravatar Adam Chlipala2012-06-02
|
* Track whether SQL expressions may use window functions, in preparation for ↵Gravatar Adam Chlipala2012-06-02
| | | | actual window function support
* Some standard library additions from Edward Z. YangGravatar Adam Chlipala2012-05-19
|
* 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
|
* 'style' attributesGravatar Adam Chlipala2012-05-06
|
* Simplify type of Basis.tag, regarding 'class' attribute; new compatibility ↵Gravatar Adam Chlipala2012-05-06
| | | | parsing of 'class' values given as string literals
* Remove string-valued style attribute, which may allow injection attacksGravatar Adam Chlipala2012-04-15
|
* Added several missing tag attributesGravatar Vladimir Shabanov2012-04-11
|
* 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
|
* Change <radio> to yield [option string]Gravatar Adam Chlipala2012-03-10
|
* 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
|
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
|