aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2013-09-2653-831/+3137
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f7dc31 Base files for TB3 tests (#12572) 6b17abe Make it possible to override web driver in tests (#12572) a682e3b Refactored build scripts to support TB2, TB3 + integration tests (#12572) e556642 Converted servlet integration tests to TB3 (#12573) 21af0c3 Updated TB3 tests to use Firefox 24 (#12604) a7583c6 TB3 test for browsers (#12572) 37b8543 Do not add empty package javadoc for new classes 0248b8f Fixes browser detection for IE11 (#12638) 1df28c3 Run TB3 tests also on IE11 (#12631) a2daf65 Converted TB2 push tests to TB3 (#12580) d3261d7 Fixes issue with Table not scrolling completely to the end #12651 bd0ae05 Limit the number of tests run concurrently (#12572) Change-Id: Idb4389aac388b728490a4ffd57d30aee20ea9fe8
| * Limit the number of tests run concurrently (#12572)Artur Signell2013-09-263-4/+42
| | | | | | | | Change-Id: I015e92ccc9be963543032c14dd9d051bcba58e53
| * Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-264-18/+143
| | | | | | | | | | | | | | | | Made the Table notice if the user is trying to scroll to an item on the last "page" and in those cases actually scroll to that item, not just to the page's first item as it did before. Change-Id: I47df33c75aa9b7e4f9a5f4bd5daeb301028517e8
| * Converted TB2 push tests to TB3 (#12580)Artur Signell2013-09-2525-792/+799
| | | | | | | | Change-Id: Ifd6286aee75946eb47c39886c08473a5a0c10545
| * Run TB3 tests also on IE11 (#12631)Artur Signell2013-09-251-0/+1
| | | | | | | | Change-Id: I1ae0f8618e69ba61bb946cde18c2936b751f3a5f
| * Fixes browser detection for IE11 (#12638)Artur Signell2013-09-252-6/+60
| | | | | | | | Change-Id: I1f71477368ce42eac3679f7f2f9e87fe8e02e4de
| * Do not add empty package javadoc for new classesArtur Signell2013-09-241-1/+1
| | | | | | | | Change-Id: I5b040806acaae3e94d2eb8c7ea78f9414d964564
| * TB3 test for browsers (#12572)Artur Signell2013-09-242-4/+51
| | | | | | | | Change-Id: I1011aed7b3a7f4a339199be4e598b02b27500307
| * Updated TB3 tests to use Firefox 24 (#12604)Artur Signell2013-09-241-1/+1
| | | | | | | | Change-Id: I738e5e3aca7b5332ced2179593f304c6d375b0f1
| * Converted servlet integration tests to TB3 (#12573)Artur Signell2013-09-248-5/+298
| | | | | | | | Change-Id: I964be2ef805875f36a2f0f8139feaa353c9aaee0
| * Refactored build scripts to support TB2, TB3 + integration tests (#12572)Artur Signell2013-09-247-69/+411
| | | | | | | | | | | | | | | | | | * Main build configuration triggers unit tests for all modules and uitest/build.xml testbench tests in parallel * uitest/build.xml triggers Jetty startup and integration (server) tests in parallel. After the server has started, TB2 and TB3 tests are run in parallel. * Server integration tests for servlet containers are run using TB3 and the com.vaadin.tests.tb3.ServletIntegrationTests test suite. * Portlet integration tests are still run using TB2 test scripts Change-Id: Ie6bffd4e68b4889074e9c470faa3c65f923e55c4
| * Make it possible to override web driver in tests (#12572)Artur Signell2013-09-231-8/+27
| | | | | | | | Change-Id: If696c8a57fc370d2851592d745ab8a2698631ed5
| * Base files for TB3 tests (#12572)Artur Signell2013-09-2310-35/+1415
| | | | | | | | | | | | * Converted LabelModes to TB3 for validation Change-Id: Ic9e69d46623a16986961bdc8cc050b375622a91d
* | Compass test cases (#11776)Artur Signell2013-09-2618-0/+212
| | | | | | | | Change-Id: Icf460eec606196bcff9b329fe7055bce6ed82c5f
* | Add support for partial imports (#11776)Artur Signell2013-09-261-0/+7
| | | | | | | | Change-Id: I5696e63b618294b4e6bbd3b0e407befddc5aa8a8
* | Refactor how base paths are determined when resolving (#11776)Artur Signell2013-09-263-35/+106
| | | | | | | | Change-Id: Ibf07046280d5f61df21681310ec28993b6daf50f
* | Moved import resolving logic to resolvers (#11776)Artur Signell2013-09-267-60/+138
| | | | | | | | | | | | * made resolvers style sheet specific Change-Id: Iab7e755d9e3214896c100dfde10727a1353c4354
* | Use explicit button for reading asynchronously created messages (#10338)Leif Åstrand2013-09-252-4/+24
| | | | | | | | Change-Id: Icde7e1f612ed60867b3d3d58aedbe36d16ad61a5
* | Merge changes from origin/7.1Leif Åstrand2013-09-2315-57/+157
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e048a5 Clarified error message (#12583) d0af7d1 Add async-supported to all servlets to enable push testing (#12573) 1de4389 Use JUnit 4.11 in all modules (#12572) d6954f8 Include TestBench 3.1.1 in the project (#12572) cdb9a49 Enable native scrolling in all iOS versions newer than 5, not just iOS 6 (#12324) 0e2780a Ensure string converter is always set cf796e2 Add v-iosN classname for all iOS versions instead of just N=6 (#12324) 46ac1e6 Update release notes to more closely be like 7.0.x (#12544) d9f204f PostLayoutListener javadocs (#12562) c7aaa04 Don't try to cast a connector to Widget. Fixes #12619 Change-Id: Icff34ba20a330e633c1b29ca8fd77d84b79841f5
| * Don't try to cast a connector to Widget. Fixes #12619Jonatan Kronqvist2013-09-202-2/+53
| | | | | | | | Change-Id: I0fe98ca90ed3969f1af1be60668b4c1c561675eb
| * PostLayoutListener javadocs (#12562)7.1.6Leif Åstrand2013-09-191-0/+18
| | | | | | | | Change-Id: Icdc39630a8d48f87ca4765f4513c9871d49f5d76
| * Update release notes to more closely be like 7.0.x (#12544)Artur Signell2013-09-191-25/+29
| | | | | | | | | | | | | | | | * Fixed ticket link and removed duplicate link * Reordered sections to changes in this version comes before changes in old versions * Updated browser versions Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
| * Add v-iosN classname for all iOS versions instead of just N=6 (#12324)Johannes Dahlström2013-09-191-4/+1
| | | | | | | | Change-Id: Id06cfab1404facd612aa470d82757ae6dfe71641
| * Ensure string converter is always setArtur Signell2013-09-191-0/+1
| | | | | | | | Change-Id: I8c9146975397356e92fded0d0207b56d057ac6c5
| * Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-182-7/+9
| | | | | | | | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
| * Include TestBench 3.1.1 in the project (#12572)Artur Signell2013-09-173-15/+35
| | | | | | | | | | | | | | * Jetty is updated to 8.1.9.v20130131 to avoid conflicts with TestBench dependencies * The new jetty dependens on servlet 3.0 Change-Id: Ibbbc8f5838feb4c132ee2b6f7d7f3f630e95dd68
| * Use JUnit 4.11 in all modules (#12572)Artur Signell2013-09-174-4/+4
| | | | | | | | Change-Id: I244f4afdebe956166a9158d85dc69fd7746c5a47
| * Add async-supported to all servlets to enable push testing (#12573)Artur Signell2013-09-171-0/+4
| | | | | | | | Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c
| * Clarified error message (#12583)Artur Signell2013-09-161-2/+5
| | | | | | | | Change-Id: I542046158f6e78c8bb26aaee110bd5b123ae13e6
* | Merge changes from origin/7.1Artur Signell2013-09-1740-339/+870
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de53191 Fix for #12279 (caret jumps when formatting in RTA). fca0f7a Add <br> as empty representation for webkit (#12490) 6dcece8 Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491) 22fcb44 Include unobfuscated file used by test in the war (#12468) bc90a58 Unified xml files to end with new line 3d01d74 Reduce Ivy resolver spam to a minimum (#12510) 1e73ca8 Fix keystore path to correspond to the Vaadin 7 directory structure (#12520) dcf9c61 Protect CurrentInstance instances from garbage collection (#12509) 24ffbc2 Allow storing and restoring null instances in CurrentInstance #12509 0d79a84 Added a comment that hopefully explains the NULL_OBJECT #12509 e4d99b3 Use non-obfuscated version of vaadinPush.js when not in production (#12527) 3a31dfe NullPointerException in TableQuery.fetchMetadata() (#11403) 4659797 fixed incorrect name for close-pressed.png for windows in black theme (#12563) 9b05257 Test for push with streaming based on Table 3cafce3 NullPointerException in DateToSqlDateConverter (#12284) 3a4351f Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522) Change-Id: I44f3d5f003e62e7ab86a22188b22933491226868
| * Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522)Johannes Dahlström2013-09-134-36/+272
| | | | | | | | Change-Id: I0bab199632554655ef92a624f5654852b4b157d1
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-132-0/+34
| | | | | | | | | | | | | | | | | | | | DateToSqlDateConverter throws a NullPointerException when the provided value is null, thus violating the interface contract. If the provided value is null, then the methods should return null. Missing test case included Change-Id: If08225c2a6ae7c3103e47d3817a5d45469c7bf4f
| * Test for push with streaming based on TableArtur Signell2013-09-131-0/+126
| | | | | | | | Change-Id: I42146b8c0918a65c809bcb55e3930dad5bbb6e6f
| * fixed incorrect name for close-pressed.png for windows in black theme (#12563)Fabian Lange2013-09-131-0/+0
| | | | | | | | | | | | | | | | | | The scss file and the light and normal style suggest that the name should be "-pressed". This is what this patch fixes. I have considered renaming all "-pressed" to "-active", to be consistent with e.g. "maximize-active.png" but decided against due to compatibility concerns. Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
| * NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
| | | | | | | | | | | | | | Trivial patch. The finally block lacks a check for null before attempting to invoke table.close() Change-Id: Ib32f1d75fef4bd442652ca60a2b7df6aa45d7fa7
| * Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-106-8/+36
| | | | | | | | Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc
| * Added a comment that hopefully explains the NULL_OBJECT #12509Jonatan Kronqvist2013-09-091-0/+16
| | | | | | | | Change-Id: I99ea86d8842324884dda3a5c392f37e8d4a7acf6
| * Allow storing and restoring null instances in CurrentInstance #125097.1.5Jonatan Kronqvist2013-09-092-9/+75
| | | | | | | | Change-Id: Icf82377b0d47166d59e8be5f2f8b450d654302d7
| * Protect CurrentInstance instances from garbage collection (#12509)Leif Åstrand2013-09-054-236/+219
| | | | | | | | Change-Id: I9ec103a1a42d8888d6f680f477393807223740cf
| * Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)Johannes Dahlström2013-09-051-1/+1
| | | | | | | | Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
| * Reduce Ivy resolver spam to a minimum (#12510)Artur Signell2013-09-048-22/+22
| | | | | | | | Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
| * Unified xml files to end with new lineArtur Signell2013-09-0412-12/+12
| | | | | | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
| * Include unobfuscated file used by test in the war (#12468)Leif Åstrand2013-09-041-0/+1
| | | | | | | | Change-Id: Id90faf1dde880bb1aa51f9c337dca594f4993884
| * Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491)Fabian Lange2013-09-041-14/+53
| | | | | | | | | | | | | | | | | | | | This patch adds two methods, that one can override when extending VFilterSelect. By doing so, the developer can for example change the behavior of setting text, or performing clicks in the suggestion popup. This change is backwards compatible, as it just offers two new methods to override. Change-Id: Icc8fd154ef1abaed96e6af742af77c3225db3fe4
| * Add <br> as empty representation for webkit (#12490)7.1.4Artur Signell2013-09-031-1/+1
| | | | | | | | Change-Id: Idfb1c770d411b0516046e40852b79da6f9c7916c
| * Fix for #12279 (caret jumps when formatting in RTA).Marc Englund2013-09-031-1/+1
| | | | | | | | Change-Id: I09bd04cd0d687be636a7b4d718bccf271bdb9dd9
* | Prepare for Atmosphere Javascript 2.0 (#12241)Artur Signell2013-09-121-2/+22
| | | | | | | | | | | | | | Atmosphere 2.0 has changed enableProtocol to default to true. Reopening a connection in Atmosphere 2.0 is signalled through an onReopen event (not present at all in Atmosphere 1.0.x) Change-Id: I6013a83a0239b6ab7535631120e442ece2d4481d
* | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-106-24/+347
| | | | | | | | Change-Id: I8b97444d33b9535b9073fd705fed15a6cc2992e7
* | Prevent exception in VWindow without assistive description (#12515)michaelvogt2013-09-101-11/+19
| | | | | | | | Change-Id: Id16584ac2aec95981de31d713b56de42ca0cfae2
* | Handles Tooltip on focus for ComboBox (#12536)michaelvogt2013-09-091-0/+5
| | | | | | | | Change-Id: I3b140bd6772ec25c57be0f519f180b626c5ff1d2