summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from origin/7.1Jonatan Kronqvist2014-02-078-17/+121
|\ | | | | | | | | | | | | | | | | | | 5b56eeb Changed the rendering order of TabSheet tabs to prevent an NPE in isClipped (#12343) 9026cef Make VTreeTableScrollBody extendable (#13054) b5a080c Provides error location for ArithmeticException. (#11877) a494133 Fixed TabSheet tab bar sizing by removing an obsolete Safari hack (#12343) 1dd2ed3 Changes padding for Textfields with Chameleon theme. (#12974) Change-Id: I44e168176753ed4228002ac11fbd214ee369131a
| * 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
* | Merge commit '401fa5c940d9b55a4f0b3f96db5990d57271fe82'Juho Nurminen2014-02-071-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit '401fa5c940d9b55a4f0b3f96db5990d57271fe82': Don't send TabSheet focus and blur events to the server when moving the focus from one tab to another (#12971) Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: Ide3fc02d0beab8a0112a1e18ee417d0ec5097bb4
| * 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
* | Added missing exception declarations to TB3 testsJuho Nurminen2014-02-073-4/+4
| | | | | | | | Change-Id: If81520024c16faa92ba84d91e669dab03a843eb9
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-0733-57/+921
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 74dcb6f Correct assertion message which changed due to #12915 12b6a8b Test for broken Webkit feature which causes extra scrollbars (#12736, #12727) ea46029 Allow excluding test from the standard test suite c171850 Disable client timeout so websockets are not disconnected when idle (#13015) 36fce65 Test for pushing for an extended period of time (24h) 54a5667 Fix compilation error 25fc48c Do not throw NPE if conversion messages is null (#12962) 26b5b67 Timeout redirect timer is reset on server activity (#12446) d45785d Fixes right click selection focus issues in Tree. (#12618) Change-Id: I3cef915ee46b77ca0f188296cfa343cde1ad59e6
| * 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
* | Merge commit '37919d14b7509b1c8d8495a3e334d50a913bfe6f' into masterJonatan Kronqvist2014-02-0765-745/+840
|\| | | | | | | | | | | | | Conflicts: theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: I9e169d9c04998f9e7dc05953d51cd76348dd810c
| * 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
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-065-34/+212
|\| | | | | | | | | | | | | | | | | 5b2ddc1 Make test work reliably by activating @Push 10ca7ed Catch and log exceptions in session lifecycle listeners (#12915) 8abf434 Move working sass tests from sasslangbroken to sasslang. 1ac492e Move a sass test that no longer fails. Change-Id: I960e80fd2120c20bc7b042eccbadb1e748ec0f00
| * 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
* | Merge commit 'a705f8cc3fd5804e828b6647510795dbbb99eaa3' intoMika Murtojarvi2014-02-064-381/+430
|\| | | | | | | | | | | master Change-Id: I163cb7f15a35bc44d9840afa3f35d059e7bf42ee
| * Mixins now accept an empty argument list in parenthesesMika Murtojarvi2013-11-267-358/+450
| | | | | | | | | | | | (#12992). Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
* | Move Sass test files to the correct locations.Mika Murtojarvi2014-02-062-0/+0
| | | | | | | | Change-Id: Ie2c8b77420ea1f20471093479d57fcc2f484685c
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-061-30/+76
|\| | | | | | | | | | | f4fa4e8 Normalize line endings Change-Id: I48ccf40262eb600b4cbc45e49abb5d5a6258b2db
| * Normalize line endingsMika Murtojarvi2013-11-261-30/+76
| | | | | | | | Change-Id: I328a1d3505471c65681dccdaa1a342dbb9c9ab37
* | Merge commit '9ab700417ee5fe54329beee3130e6303f9420389' into masterJuho Nurminen2014-02-061-4/+11
|\| | | | | | | | | | | | | | | | | | | * commit '9ab700417ee5fe54329beee3130e6303f9420389': Fixed TabSheet tab keyboard focus issues (#12343) Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: Id80bad07d004149c017ccee79994b4fbdfa71299
| * Fixed TabSheet tab keyboard focus issues (#12343)Juho Nurminen2013-11-201-24/+34
| | | | | | | | Change-Id: Ifacf4208e5124665115d13928463d87922282461
* | Merge "Merge commit 'b7e184e30f8e5f1456344f3360c7e8e326c5ad2b' into master"Juho Nurminen2014-02-061-5/+2
|\ \
| * | Merge commit 'b7e184e30f8e5f1456344f3360c7e8e326c5ad2b' into masterJonatan Kronqvist2014-02-041-5/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message: Cleaned up the implementation of VTabsheet.selectPreviousTab() Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: I8798c2f8e5d5922aa4e7d1b9ce2617eaa1c4ab03
| | * Cleaned up the implementation of VTabsheet.selectPreviousTab()Juho Nurminen2013-11-201-5/+2
| | | | | | | | | | | | Change-Id: I8e7fef3005173d7647b4dfda31f60978cbf5972a
* | | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-0618-58/+191
| | | | | | | | | | | | Change-Id: I6a93e763c212eb39d7da9fdbd38f6a8609799c34
* | | Actually set connection .. (#13249)Artur Signell2014-02-041-5/+5
| | | | | | | | | | | | Change-Id: Ic334eaa7c077aa0f80f05016ff29c9d40b137fe5
* | | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-0418-190/+58
| | | | | | | | | | | | | | | | | | This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
* | | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-0418-58/+190
|/ / | | | | Change-Id: Icf53bdb80caf7a6989b90cf5ce83dd328d3e73dd
* | Merge "Merged TabSheet keyboard focus fixes into master"Jonatan Kronqvist2014-02-042-0/+63
|\ \
| * | Merged TabSheet keyboard focus fixes into masterJuho Nurminen2014-02-032-0/+63
| |\| | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: I456b2523fc0de01fed8b5948ee7cb78f2ff175b0
| | * Fixed TabSheet keyboard navigation (#12971)Juho Nurminen2013-11-202-4/+62
| | | | | | | | | | | | Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
* | | Separate heartbeat functionality from ApplicationConnectionArtur Signell2014-02-042-55/+182
| | | | | | | | | | | | | | | | | | | | | * Correctly cancels the timer if the interval is updated * Listens to ApplicationStoppedEvents and disables the heartbeat (#13249) Change-Id: I5f4f778583954a1dd22ffeb39ef3b8fa07b85a1c
* | | Parser recognizes @content directive inside @media (#13279).denisanisimov2014-02-038-7906/+7109
|/ / | | | | | | Change-Id: I7fd8868233e9378aaf3725bb202d4b34f3f27713
* | Fixed TabSheet tab focusing (#13206)Juho Nurminen2014-01-312-8/+74
| | | | | | | | Change-Id: Ice0988a281504be3b304be3be6c09e2e2c5be4ba
* | Implement long polling support for push (#13011)Johannes Dahlström2014-01-317-16/+191
| | | | | | | | | | | | | | * The Transport enum has a new LONG_POLLING constant * AbstractTestUI supports the ?transport=long-polling GET parameter Change-Id: Ic2f5abfbd4aa3c875f5c83932ce5ee6f31c366ad
* | Refactor PushConnection handling (#13223)Johannes Dahlström2014-01-315-143/+176
| | | | | | | | | | | | | | | | | | | | | | UIs now always have a PushConnection object if push is enabled, and push reconnections do not create and set a new instance. PushConnection.push can always be called; it internally handles deferring the push until (re)connection if it is currently disconnected. This is very desirable when using long polling, as it reconnects after each push. Change-Id: I478748cc940da86f34a5f55266f6b325682d4585
* | Fix false-negative sasslangbroken tests (#13275).denisanisimov2014-01-304-0/+0
| | | | | | | | Change-Id: I184418667c1de63cbdbc26d75f2268415a8f06f9
* | Add commons-lang for now until tests are converted to lang3 (#12871)Artur Signell2014-01-301-0/+4
| | | | | | | | Change-Id: I14509d95dd2e042f830a7fca6925e012483bb36d