aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-1/+1
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-041-4/+2
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-221-1/+7
|\|
| * Merged changes from 6.8Johannes Dahlström2011-12-221-1/+7
* | Changed how UnsupportedBrowserHandler 'singleton' stored to match app resourc...Marc Englund2011-12-221-1/+3
* | External UnsupportedBrowserHandlerMarc Englund2011-12-221-0/+1
* | RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-221-2/+2
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-14/+14
* | Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-201-10/+8
* | Set proper content type and charset for browser details responseLeif Åstrand2011-12-161-0/+1
* | Make analyzeLayouts work with RootsLeif Åstrand2011-12-151-2/+1
* | Move initial UIDL generation out from AjaxPageHandlerLeif Åstrand2011-12-141-11/+30
* | Move the initialization of AjaxPageHandler to avoid null pointersLeif Åstrand2011-12-141-2/+12
* | #8052 Restore Portlet supportLeif Åstrand2011-12-141-27/+17
* | Merge branch 'windowing'Marc Englund2011-12-141-20/+78
|\ \
| * | UIDL can now be included in initial html, or second 'browser details' respons...Marc Englund2011-12-141-20/+78
* | | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ \ \ | | |/ | |/|
| * | #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | | Merge remote branch 'origin/databinding'Leif Åstrand2011-12-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-1/+1
| |/
* | #8068 Provide an option for preserving Root state on browser refreshLeif Åstrand2011-12-071-0/+3
* | Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-281-0/+2
* | Initial support for lazy root creationLeif Åstrand2011-11-251-32/+46
* | Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-17/+6
* | Initial migration of ajax page generation to a RequestHandler (#7888)Leif Åstrand2011-11-221-3/+24
* | Don't throw exception when a root is "closed"Leif Åstrand2011-11-211-10/+0
* | Pretend more classes are serializableLeif Åstrand2011-11-181-1/+1
* | Simplify the way the Root is determined for a requestLeif Åstrand2011-11-161-6/+2
* | Save rootId in the Root and simplify Root lookup in ApplicationLeif Åstrand2011-11-161-95/+19
* | Remove Root.getNameLeif Åstrand2011-11-161-34/+11
* | Relentlessly remove the last traces of URIHandlerLeif Åstrand2011-11-091-36/+0
* | Remove unused torToCloseStream methodLeif Åstrand2011-11-091-11/+0
* | Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-081-9/+14
* | Remove Callback.getRequestPathInfo (migrated to WrappedRequest)Leif Åstrand2011-11-081-2/+0
* | Use WrappedResponse instead of AbstractCommunicationManager.ResponseLeif Åstrand2011-11-081-56/+17
* | Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-081-107/+24
* | Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-081-42/+6
* | Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-76/+13
* | Pass WrappedRequest to Application.getRootLeif Åstrand2011-11-041-9/+10
* | Restored (completely untested) support for portlets using RootLeif Åstrand2011-11-021-1/+1
* | Restored functionality related to subwindows and focus in RootLeif Åstrand2011-11-021-2/+1
* | Split Window to Root and WindowLeif Åstrand2011-11-011-168/+171
|/
* Merged fix from 6.6Henri Sara2011-09-271-1/+1
|\
| * #7669 escape separator characters in client-server communication: correct cha...Henri Sara2011-09-271-1/+1
| * #7669 escape separator characters in client-server communicationHenri Sara2011-09-271-20/+81
* | Merged changes from 6.6Henri Sara2011-09-271-18/+80
* | small fixes to debug windowMatti Tahvonen2011-09-081-15/+14
* | added changeVariables hook for extending classesMatti Tahvonen2011-09-061-1/+6
* | debug console enhancements. Somebody should kick my butt for not doing this e...Matti Tahvonen2011-09-061-0/+79
* | #6499 AbstractApplicationServlet#handleDownload() does not close streams in c...Leif Åstrand2011-08-121-1/+12