summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/CommunicationManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-122/+0
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-171/+0
* Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-6/+28
|\
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-5/+27
* | Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-14/+19
* | Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-271-1/+2
* | Moved connector tracking from Application to RootArtur Signell2012-06-211-9/+9
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-20/+29
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-5/+5
* | Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-201-0/+15
* | Move initial UIDL generation out from AjaxPageHandlerLeif Åstrand2011-12-141-2/+5
* | Move the initialization of AjaxPageHandler to avoid null pointersLeif Åstrand2011-12-141-53/+53
* | #8052 Restore Portlet supportLeif Åstrand2011-12-141-0/+57
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* | Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-081-75/+10
* | Move servlet wrapper to AbstractApplicationServletLeif Åstrand2011-11-081-43/+7
* | Extract WrappedHttpServletResponse to a separate classLeif Åstrand2011-11-081-46/+5
* | Use WrappedResponse instead of AbstractCommunicationManager.ResponseLeif Åstrand2011-11-081-6/+9
* | Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-081-84/+16
* | Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-081-40/+12
* | Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-40/+39
* | Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-0/+4
* | Restored (completely untested) support for portlets using RootLeif Åstrand2011-11-021-5/+4
* | Split Window to Root and WindowLeif Åstrand2011-11-011-7/+7
|/
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-3/+2
* #5741 : modified stream variables so that component developers can use the s...Matti Tahvonen2010-11-111-12/+26
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-30/+30
* #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...Matti Tahvonen2010-11-031-18/+22
* Minor javadoc/comment fixes around upload functionality, removed extra semicolonHenri Sara2010-10-141-2/+2
* refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-081-22/+108
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+4
* #4188 PortletListener window parameter and #3921 limited GateIn supportHenri Sara2010-03-041-3/+9
* Merged [10686]-[10689] from 6.2Artur Signell2010-01-121-14/+14
* Portlet 2.0 partial review, some javadoc, removed debug printouts and minor r...Henri Sara2009-11-241-11/+44
* CommunicationManager is no longer dependent on the Portlet API. The refactore...Petter Holmström2009-11-031-1717/+138
* Now the Calc application works on Liferay.Petter Holmström2009-11-031-0/+3
* The current implementation is able to run the Hello World example inside a po...Petter Holmström2009-11-031-50/+270
* Merged with 6.2Petter Holmström2009-10-301-1/+13
* Fixes #3565: CommunicationManager is not serializableJouni Koivuviita2009-10-231-1/+1
* merged 2009-09-widget-packaging_3332 branch to 6.2Matti Tahvonen2009-10-061-14/+89
|\
| * cleans cache on some unclean reloadsMatti Tahvonen2009-09-281-1/+13
| * steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-13/+76
* | Implements security key w/o use of headers, fixes #3305Marc Englund2009-09-231-17/+26
|/
* Merged: Fix for #3349 - NPE when mainwindow is not setArtur Signell2009-09-181-2/+5
* Fix for #3249 - Added null check Artur Signell2009-08-311-1/+1
* Window-close XHR moved to onbeforeunload, AbstractApplicationServlet and Comm...Marc Englund2009-08-281-3/+5
* Fix for #3096 - Analyze layouts does not check sub windowsArtur Signell2009-08-211-2/+15
* #3148 Remove reference to ApplicationServlet in CommunicationManager.Henri Sara2009-07-201-10/+13
* Fix for #3105 - Show "invalid security key" instead of "Session Expired" for ...Artur Signell2009-07-061-1/+1