summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/launcher
Commit message (Collapse)AuthorAgeFilesLines
* Don't scan classpath for any development servlet (#14604)Leif Åstrand2014-09-241-0/+14
| | | | Change-Id: If3db4a35609260beff1079cbaafa8827643d9271
* Allow customizing DeploymentConfiguration for test UIs (#14215)Leif Åstrand2014-07-152-0/+171
| | | | Change-Id: I4a9db58e65b94ec0e46e849e6856817986bd750e
* IE11 now uses synchronous loading of script instead of async with ↵Mikael Grankvist2014-06-261-0/+1
| | | | | | preloading. (#13956) Change-Id: Ia61d672a55f69326b37420305f0108f2d7443b70
* DevelopmentServletLoader: Reload servlet containerManolo Carrasco2014-05-061-9/+81
| | | | | | | | - Add a couple of parameters in order make jetty context reload whenever a class is modified. - Remove deprecated SSL API calls. Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
* Merge changes from origin/7.1Artur Signell2014-04-233-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e77e73c Update copyright year to 2014 Conflicts: client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java client/src/com/vaadin/client/ApplicationConnection.java server/src/com/vaadin/data/util/converter/StringToNumberConverter.java shared/src/com/vaadin/shared/ui/ui/PageState.java shared/src/com/vaadin/shared/ui/window/WindowState.java theme-compiler/src/com/vaadin/sass/SassCompiler.java theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java theme-compiler/src/com/vaadin/sass/internal/parser/Token.java theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java theme-compiler/src/com/vaadin/sass/internal/tree/Node.java theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java uitest/src/com/vaadin/tests/push/BasicPushTest.java uitest/src/com/vaadin/tests/push/PushConfigurationTest.java uitest/src/com/vaadin/tests/push/PushReconnectTest.java Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
| * Update copyright year to 2014Artur Signell2014-04-163-3/+3
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
| | | | | | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-071-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 74dcb6f Correct assertion message which changed due to #12915 12b6a8b Test for broken Webkit feature which causes extra scrollbars (#12736, #12727) ea46029 Allow excluding test from the standard test suite c171850 Disable client timeout so websockets are not disconnected when idle (#13015) 36fce65 Test for pushing for an extended period of time (24h) 54a5667 Fix compilation error 25fc48c Do not throw NPE if conversion messages is null (#12962) 26b5b67 Timeout redirect timer is reset on server activity (#12446) d45785d Fixes right click selection focus issues in Tree. (#12618) Change-Id: I3cef915ee46b77ca0f188296cfa343cde1ad59e6
| * Correct assertion message which changed due to #12915Artur Signell2013-11-291-1/+1
| | | | | | | | | | | | Converted to TB3 to allow running on only one browser Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
* | Remove dead codeJohannes Dahlström2014-01-171-1/+0
|/ | | | Change-Id: I1ac813afa47e38fb508e676d25d103a29bfada6a
* Include TestBench 3.1.1 in the project (#12572)Artur Signell2013-09-171-2/+6
| | | | | | | * Jetty is updated to 8.1.9.v20130131 to avoid conflicts with TestBench dependencies * The new jetty dependens on servlet 3.0 Change-Id: Ibbbc8f5838feb4c132ee2b6f7d7f3f630e95dd68
* Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)Johannes Dahlström2013-09-051-1/+1
| | | | Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
* Terminate JVM if server.close() has no effect (#12363)Leif Åstrand2013-08-131-0/+43
| | | | Change-Id: If024d94d496a6cf2e6f0f342d368ac7bd746de38
* Fixed NPE in ApplicationRunnerServlet (#12145)Jouni Koivuviita2013-06-281-1/+9
| | | | | | | | | | If the path for a test case file contained special characters (such as space), they would get URL encoded which wouldn't work for File constructors. Fixed by using URI.getPath(), which does the decoding. Change-Id: I2a7c13b785adbb2e486d3807b115540c0ba70fa6
* Merge changes from origin/7.0Leif Åstrand2013-05-101-0/+109
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-081-0/+109
| | | | | | | | | | Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395 Ticket: 10863
* | Global code reformatLeif Åstrand2013-04-051-1/+2
| | | | | | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* | Automatically listen to shutdown port and not not enforce -ea (#9998)Artur Signell2013-02-251-3/+5
|/ | | | | | | Relaxed requirement to enable assertions with DevelopmentServerLauncher to make it easier to get started. Changed default to automatically listen to shutdown port 8889. Can be turned of by specifying port -1. Change-Id: Id088b97fb9e8b5e7d9aa3cef874a8d2c02a6ca58
* Updated copyright notices and added missing license headersArtur Signell2013-01-043-3/+3
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-261-7/+15
| | | | | | | * Refactor ApplicationRunnerServlet UIProvider to avoid indirect reference through anonymous inner class Change-Id: Ie4148e633192b1940ba82edbd26fbbc0cc2c4da3
* Global code cleanupLeif Åstrand2012-11-211-1/+1
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-161-2/+2
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-061-1/+1
| | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
* Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-081-2/+1
| | | | | | | | | | | * Primary use case for CombinedRequest (special path and parameters) already elimiated by other changes * BrowserDetails.getLocation is now available through Page * BrowserDetails.getWindowName only used internally in one location * VaadinServletRequest.cast and similar for portlets removed now that a normal cast can always be used as there's no CombinedRequest to consider Change-Id: I44f28722a12f86015b3c30e83768e4611b87479c
* Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-081-49/+2
| | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d
* Allow servletInitialized,portletInitialized to throw exception (#9848)Artur Signell2012-10-051-1/+1
| | | | Change-Id: Ib0fd2524ba82998063b21d6c3b56897270c24b2c
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-281-2/+2
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Use one VaadinSession per VaadinServlet (#9733)Leif Åstrand2012-09-281-3/+2
| | | | Change-Id: I98639e88cc772e4370ebba836f270c44258613fa
* 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
| | | | ConnectorTracker diff state is now transient and thus not serialized. This could be improved in the future (#9717)
* 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
| | | | Server is now launched using jetty-runner instead of a custom DemoLauncher
* 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
|