aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/CombinedRequest.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-187/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+20
|
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-1/+1
|
* Pass initial request details through the browser (#8232)Leif Åstrand2012-01-041-13/+28
| | | | | | | By passing the details through the browser, we don't need any state mapped to a rootId that could be sent multiple times by caching in the browser Old test updated to test for this
* Update uri fragment parameter reading for #8098Leif Åstrand2011-12-151-4/+3
|
* Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-151-0/+10
|
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-4/+4
|
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-141-1/+36
| | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet.
* Update old license headersHenri Sara2011-12-131-1/+1
|
* Corrected typoArtur Signell2011-12-081-1/+1
|
* URI fragment support in Root (#8048)Leif Åstrand2011-12-071-1/+7
|
* Pass window.name back to the browser to help detecting browser refreshLeif Åstrand2011-12-011-0/+4
|
* Add a bunch of javadoc commentsLeif Åstrand2011-11-301-0/+9
|
* Initial support for lazy root creationLeif Åstrand2011-11-251-0/+89