diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-18 13:35:53 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-12-18 13:35:53 +0200 |
commit | 4e27233dbc454981b7a2f8e33697589c371e3238 (patch) | |
tree | 8f10338f4a01a632f27cdddc5bc2be600b541a97 | |
parent | 59df1753d6f1e3d9b28d4c9777353fb3b01aee0d (diff) | |
parent | dd8521407bb873a12d2c57100d6af5941b61fd6b (diff) | |
download | vaadin-framework-4e27233dbc454981b7a2f8e33697589c371e3238.tar.gz vaadin-framework-4e27233dbc454981b7a2f8e33697589c371e3238.zip |
Merge remote-tracking branch 'origin/master' into 7.4
-rw-r--r-- | client/src/com/vaadin/client/ui/textfield/TextFieldConnector.java | 15 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/AbstractComponent.java | 6 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/CheckBox.java | 11 | ||||
-rw-r--r-- | server/src/com/vaadin/ui/declarative/DesignAttributeHandler.java | 38 | ||||
-rw-r--r-- | server/tests/src/com/vaadin/ui/CheckBoxTest.java | 48 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/textfield/AlternatingTextFields.java | 106 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/components/textfield/AlternatingTextFieldsTest.java | 212 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/VerifyBrowserVersion.html (renamed from uitest/src/com/vaadin/tests/VerifyBrowserVersion.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/DeploymentConfigurationTest.html (renamed from uitest/src/com/vaadin/tests/application/DeploymentConfigurationTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/DetachOldUIOnReload.html (renamed from uitest/src/com/vaadin/tests/application/DetachOldUIOnReload.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/ErrorInUnloadEvent.html (renamed from uitest/src/com/vaadin/tests/application/ErrorInUnloadEvent.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/RefreshFragmentChange.html (renamed from uitest/src/com/vaadin/tests/application/RefreshFragmentChange.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/RefreshStatePreserve.html (renamed from uitest/src/com/vaadin/tests/application/RefreshStatePreserve.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/RefreshStatePreserveTitle.html (renamed from uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/TerminalErrorNotification.html (renamed from uitest/src/com/vaadin/tests/application/TerminalErrorNotification.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/ThreadLocalInstances.html (renamed from uitest/src/com/vaadin/tests/application/ThreadLocalInstances.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/VaadinSessionAttribute.html (renamed from uitest/src/com/vaadin/tests/application/VaadinSessionAttribute.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/WebBrowserSizeTest.html (renamed from uitest/src/com/vaadin/tests/application/WebBrowserSizeTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/application/WebBrowserTest.html (renamed from uitest/src/com/vaadin/tests/application/WebBrowserTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/applicationcontext/ChangeSessionId.html (renamed from uitest/src/com/vaadin/tests/applicationcontext/ChangeSessionId.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/applicationcontext/CloseSession.html (renamed from uitest/src/com/vaadin/tests/applicationcontext/CloseSession.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/applicationcontext/RpcForClosedUI.html (renamed from uitest/src/com/vaadin/tests/applicationcontext/RpcForClosedUI.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html (renamed from uitest/src/com/vaadin/tests/applicationservlet/MultipleServletConfiguration.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/applicationservlet/SystemMessagesTest.html (renamed from uitest/src/com/vaadin/tests/applicationservlet/SystemMessagesTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/browserfeatures/FullHeightScrollbar.html (renamed from uitest/src/com/vaadin/tests/browserfeatures/FullHeightScrollbar.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/browserfeatures/WebkitScrollbarTest.html (renamed from uitest/src/com/vaadin/tests/browserfeatures/WebkitScrollbarTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/componentlocator/TestDetachedNotPresent.html (renamed from uitest/src/com/vaadin/tests/componentlocator/TestDetachedNotPresent.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/AddRemoveSetStyleNamesTest.html (renamed from uitest/src/com/vaadin/tests/components/AddRemoveSetStyleNamesTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/AddressFormExample.html (renamed from uitest/src/com/vaadin/tests/components/AddressFormExample.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/DisableEnableCascade.html (renamed from uitest/src/com/vaadin/tests/components/DisableEnableCascade.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/DisableEnableCascadeStyles.html (renamed from uitest/src/com/vaadin/tests/components/DisableEnableCascadeStyles.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/ErrorMessages.html (renamed from uitest/src/com/vaadin/tests/components/ErrorMessages.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/FileDownloaderTest.html (renamed from uitest/src/com/vaadin/tests/components/FileDownloaderTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/HierarchyChangeForRemovedComponentContainers.html (renamed from uitest/src/com/vaadin/tests/components/HierarchyChangeForRemovedComponentContainers.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/LayoutAttachListenerInfo.html (renamed from uitest/src/com/vaadin/tests/components/LayoutAttachListenerInfo.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/OutOfSyncTest.html (renamed from uitest/src/com/vaadin/tests/components/OutOfSyncTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/TooltipsOnScrollingWindow.html (renamed from uitest/src/com/vaadin/tests/components/TooltipsOnScrollingWindow.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutClipping.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutClipping.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutCorrectPositioningOfHiddenField.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutCorrectPositioningOfHiddenField.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutPrimaryStylename.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutPrimaryStylename.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutResizing.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutResizing.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutWrapperStyles.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/AbsoluteLayoutWrapperStyles.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/absolutelayout/MoveComponentFromAbsoluteLayoutToInnerLayout.html (renamed from uitest/src/com/vaadin/tests/components/absolutelayout/MoveComponentFromAbsoluteLayoutToInnerLayout.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractcomponent/EnableState.html (renamed from uitest/src/com/vaadin/tests/components/abstractcomponent/EnableState.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractcomponent/RemSizeUnitTest.html (renamed from uitest/src/com/vaadin/tests/components/abstractcomponent/RemSizeUnitTest.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractcomponent/TooltipTests.html (renamed from uitest/src/com/vaadin/tests/components/abstractcomponent/TooltipTests.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractcomponent/UseStateFromHierarchy.html (renamed from uitest/src/com/vaadin/tests/components/abstractcomponent/UseStateFromHierarchy.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractembedded/EmbeddedWithNullSource.html (renamed from uitest/src/com/vaadin/tests/components/abstractembedded/EmbeddedWithNullSource.html) | 0 | ||||
-rw-r--r-- | uitest/tb2/com/vaadin/tests/components/abstractfield/AbstractFieldCommitWithInvalidValues.html (renamed from uitest/src/com/va |