summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set to empty function instead of undefined (#10960)7.0.2Artur Signell2013-03-071-3/+1
| | | | | | It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set. Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9
* Fixed javascript issue in IE8 (delete cannot be used on window properties) ↵Artur Signell2013-03-061-1/+3
| | | | | | (#10960) Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d
* Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-063-41/+176
| | | | | | | | | * Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's own bootstrap timing events * Profiler.enter and Profiler.leave use __gwtStatsEvent * Profiler data is displayed based on the data tracked by __gwtStatsEvent Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd
* Don't provide details to teamcity as it nowadays gets those from stdoutLeif Åstrand2013-03-061-3/+1
| | | | Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8
* Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| | | | Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda
* Improved javadoc (#10632)Artur Signell2013-03-061-5/+1
| | | | Change-Id: Iec54c7425e5ee00d9dbc7dff5cf5ae8dbf28d214
* Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| | | | Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24
* Add performance.timing support to Profiler (#11188)Leif Åstrand2013-03-062-0/+60
| | | | Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443
* Updated scm in pom template (#11204)Artur Signell2013-03-051-3/+3
| | | | Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6
* Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-052-1/+72
| | | | Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1
* Log errors as errors and not normal messages (#11251)Artur Signell2013-03-051-3/+4
| | | | Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d
* Fixed scrolling jumping up to first row when adding rows and adjusting the ↵John Ahlroos2013-03-043-2/+121
| | | | | | currentPageFirstItem in the same UIDL request #10970 Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd
* Update test to use default classloader instead of nullLeif Åstrand2013-03-041-2/+3
| | | | | | | Support for setting null as the classloader was removed at the time when Application was removed. Change-Id: Ib3d75dae1d1d81d8760b93616d05ba0746323e3c
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-03-013-6/+35
| | | | | | | | | | | svn changeset:25664/svn branch:6.8 Conflicts: client/src/com/vaadin/client/ApplicationConnection.java uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java uitest/src/com/vaadin/tests/util/TestUtils.java Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25
* Avoid running test runner as a testArtur Signell2013-03-011-0/+1
| | | | Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1
* Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
| | | | Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b
* Make SassLangTestsBroken pass iff the CSS and SCSS do not match.Henri Sara2013-03-011-0/+20
| | | | | | | This makes builds pass, and gives a clearer message if one of the previously broken tests have been fixed. Change-Id: I6e5b2d9771615abbcb611f28d50ebdefcaa01ae2
* Reverted Tree memory leak fix since it is breaking Tree filtering in a way ↵John Ahlroos2013-03-011-10/+0
| | | | | | that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053 Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491
* Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| | | | | | This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91
* Fixed BindException when binding nested properties with ↵John Ahlroos2013-02-282-2/+53
| | | | | | BeanFieldGroup.buildAndBind() #11009 Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad
* Added missing license headerArtur Signell2013-02-281-0/+15
| | | | Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad
* Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| | | | Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-2815-161/+198
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Fix random error in DelegateToWidget testLeif Åstrand2013-02-281-0/+1
| | | | | | | | | | Because of performance fixes to the handling of @DelegateToWidget handling, the order in which property changes are delegated are no longer deterministic. This patch fixes a bug in the test which caused the update to value4 to be ignored if that was the last property to get delegated. Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4
* Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| | | | Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f
* Removed super class which caused a JUnit3 runner to be used (#11184)Artur Signell2013-02-281-4/+2
| | | | Change-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645
* Print an error message if the test folder cannot be found (#11184)Artur Signell2013-02-283-3/+14
| | | | Change-Id: I0642a4a51de5f989811246003415f05688f49f4e
* Made test pass by ignoring irrelevant classesArtur Signell2013-02-281-0/+5
| | | | Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23
* Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-2616-22/+277
| | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
* Fix typo in #10937Leif Åstrand2013-02-261-1/+1
| | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7
* Use native collections when processing server response (#11100)Leif Åstrand2013-02-251-41/+67
| | | | Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152
* Don't generate a set of changed property names (#10954)Leif Åstrand2013-02-252-98/+179
| | | | Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de
* Do @DelegateToWidget based on applicable properties (#10954)Leif Åstrand2013-02-253-12/+44
| | | | | | | This change improves performance by itself and is needed for avoiding the dependency on StateChangeEvent.getChangedProperties() Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c
* Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
| | | | Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7
* Remove ApplicationConnection.componentCaptionSizeChanges (#11101)Leif Åstrand2013-02-251-5/+3
| | | | Change-Id: I636797fca00331ee81c081688f90130f8bd11aef
* Fixed another memory leak in Tree #11053John Ahlroos2013-02-222-3/+34
| | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
* Update license headerLeif Åstrand2013-02-222-2/+2
| | | | Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018
* Defer profiler output (#11098)Leif Åstrand2013-02-211-2/+7
| | | | Change-Id: Iadf5290175a18663329d9254eca57831236be7c8
* Don't report time spent in getWidget() as part of setConnectorId()Leif Åstrand2013-02-211-1/+2
| | | | Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d
* Fixed memory leak in Tree #11053John Ahlroos2013-02-212-0/+58
| | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
* Fix incomplete commit for (#11092)Leif Åstrand2013-02-211-1/+1
| | | | | | This fixes a problem that was accidentally added in commit 25368634 Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795
* Don't update primary stylename if it's already up to date (#11088)Leif Åstrand2013-02-211-1/+2
| | | | Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0
* Only update caption for specific state changes (#11092)Leif Åstrand2013-02-202-2/+28
| | | | Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b
* Updated merged 6.8 test to work with 7.0John Ahlroos2013-02-202-2/+2
| | | | Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace
* Merge of (#9940) to Vaadin 7John Ahlroos2013-02-203-9/+94
| | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
* Ensure result dir exists before trying to write to it (#10918)Artur Signell2013-02-201-0/+1
| | | | Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265
* Ensure href is not set to "" when target is null (#10543)Artur Signell2013-02-191-1/+5
| | | | | | A link with href="" causes a reload of the page, at least in Firefox. Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e
* Imported and updated release notes builder (#10918)Artur Signell2013-02-198-23/+97
| | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918
* Properly detach old connectors for repaintAll response (#11067)Leif Åstrand2013-02-193-4/+109
| | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
* Created maintenance release notes for 7.0.x releases. #10881Marko Gronroos2013-02-191-941/+82
| | | | Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32