summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/launcher
Commit message (Expand)AuthorAgeFilesLines
* DevelopmentServletLoader: Reload servlet containerManolo Carrasco2014-05-061-9/+81
* Merge changes from origin/7.1Artur Signell2014-04-233-3/+3
|\
| * Update copyright year to 2014Artur Signell2014-04-163-3/+3
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-071-1/+1
|\|
| * Correct assertion message which changed due to #12915Artur Signell2013-11-291-1/+1
* | Remove dead codeJohannes Dahlström2014-01-171-1/+0
|/
* Include TestBench 3.1.1 in the project (#12572)Artur Signell2013-09-171-2/+6
* Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)Johannes Dahlström2013-09-051-1/+1
* Terminate JVM if server.close() has no effect (#12363)Leif Åstrand2013-08-131-0/+43
* Fixed NPE in ApplicationRunnerServlet (#12145)Jouni Koivuviita2013-06-281-1/+9
* Merge changes from origin/7.0Leif Åstrand2013-05-101-0/+109
|\
| * Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-081-0/+109
* | Global code reformatLeif Åstrand2013-04-051-1/+2
* | Automatically listen to shutdown port and not not enforce -ea (#9998)Artur Signell2013-02-251-3/+5
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-043-3/+3
* Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-261-7/+15
* Global code cleanupLeif Åstrand2012-11-211-1/+1
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-2/+2
* Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-061-1/+1
* Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-081-2/+1
* Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-081-49/+2
* Allow servletInitialized,portletInitialized to throw exception (#9848)Artur Signell2012-10-051-1/+1
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-2/+2
* Use one VaadinSession per VaadinServlet (#9733)Leif Åstrand2012-09-281-3/+2
* Global code cleanupLeif Åstrand2012-09-271-12/+9
* Shorten addVaadinSessionInitializationListener name pattern (#9750)Leif Åstrand2012-09-251-6/+6
* Rename getVaadinXyz() methods to getXyz() (#9726)Leif Åstrand2012-09-241-6/+6
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-241-9/+8
* Fixed serialization issues (#9640)Artur Signell2012-09-241-1/+1
* Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-241-2/+3
* Merge UIProvider and AbstractUIProvider (#9642)Leif Åstrand2012-09-211-2/+2
* Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-10/+12
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-9/+9
* Refactor how LegacyApplication and VaadinSession are "closed" (#9635)Leif Åstrand2012-09-201-1/+1
* Replace onVaadinSessionStarted with a listener (#9635)Leif Åstrand2012-09-181-11/+27
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-093-515/+5
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-5/+5
* Redesign to make session inited in Application.init (#9402)Leif Åstrand2012-09-071-11/+16
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-061-2/+1
* Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)Leif Åstrand2012-09-061-3/+3
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-061-7/+4
* Reformat projectLeif Åstrand2012-09-051-3/+3
* Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-4/+4
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-6/+6
* Combine ApplicationContext into Application (#9402)Leif Åstrand2012-09-051-4/+5
* Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-1/+1
* Change LegacyApplication to be a UIProvider (#9402)Leif Åstrand2012-09-051-7/+18
* Extract ApplicationConfiguration from DeploymentConfiguration (#9382)Leif Åstrand2012-09-051-3/+4
* Make DeploymentConfiguration configurable (#9402)Leif Åstrand2012-09-041-8/+16