aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimizes memory and CPU usage in JSONCodec (#13545)Fabian Lange2014-04-092-10/+29
| | | | | | | | | | | | | | | | 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
* Don't add slash after jsessionid in URL (#12307)Henri Sara2014-04-092-2/+104
| | | | Change-Id: Ic329b4307bcc0613e6c0160375003d4b9f7e7ee1
* Start drag only when mouse left button is pressed (#9814).Denis Anisimov2014-04-081-0/+1
| | | | Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5
* Slider handle is now correctly updated on resize (#12550)Teemu Pöntelin2014-04-084-3/+130
| | | | | | | | | | | | 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
* Added push test category to PushLargeDataLongPollingTest.Sauli Tähkäpää2014-04-081-0/+2
| | | | Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84
* Support for middle left/right positions in Notification (#12931).Denis Anisimov2014-04-083-0/+183
| | | | Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
* Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-0819-612/+953
| | | | | | | This change also adds subpart support for TabSheet and converts a test to TB3. Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
* Update Atmosphere 2.1.2.vaadin2 (#12329)Artur Signell2014-04-073-4/+4
| | | | | | Contains websockets fixes for Tomcat 8 and Wildfly 8 Change-Id: I55b6576dfffd611f819a434d9b05edf1e5c6eda8
* Merge changes from origin/7.1Build Agent2014-04-071-1/+4
|\ | | | | | | | | | | 86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042). Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
| * Selectors based on Reindeer.LAYOUT* are added for absolute layoutDenis Anisimov2014-04-021-1/+4
| | | | | | | | | | | | (#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
* | Throw an exception if you misspell transportArtur Signell2014-04-041-0/+4
| | | | | | | | Change-Id: I3d12dbd4d8c1789e56cd9172f5fdd3522e89ae79
* | Change push default fallback to long polling (#13409)Artur Signell2014-04-042-2/+2
| | | | | | | | Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
* | Fix typo in @OnStateChange javadoc (#12958)Leif Åstrand2014-04-041-1/+1
| | | | | | | | Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5
* | Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)Artur Signell2014-04-043-5/+130
| | | | | | | | Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
* | Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329)Artur Signell2014-04-033-3/+3
| | | | | | | | Change-Id: If6362284392d17ff18e2a907439db3339344d2b1
* | Make Checkstyle align better with the Eclipse formatting (#13541)Henrik Paul2014-04-031-1/+9
| | | | | | | | Change-Id: I9f48b0da3484666a73efc517651f6920301d9c04
* | Deprecate AbstractTestUI.setContentLeif Åstrand2014-04-031-0/+17
| | | | | | | | | | | | | | | | | | 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
* | Update uitest/ivy.xml to use build.properties (#13532)Leif Åstrand2014-04-031-2/+2
| | | | | | | | | | | | | | Also remove ivyUserDir=& from the client-compiler classpath entry since my version of IvyDE insists on automatically changing it Change-Id: I88b2559cd5502af4221d46f9ba23865c66984113
* | Override elements must be after dependency elements #13532Jonatan Kronqvist2014-04-032-6/+7
| | | | | | | | Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658
* | Override the cssparser dependency from sass-compiler (#13532)Jonatan Kronqvist2014-04-033-1/+10
| | | | | | | | | | | | | | | | 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
* | Update commons-io to the same version in all modules (#13531)Jonatan Kronqvist2014-04-035-4/+6
| | | | | | | | | | | | Adds a commons-io.version property to the build.properties file Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
* | Support font icons in ComboBox (#13376)Johannes Dahlström2014-04-031-32/+39
| | | | | | | | Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf
* | Test for session expiration (#12139)Artur Signell2014-04-021-0/+49
| | | | | | | | Change-Id: Idc8052503544ee1e740beb448d39dd592b95a19c
* | Wait for all messages to be sent before disconnect (#13529)Artur Signell2014-04-021-2/+30
| | | | | | | | Change-Id: Ic9d5d4ac3a3f19bb906cba64cf752461d4b16ba5
* | Do not allow Atmosphere to make session infinitely long (#12139)Artur Signell2014-04-021-1/+3
| | | | | | | | Change-Id: I09d39ff40f9adda20eb38056ab94ddfa0b07fb64
* | Workaround for Atmosphere race condition (#13528)Artur Signell2014-04-021-32/+40
| | | | | | | | Change-Id: I39cb72ef9a1f6c6424dce7f9feff2cebbfe3fdfd
* | Make removeFromParent throw if the right session is not locked (#13473)Leif Åstrand2014-04-023-3/+161
| | | | | | | | Change-Id: Id5ef40db07404d7cb41b26768d18e757b8cae2b3
* | Merge changes from origin/7.1Build Agent2014-04-026-196/+128
|\| | | | | | | | | | | | | a71305c Removed unnecessary tooltips from LayoutTesterApplication. 7c569ca Replaced flaky TB2 test with stable TB3 test Change-Id: I490aea06d1a9045ff071b64da1bfdc0f1b4937e6
| * Replaced flaky TB2 test with stable TB3 testArtur Signell2014-04-023-190/+125
| | | | | | | | Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f
| * Removed unnecessary tooltips from LayoutTesterApplication.Sauli Tähkäpää2014-04-013-6/+3
| | | | | | | | | | | | Added longer delay to avoid table resize problems. Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2
* | Merge "Merge changes from origin/7.1"Sauli Tähkäpää2014-04-024-45/+43
|\ \
| * | Merge changes from origin/7.1Build Agent2014-04-014-45/+43
| |\| | | | | | | | | | | | | | | | 1571143 Added a button hitting method to AbstractTB3Test. Change-Id: Ia294bd09ae143f81a6331b6bec5736b72acfea89
| | * Added a button hitting method to AbstractTB3Test.Sauli Tähkäpää2014-04-014-45/+43
| | | | | | | | | | | | | | | | | | | | | Refactored LayoutTesterApplicationTest. Refactored SliderDisableTest. Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402
* | | Trigger action/submenu on SPACE key along with ENTER (#12525).Denis Anisimov2014-04-023-1/+137
| | | | | | | | | | | | Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
* | | Fixed eclipse classpathJuho Nurminen2014-04-011-6/+3
|/ / | | | | | | Change-Id: I2400dbef78c3927e7c4b9202aebbe2ccb06cac33
* | Implement @OnStateChange (#12958)Leif Åstrand2014-04-0111-85/+494
| | | | | | Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
* | Make Invoker support non-public methods (#12959)Leif Åstrand2014-04-012-31/+186
| | | | | | | | Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
* | Use UUIDBroadcasterCache (#13514)Artur Signell2014-04-011-0/+3
| | | | | | | | Change-Id: I63c2d5886507281a9dfe219dea46dc5067ffa4e3
* | Use existing AbstractReflectorAtmosphereHandler (#13514)Artur Signell2014-04-011-46/+3
| | | | | | | | | | | | AbstractReflectorAtmosphereHandler handles cache requests correctly out of the box Change-Id: I0ab96f53826cf181dc58b007fb6b4ec4eb4ad54d
* | Refactor AtmosphereHandler to a field (#13514)Artur Signell2014-04-012-61/+69
| | | | | | | | Change-Id: I0956e31acfec605418eff0313fbcf82c3c7d6579
* | Merge changes from origin/7.1Build Agent2014-03-314-2/+101
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-314-2/+101
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-313-1/+120
| | | | | | | | Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
* | Bring window to front on window header click (#13445).Denis Anisimov2014-03-313-4/+121
| | | | | | | | Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
* | Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311845-49765/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* | Show caption for PopupView (#10618).Denis Anisimov2014-03-313-5/+102
| | | | | | | | Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
* | Fix multiple icons in caption (#13516)Teemu Suo-Anttila2014-03-311-1/+1
| | | | | | | | Change-Id: I484d53df984e21a7dfba63901aaa1a0e163ec52c
* | Merge "Merge changes from origin/7.1"Leif Åstrand2014-03-311-4/+31
|\ \
| * | Merge changes from origin/7.1Build Agent2014-03-311-4/+31
| |\| | | | | | | | | | | | | | | | 7a47feb Refactored slider disable test. Change-Id: I11e49db753753073dcaec634cd54ce0b17c71ad8
| | * Refactored slider disable test.Sauli Tähkäpää2014-03-311-4/+31
| | | | | | | | | | | | Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9