summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename some of the utility programs and add them to the install target.jsdelfino2012-02-203-4/+5
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-6/+1
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-213-10/+44
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-141-0/+7
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-101-2/+2
* Better network connectivity status reporting and handling of orientation chan...jsdelfino2011-10-291-2/+3
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-291-3/+3
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-263-446/+8
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-246-391/+495
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-281-2/+4
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-141-4/+17
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-111-11/+36
* Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino2011-08-067-248/+571
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-2/+2
* Add the ability to configure page headers and footers.jsdelfino2011-06-135-92/+34
* Refactor app data model part 1, add a template for new apps and support for s...jsdelfino2011-05-231-4/+5
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-8/+8
* Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino2011-05-026-130/+748
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-172-2/+8
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino2011-04-175-17/+132
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-041-0/+2
* HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino2011-03-275-18/+85
* Refactor and cleanup edit module, add text components, store page and app run...jsdelfino2011-03-216-23/+146
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-212-2/+5
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-137-5/+436
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-083-123/+66
* Simplified list component by using a reference per element. Automatically set...jsdelfino2011-03-082-1/+14
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-1/+4
* Minor CSS fixes for cross-browser compatibility.jsdelfino2011-02-202-10/+14
* Add a few sample composites and a few fixes to the existing ones.jsdelfino2011-02-122-6/+11
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-065-17/+96
* Support for wiring and unwiring references.jsdelfino2011-02-024-100/+30
* Minor stylesheet changes.jsdelfino2011-01-314-6/+330
* Add composite save function, improve UI a bit and some script cleanup and doc...jsdelfino2011-01-307-13/+179
* Fix XML serialization issues with XHTML docs and add ability to save widgets.jsdelfino2011-01-182-17/+51
* Use a common stylesheet in all samples.jsdelfino2011-01-172-3/+22
* Add sample widget components and a page to edit them, plus minor user interac...jsdelfino2011-01-164-2/+22
* Refactor and minor improvements of the edit module. Add a palette of sample c...jsdelfino2011-01-133-7/+58
* Add a composite similar to the travel tutorial app to the sample dashboard. M...jsdelfino2011-01-092-16/+25
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+8
* Minor improvements of the edit module. Refactored HTML pages, added a menu, a...jsdelfino2011-01-071-8/+22
* Support service promotion and improve component layout algorithm.jsdelfino2011-01-062-1/+35
* Simplify and cleanup HTTP binding client Javascript code, now portable across...jsdelfino2010-12-301-366/+298
* Make XML serialization logic portable across browsers.jsdelfino2010-12-301-5/+24
* Skeleton of a composite app editor module.jsdelfino2010-12-293-654/+32
* Improve component and reference rendering and layout. Recurse over wired refe...jsdelfino2010-12-243-164/+364
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-243-7/+16
* Fix content types. Removed duplicate function.jsdelfino2010-12-241-23/+7