aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes (partially) #1384: Critical memory leak, every ↵Jani Laakso2008-02-071-7/+23
| | | | | | | | paintable/component/layout/event/listener.. leaks within the session Note: this code is experimental, more fixes to come.. svn changeset:3725/svn branch:trunk
* Fixed #1380.Jani Laakso2008-02-063-13/+29
| | | | | | | | | | UIDL VAR_RECORD_SEPARATOR and VAR_FIELD_SEPARATORS now point to single entity definition. Removed obsolete code. Fixed documentation. svn changeset:3716/svn branch:trunk
* Added stacktrace if getBaseResource fails. Doc fixes.Jani Laakso2008-02-061-4/+2
| | | | svn changeset:3715/svn branch:trunk
* fixes #1036 and removes some obsolete codeMatti Tahvonen2008-02-012-53/+1
| | | | svn changeset:3704/svn branch:trunk
* fixes #1332Matti Tahvonen2008-01-242-16/+34
| | | | svn changeset:3648/svn branch:trunk
* testcase is now JS objectMatti Tahvonen2008-01-161-3/+3
| | | | svn changeset:3538/svn branch:trunk
* added getVersion to Application and giving version info to TTMatti Tahvonen2008-01-151-3/+10
| | | | svn changeset:3524/svn branch:trunk
* fixed port typo, removed context from default TT serverMatti Tahvonen2008-01-101-2/+2
| | | | svn changeset:3443/svn branch:trunk
* new TT default port for TK5Matti Tahvonen2008-01-101-5/+3
| | | | svn changeset:3441/svn branch:trunk
* PID's are now assigned deterministic, fixes #1249Matti Tahvonen2008-01-091-15/+13
| | | | svn changeset:3426/svn branch:trunk
* simplified test case proxyMatti Tahvonen2008-01-021-33/+8
| | | | svn changeset:3343/svn branch:trunk
* cleaningMatti Tahvonen2007-12-271-4/+0
| | | | svn changeset:3306/svn branch:trunk
* cleaningMatti Tahvonen2007-12-271-15/+0
| | | | svn changeset:3303/svn branch:trunk
* user set debug id's now prefixed with "PID_S"Matti Tahvonen2007-12-201-1/+4
| | | | svn changeset:3284/svn branch:trunk
* Fixed regression from ATF->TT fix.Jani Laakso2007-12-191-2/+2
| | | | svn changeset:3271/svn branch:trunk
* Better aligned "session expired" message.Jani Laakso2007-12-191-9/+7
| | | | svn changeset:3267/svn branch:trunk
* ATF is now TT (Testing Tools).Jani Laakso2007-12-191-26/+26
| | | | svn changeset:3263/svn branch:trunk
* rewrote parameter handling so that it can be understood better. Separator's ↵Matti Tahvonen2007-12-191-29/+53
| | | | | | no control characters so collisions with field values shouldn't happen svn changeset:3262/svn branch:trunk
* Fixes multiple variable issuesMatti Tahvonen2007-12-191-4/+4
| | | | svn changeset:3260/svn branch:trunk
* fixes #1233Matti Tahvonen2007-12-171-4/+14
| | | | svn changeset:3247/svn branch:trunk
* changed underscores to pipes in parameter keys (now allows to have ↵Matti Tahvonen2007-12-171-5/+8
| | | | | | underscore in testingID and paramater names) svn changeset:3246/svn branch:trunk
* refactored method name to correspond to the one (setDebugId) to be added to ↵Matti Tahvonen2007-12-141-1/+1
| | | | | | GWT (according to rumors) svn changeset:3241/svn branch:trunk
* added testingId field to PaintableMatti Tahvonen2007-12-142-4/+8
| | | | svn changeset:3240/svn branch:trunk
* fixing testing server default uri (when not specified in web.xml)Matti Tahvonen2007-12-121-12/+16
| | | | svn changeset:3223/svn branch:trunk
* some steps towards Testing Tools supportsMatti Tahvonen2007-12-111-5/+141
| | | | svn changeset:3217/svn branch:trunk
* finally the right solution for "Joonas, Safari and network with latency ↵Matti Tahvonen2007-12-101-6/+0
| | | | | | rendering bug" svn changeset:3209/svn branch:trunk
* better workaround for "Joonas, Safari and network with latency rendering bug"Matti Tahvonen2007-12-101-1/+8
| | | | svn changeset:3207/svn branch:trunk
* removed obsolete methodsMatti Tahvonen2007-12-101-83/+0
| | | | svn changeset:3197/svn branch:trunk
* removed obsolete codeMatti Tahvonen2007-12-101-3/+0
| | | | svn changeset:3196/svn branch:trunk
* added TODOMatti Tahvonen2007-12-101-0/+2
| | | | svn changeset:3195/svn branch:trunk
* Rewrote "criticalError"Matti Tahvonen2007-12-101-18/+9
| | | | svn changeset:3194/svn branch:trunk
* FixJani Laakso2007-12-101-6/+0
| | | | svn changeset:3192/svn branch:trunk
* Enhancements for Session invalid/expired, critical notifications sending.Jani Laakso2007-12-082-66/+206
| | | | | | | Transaction Listener bugfixes. Refactoring svn changeset:3191/svn branch:trunk
* Fixed critical memory leak, applications could never be garbage collected on ↵Jani Laakso2007-12-081-2/+1
| | | | | | real environments. svn changeset:3189/svn branch:trunk
* Cleaner error reporting (not full stacktrace) when client abruptly presses ↵Jani Laakso2007-12-081-3/+11
| | | | | | STOP button on browser or closes sockets in the middle of request sending by other means. Anyone gets these on production server and stacktraces were replaced with cleaner warning messages indicating that this is most likely not a bug. svn changeset:3188/svn branch:trunk
* We do not need this synhronized block in each http request.Jani Laakso2007-12-081-17/+6
| | | | | | WeakHashMap helps nothing here, using HashMap, reference cleared explicitly on session timeout (valueUnbound) svn changeset:3187/svn branch:trunk
* resources fix, did not work if context was setJani Laakso2007-12-051-2/+3
| | | | svn changeset:3179/svn branch:trunk
* Fixed resource loading if no context used in web application.Jani Laakso2007-12-051-2/+10
| | | | svn changeset:3176/svn branch:trunk
* Fixed #1206Jani Laakso2007-12-051-60/+84
| | | | | | Refactored also applicationRunner code more cleaner. svn changeset:3175/svn branch:trunk
* License header parametrizedJani Laakso2007-12-046-337/+233
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* Fixed #943 (Creating new applications without altering web.xml)Jani Laakso2007-12-041-35/+104
| | | | | | | | | | | | | | | | | | How to use * Try http://localhost:8080/myContext/run/com.itmill.toolkit.demo.Calc web.xml contains run/* servlet with applicationRunner=true parameter. This should not affect Toolkit in any way if applicationRunner is not defined. Currently it is defined only with run/* This needs review. Reason why I did this is to * skip one step more for newbies * "how to start" flash demo is simpler (included XML is enough for any new application) Side-effects * UIDL request have part of URI path after their UIDL request, see firebug svn changeset:3160/svn branch:trunk
* Outputs themeUri:null, not themeUri:'null', if theme is not set. (real null, ↵Marc Englund2007-11-301-5/+5
| | | | | | not the string "null") svn changeset:3087/svn branch:trunk
* added clearing idPaintable & vs maps back, but only for components in this ↵Matti Tahvonen2007-11-301-164/+161
| | | | | | window. Also removed some old obsolete code. svn changeset:3055/svn branch:trunk
* dirty components list was previously only sorted by windows, but needs to be ↵Matti Tahvonen2007-11-291-14/+32
| | | | | | ordered by all parent - children relations svn changeset:3044/svn branch:trunk
* string variables are now escapedMatti Tahvonen2007-11-291-1/+1
| | | | svn changeset:3041/svn branch:trunk
* added check not to paint components not attached to applicationMatti Tahvonen2007-11-291-8/+17
| | | | svn changeset:3039/svn branch:trunk
* removed clearing idToComponent & vs. maps on repaint (causes issues with ↵Matti Tahvonen2007-11-281-6/+0
| | | | | | multiple windows) svn changeset:3024/svn branch:trunk
* fixing sub window rendering (broken since some 3021)Matti Tahvonen2007-11-281-1/+6
| | | | svn changeset:3023/svn branch:trunk
* removed obsolete method, added check not to paint other windows paintablesMatti Tahvonen2007-11-281-49/+8
| | | | svn changeset:3021/svn branch:trunk
* made static file path configurable, default is to serve them via ↵Matti Tahvonen2007-11-231-3/+6
| | | | | | applicationServlet svn changeset:2907/svn branch:trunk