| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
|
|
|
|
|
|
|
|
| |
field group (#14742)
Following the similar logic as in AbstractField when multiple validation errors occur. Catching all InvalidValueExceptions and putting them together wrapped into the exception.
Change-Id: Ied08fd2155412539b28ef94bc74e6c989c62f709
|
|
|
|
| |
Change-Id: I388e592d4e98d9417fe5273f8e7f7d3e1f7b63e9
|
|
|
|
| |
Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
|
|
|
|
| |
Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
server/src/com/vaadin/server/Responsive.java
Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
08b0589 Refactored TimeoutRedirectResetsOnActivity tests.
5057c59 Added integration test for WebSphere Portal. (#13309)
Change-Id: I50c8a8f6513679dca611889b43782d6ee6089d6c
|
| | |
| | |
| | |
| | | |
Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c
|
| | |
| | |
| | |
| | | |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
|/ /
| |
| |
| | |
Change-Id: I141ffe924bb404bc282a6c7c81e5203a7c5cfda0
|
| |
| |
| |
| |
| |
| | |
Adds a commons-io.version property to the build.properties file
Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
|
| |
| |
| |
| | |
Change-Id: I0acbde16576dc26c36031038fe905695581c682d
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
uitest/ivy.xml
Change-Id: I5fea7895be1e93a8f97c6926fc2cafb401603a49
|
| |
| |
| |
| | |
Change-Id: I2e0a8fd2590e6f9c25825ccc0dc4c6f3d147e06f
|
|\|
| |
| |
| |
| |
| |
| |
| |
| | |
691580e Update TestBench dependency to 3.1.2
Conflicts:
uitest/ivy.xml
Change-Id: Ic2a767595791f0730a209d833f6b9d0fcaaa4efe
|
| |
| |
| |
| |
| |
| |
| | |
TestBench 3.1.2 is deployed to the testing grid, but the vaadin
project still depended on 3.1.1 until this fix.
Change-Id: Idecf0c772bd59d144a2caf3454d7749e352fef8a
|
|/
|
|
| |
Change-Id: I14509d95dd2e042f830a7fca6925e012483bb36d
|
|
|
|
|
|
| |
(#12868,#12853,#12852)
Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
|
|
|
|
| |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
|
|
|
| |
Change-Id: I0f185e9bb1f91f7eca7e93f6a42c413be48fdeec
|
|
|
|
|
|
|
| |
Otherwise, Atmosphere may auto-detect Jetty at least on some
other servers.
Change-Id: I12552af49bb07ee84705b785abb2bef53f9278ed
|
|
|
|
| |
Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
|
|
|
|
| |
Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Asynchronous bidirectional communication
* Use Atmosphere as a backend
* Use websockets if available, fallback to HTTP streaming
* Push mode (disabled, manual, automatic)
* Configurable via servlet parameter pushMode
* Disabled: The default; regular AJAX communication
* Manual: Need explicit UI.push() call
* Automatic: push all UIs in session when lock released
* UI.push()
* Push pending state and RPC to client asynchronously
* Must hold session lock when invoking
Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
|
|
|
|
| |
Change-Id: I29f3366a571d1017866261f297c147734b2aeb38
|
|
|
|
| |
Change-Id: Iaa36ad9c5be9b2f4a31812ce129d2c428f677b71
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Server is now launched using jetty-runner instead of a custom DemoLauncher
|
| |
|
| |
|
| |
|
|
|