aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/AbstractComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
| | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* Hide using display:none to be screenshot compatible (#10080)Artur Signell2012-12-071-4/+2
| | | | Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
* Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-211-1/+1
| | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
* Global code cleanupLeif Åstrand2012-11-211-1/+0
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-201-1/+2
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-0/+744