summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/applicationcontext
Commit message (Collapse)AuthorAgeFilesLines
* Made session reinitializing work again (#10411)Artur Signell2012-11-291-3/+12
| | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059
* Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-282-4/+124
| | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12
* Defer session closing until the end of a request like with UIs (#10252)Johannes Dahlström2012-11-231-1/+1
| | | | Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-021-1/+1
| | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* Update test to avoid doing cross domain loadingLeif Åstrand2012-10-262-3/+3
| | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa
* Test without https and cross domain window.location access (#9859)Leif Åstrand2012-10-242-4/+5
| | | | Change-Id: I1fcbaa9dcde2cf16b162e21e8fbf519a114bd261
* Use wildcard in test as google.com redirects based on browser settingsLeif Åstrand2012-10-171-2/+2
| | | | Change-Id: Ic3289d158261031eb76c62eec1cd49a6bc5f4025
* Add VaadinService.closeSession + test (#9859)Leif Åstrand2012-10-162-0/+195
| | | | | | Also test that the HttpSession can be invalidated (#6093) Change-Id: I4e415fe15d7a734db81562e24a5ab6a7fbc5304b
* Remove VaadinServletSession (#9638)Leif Åstrand2012-10-011-9/+6
| | | Change-Id: I0e25ba1a6d258b8601c009f6dc062b3f4bd3dbce
* Move reinitialize session to VaadinService (#9638)Leif Åstrand2012-09-281-1/+3
| | | | | | | | This change adds reinitializeSession as a static method in VaadinService. The method is static because it affects the sessions of all VaadinService instances that are using the underlying session. Change-Id: Ia37567cb00e1f95aec344451299c99cb279a7275
* Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-051-3/+3
|
* Remove transaction listener support (#9402)Leif Åstrand2012-09-051-84/+0
|
* Rename WebApplicationContext -> ServletApplicationContext (#9402)Leif Åstrand2012-09-031-3/+3
|
* Rename AbstractWebApplicationContext to ApplicationContext (#9402)Leif Åstrand2012-09-031-2/+2
|
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-303-0/+192