| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
60e2fa9ea119d24bb2421d3671a8cb87d6754e8b
|
|
|
|
| |
Change-Id: I34525b7d9e78ede7f9533869326ca0c08474963a
|
|
|
|
| |
Change-Id: Ic52a0be061bf22058ac9b831f3e965547a1b8933
|
|
|
|
| |
Change-Id: Ib168ea79f80abefb140f1e64e239b5520d0fd3bd
|
|
|
|
| |
Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
server/src/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/com/vaadin/server/communication/PushHandler.java
Change-Id: I93b5c3f3017aaa1ba2a231028c808d6e56fe1c11
|
| |
| |
| |
| |
| |
| |
| |
| | |
This used to happen when push was disconnected due to a UI or session
expiring. requestStart() and requestEnd() were called on disconnect
even though a disconnection is not a request.
Change-Id: I31d9cae65ec75b5046802a54bbe4564d6e44b29f
|
| |
| |
| |
| | |
Change-Id: Ibe169bf0ec6d2f335e099ac2659079c8fad6ac0b
|
| |
| |
| |
| | |
Change-Id: Ic752268a9deac350dbff29ecf73cfce2eb1ba0cc
|
| |
| |
| |
| |
| |
| | |
MethodProperty (#10446).
Change-Id: Ib8e2cfb42494a9dd3efb5ca62ddea9675a1dab1e
|
| |
| |
| |
| | |
Change-Id: Iec0aecc64e16052c522eb831f13cadbd2758ae69
|
| |
| |
| |
| | |
Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The null element and the empty JSONArray are frequently created and used
as temporary objects to be encoded by the json encoder. Because they are
never manipulated it is possible to reuse the same empty element again
and save a significant amount of temp objects.
This also helps jsonEquals, which then can return faster due to:
if (fieldValue == referenceValue) return true
jsonEquals does not need to check the referenceValue for JSONobject.NULL.
The invoking code makes sure this never happens.
Boolean and Integer values are very often and much more efficiently
compared directly instead of using toString.
Change-Id: I5fd736427019406469357cda1115d2683b7a5e2b
|
| |
| |
| |
| | |
Change-Id: Ic329b4307bcc0613e6c0160375003d4b9f7e7ee1
|
| |
| |
| |
| | |
Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed the issue by replacing the legacy ContainerResizedListener
with adding (and removing) an ElementResizeListener to the
LayoutManager.
Notice also that after this change there are no longer
implementations of the deprecated ContainerResizedListener
in the framework codebase.
Change-Id: Ib984953d8b53b9535d39ae70166c17ffd5b4103b
|
| |
| |
| |
| | |
Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84
|
| |
| |
| |
| | |
Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
|
| |
| |
| |
| |
| |
| |
| | |
This change also adds subpart support for TabSheet and
converts a test to TB3.
Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
|
| |
| |
| |
| |
| |
| | |
Contains websockets fixes for Tomcat 8 and Wildfly 8
Change-Id: I55b6576dfffd611f819a434d9b05edf1e5c6eda8
|
|\|
| |
| |
| |
| |
| | |
86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042).
Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
|
| |
| |
| |
| |
| |
| | |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|
| |
| |
| |
| | |
Change-Id: I3d12dbd4d8c1789e56cd9172f5fdd3522e89ae79
|
| |
| |
| |
| | |
Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
|
| |
| |
| |
| | |
Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5
|
| |
| |
| |
| | |
Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
|
| |
| |
| |
| | |
Change-Id: If6362284392d17ff18e2a907439db3339344d2b1
|
| |
| |
| |
| | |
Change-Id: I9f48b0da3484666a73efc517651f6920301d9c04
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
You might accidentally write a test inheriting from AbstractTestUI that
uses setContent to replace the layout that is the entire purpose of that
class. To reduce the risk of this happening, AbstractTestUI.setContent
is deprecated.
Change-Id: Ica7ffd4f24a0e71ece28e237244a74ae70b354d7
|
| |
| |
| |
| |
| |
| |
| | |
Also remove ivyUserDir=& from the client-compiler classpath entry
since my version of IvyDE insists on automatically changing it
Change-Id: I88b2559cd5502af4221d46f9ba23865c66984113
|
| |
| |
| |
| | |
Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
|
| |
| |
| |
| |
| |
| |
| |
| | |
vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.
Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a
|
| |
| |
| |
| |
| |
| | |
Adds a commons-io.version property to the build.properties file
Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
|
| |
| |
| |
| | |
Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf
|
| |
| |
| |
| | |
Change-Id: Idc8052503544ee1e740beb448d39dd592b95a19c
|
| |
| |
| |
| | |
Change-Id: Ic9d5d4ac3a3f19bb906cba64cf752461d4b16ba5
|
| |
| |
| |
| | |
Change-Id: I09d39ff40f9adda20eb38056ab94ddfa0b07fb64
|
| |
| |
| |
| | |
Change-Id: I39cb72ef9a1f6c6424dce7f9feff2cebbfe3fdfd
|
| |
| |
| |
| | |
Change-Id: Id5ef40db07404d7cb41b26768d18e757b8cae2b3
|
|\|
| |
| |
| |
| |
| |
| | |
a71305c Removed unnecessary tooltips from LayoutTesterApplication.
7c569ca Replaced flaky TB2 test with stable TB3 test
Change-Id: I490aea06d1a9045ff071b64da1bfdc0f1b4937e6
|
| |
| |
| |
| | |
Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
|
| |
| |
| |
| |
| |
| | |
Added longer delay to avoid table resize problems.
Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
|
|\ \ |
|
| |\|
| | |
| | |
| | |
| | |
| | | |
1571143 Added a button hitting method to AbstractTB3Test.
Change-Id: Ia294bd09ae143f81a6331b6bec5736b72acfea89
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Refactored LayoutTesterApplicationTest.
Refactored SliderDisableTest.
Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
|
| | |
| | |
| | |
| | | |
Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
|
|/ /
| |
| |
| | |
Change-Id: I2400dbef78c3927e7c4b9202aebbe2ccb06cac33
|
| |
| |
| | |
Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
|
| |
| |
| |
| | |
Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
|
| |
| |
| |
| | |
Change-Id: I63c2d5886507281a9dfe219dea46dc5067ffa4e3
|