aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/applicationservlet
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-288-121/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-277-7/+7
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-8/+4
|
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-13/+3
| | | Also improve naming by replacing one-letter variable names.
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-262-27/+7
| | | Also use "event" as the name for events
* Add pluggable connector id generator supportLeif Åstrand2017-06-122-0/+18
|
* Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597)Artur2017-02-221-0/+44
| | | | A login page you want to redirect to is typically in the webapp root, which you can now refer to as "Vaadin-Refresh: context://login.html"
* Translate "context://" to the context root of the web appArtur2017-02-221-0/+37
| | | Fixes #2523
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-3/+3
|
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-022-0/+84
|
* Make Valo the default themePekka Hyvönen2016-10-062-4/+4
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-3/+3
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Update copyright year to 2016Artur Signell2016-08-184-4/+4
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-184-12/+12
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-182-4/+4
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-156-0/+281
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda