summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed spelling mistake in log message.John Ahlroos2014-01-071-1/+1
| | | | Change-Id: Ib43cca840a8f66b13d14a84b629068a53e8f4c9d
* Properly remove shadow event listeners to prevent IE8 memory leak (#13129)Teppo Kurki2014-01-031-2/+2
| | | | Change-Id: I98becf08f56ce35a3ee47650d0d4e204e7d18e73
* Allow user to override Atmosphere init params set by Vaadin (#13088)Johannes Dahlström2013-12-181-1/+13
| | | | Change-Id: Iea7c7978240f79cb7c9586b472e94da53d625ba7
* Show the widgetset name to more easily spot misconfigurationsArtur Signell2013-12-181-1/+5
| | | | Change-Id: I69e2995489e9f573718a053c34fe8736988e3f90
* Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)Johannes Dahlström2013-12-161-1/+4
| | | | | | | | | | | Jetty 9.1 throws if InputBufferSize is set to greater than or equal to MaxTextMessageBufferSize. We cannot simply increase the value of the latter because Atmosphere sets the former first. Thus, its value must be set to less than 32768 (the default for MaxTextMessageBufferSize). This should not cause problems with regard to performance; the original figure of 65536 was more or less an arbitrary choice. Change-Id: If9596fc2bffdd14e8c1f31ff4b9b10d6685e01ed
* Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-167-30/+82
| | | | | | | | Support for null values in NestedMethodProperty was already implemented in master branch (#11435) This changeset includes changesets made for that. Change-Id: I10696467f792e234326075bbcdd5aad487905a7e Merge: no
* Changes padding for Textfields with Chameleon theme. (#12974)Felype Santiago Ferreira2013-12-103-1/+82
| | | | Change-Id: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
* Fixed TabSheet tab bar sizing by removing an obsolete Safari hack (#12343)Juho Nurminen2013-12-101-5/+0
| | | | Change-Id: I627dee377aa19aab2168152cf7cbe3cfd6f95e10
* Provides error location for ArithmeticException. (#11877)Felype Santiago Ferreira2013-12-103-5/+34
| | | | Change-Id: Ieb63ad556c3dc01196f0b9898aed9670923c9138
* Make VTreeTableScrollBody extendable (#13054)Henrik Paul2013-12-101-1/+1
| | | | Change-Id: I97fc69c96dd589cb0d5cde0686dca9e1742f2c86
* Changed the rendering order of TabSheet tabs to prevent an NPE in isClipped ↵Juho Nurminen2013-12-051-5/+4
| | | | | | (#12343) Change-Id: Ife96ff3fe0c3f9c8926cf96eab4f5dfca99e925e
* Don't send TabSheet focus and blur events to the server when moving the ↵Juho Nurminen2013-12-041-1/+1
| | | | | | focus from one tab to another (#12971) Change-Id: Ie496a403bdcfc833c4871efbae11453efa66c14e
* Fixes right click selection focus issues in Tree. (#12618)Felype Santiago Ferreira2013-12-043-2/+140
| | | | Change-Id: I1057424fc8956b05e15a92c32e48a767e9fc8df9
* Timeout redirect timer is reset on server activity (#12446)Henrik Paul2013-12-034-1/+177
| | | | Change-Id: Iec2e3de627bc1cf5c7d39bf98715b1bf343e7519
* Do not throw NPE if conversion messages is null (#12962)Artur Signell2013-12-032-8/+24
| | | | Change-Id: Ie2b95ed4da89e2c5ab8b462300a6f4bd28dc7570
* Fix compilation errorArtur Signell2013-12-021-1/+1
| | | | Change-Id: Ib2ca104b8ab92a23a525c617004c6efe7f7edc14
* Test for pushing for an extended period of time (24h)Artur Signell2013-12-027-3/+245
| | | | Change-Id: I8e47ba926f41fdc103cfa72ba85ca2f9edbc57d0
* Disable client timeout so websockets are not disconnected when idle (#13015)Artur Signell2013-12-0210-16/+131
| | | | | | | Updated sleep method to ensure that long sleeps can be performed without losing the connection to the browser Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
* Allow excluding test from the standard test suiteArtur Signell2013-11-302-0/+46
| | | | | | Mostly useful for very long running tests Change-Id: I9027f981da0a1e6ba464196449f2a9c27e965d2f
* Test for broken Webkit feature which causes extra scrollbars (#12736, #12727)Artur Signell2013-11-292-0/+108
| | | | | | | | This is the original cause for the Vaadin issues Live test at http://artur.virtuallypreinstalled.com/webkit-scrollbars.html Change-Id: Iaf9a46b635fabcb7cd795547c782c596aa57ce12
* Correct assertion message which changed due to #12915Artur Signell2013-11-293-27/+50
| | | | | | Converted to TB3 to allow running on only one browser Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
* For @-directives, infer missing semicolon before closing brace (#12792)joheriks2013-11-2869-803/+898
| | | | | | | | | | | | | | Parser now accepts the following (note missing semicolon after last @extend-directive): xyzzy { @extend foo ; @extend bar } As a consequence, moved 31 sasslang-cases from broken to fixed. Moved two tests from fixed to broken (34, 95, previously passed accidentally) Change-Id: I8968074abd79dec71be762ed926cc6f37fbcaa99
* Move a sass test that no longer fails.Mika Murtojarvi2013-11-272-0/+0
| | | | Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
* Move working sass tests from sasslangbroken to sasslang.Mika Murtojarvi2013-11-274-0/+0
| | | | Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570
* Catch and log exceptions in session lifecycle listeners (#12915)Henri Sara2013-11-273-3/+162
| | | | Change-Id: Ie8638f010d74c569c5ff56e91c95e23a5cb92c9b
* Make test work reliably by activating @PushArtur Signell2013-11-272-31/+50
| | | | | | | Additional test now ensures that access() works both when called before init() is done and after init() is done Change-Id: Id56bd09f1aaa7a6a99eed8d097f12910cdc11596
* Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-267-358/+450
| | | | | | (#12992). Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
* Normalize line endingsMika Murtojarvi2013-11-261-30/+76
| | | | Change-Id: I328a1d3505471c65681dccdaa1a342dbb9c9ab37
* Fixed TabSheet tab keyboard focus issues (#12343)Juho Nurminen2013-11-201-24/+34
| | | | Change-Id: Ifacf4208e5124665115d13928463d87922282461
* Cleaned up the implementation of VTabsheet.selectPreviousTab()Juho Nurminen2013-11-201-5/+2
| | | | Change-Id: I8e7fef3005173d7647b4dfda31f60978cbf5972a
* Fixed TabSheet keyboard navigation (#12971)Juho Nurminen2013-11-202-4/+62
| | | | Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
* Fix TB3 local testing and occasionally failing SliderDisableTest.Teemu Suo-Anttila2013-11-192-7/+11
| | | | Change-Id: I58e60e55838c3339c934cf975e5e148c8f09a78b
* Output test results in XML reports instead of to standard outputArtur Signell2013-11-185-17/+47
| | | | | | | | | | | | | | | | This is a workaround for a problem with the integrated TeamCity JUnit listener which is not thread safe. Without this the test results are completely mixed up in TeamCity. For more information, see http://youtrack.jetbrains.com/issue/TW-33176. All standard JUnit test reports is put in result/reports. For uitest there are three report directories: result/reports-tb2, result/reports-tb3 and result/reports-integration to be able to clean the directories before running a given type of tests. This change is based on the separate fixes by John. Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
* Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Åstrand2013-11-154-294/+1
| | | | | | | | This reverts commit 533ddcda271b7226b38c035adf3073062c562653. Seems like the caused regressions are far from trivial to resolve. A new approach might be needed to resolve this issue. Change-Id: I88cf75608e8d47fffab5a366a8ad1b3b70c1c11f
* Allow using @RunLocally to run on a local Firefox/Chrome/SafariArtur Signell2013-11-159-94/+140
| | | | Change-Id: Ibb1dfd12dc48637d8179f80322b5203ea5562805
* Use localhost when running locally to avoid potential network issuesArtur Signell2013-11-151-0/+3
| | | | Change-Id: Ie43604a2b41d2214d55d0976ba3c81ea361c8c56
* Added extra asserts to make test more safer to blind refactoringsMatti Tahvonen2013-11-141-4/+11
| | | | Change-Id: I5dd159640bdc4f188c291017032ca96ca8b85d11
* Prevents accidental selection of window caption or content. (#12726)Felype Santiago Ferreira2013-11-141-0/+6
| | | | Change-Id: Ida479ef0c421cf67b2863cf78c76b495337f30cf
* Added test case for #12726Matti Tahvonen2013-11-141-0/+97
| | | | Change-Id: I396bfa4f255d64dd1729afa1be6771ff35026ad9
* Ensure alternate text is still visible (#11780)Artur Signell2013-11-141-0/+4
| | | | Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
* Workaround for missing value change event in chrome (#10109)Matti Tahvonen2013-11-122-0/+147
| | | | Change-Id: I019527041539fcd0083261b693767144492e626a
* Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-122-169/+170
| | | | | | Reverted ParseException to the previous version Change-Id: Ic89eb4b65d1a78f40c4cb94e9b2a13a3250c1924
* Regenerated parser files (#12937)Artur Signell2013-11-122-169/+168
| | | | Change-Id: I03e5f818c932d43be178008a4e857676bfed8f87
* Ensure generated parser is re-generated during build (#12937)Artur Signell2013-11-122-3/+40
| | | | | | | | Ultimately we should remove Parser.java and other generated files from the project but this still needs tweaking ide.xml somehow so the parser is built. Change-Id: Iac491c6a50c87e1e8e0bb2f612e82186319a6de3
* Use correct type for UIDL value to avoid development mode problems (#12545)Artur Signell2013-11-111-2/+2
| | | | Change-Id: Ib183e352fa64cb5c8f4d499ecb194768b18a16d6
* Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-115-0/+192
| | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
* Remove broken JSch checkArtur Signell2013-11-111-5/+0
| | | | | | | | | The current check requires ANT_HOME/lib to contain jsch-0.1.48. There are however other places, like .ant/lib where you can place the jar also. Additionally the build agents in TeamCity seems to wipe ANT_HOME/lib every now and then, which makes this a bad place to add extra jars. Change-Id: I83b8e0612e72d422d4341fc68b1ab6a0c98848a5
* Fixes NPE in TreeTable.setContainerDS(null) (#12928)Thomas2013-11-082-2/+17
| | | | Change-Id: I7f3148e51d216dfe20a11c8a5fd922f43cbc673b
* Prevent showing "Session Expired" notification if navigating away (#12298)Johannes Dahlström2013-11-082-13/+12
| | | | | | | Currently only works if navigation initiated via Page.open(url, "_self"). Page.setLocation should be changed in 7.2 to use "_self" as well (#12925) Change-Id: I56ad66ffbbd1a83b64999307d23028cbd84bb508
* Add a test for @mixin { @font-face {...} } (#11649)joheriks2013-11-082-0/+26
| | | | Change-Id: I7d089ea14b169481f943a1f44058ad47f9b8179a