Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6702 Requesting a removed resource should give an error | Leif Åstrand | 2011-11-23 | 2 | -0/+107 |
| | |||||
* | Remove old Debug param and make productionMode available in Application | Leif Åstrand | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Drop support for request attributes used by support for portlet 1.0 | Leif Åstrand | 2011-11-22 | 1 | -9/+0 |
| | |||||
* | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-22 | 16 | -22/+905 |
|\ | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/treetable/DisappearingComponents.java | ||||
| * | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-11-22 | 16 | -22/+904 |
| |\ | | | | | | | | | | | | | Conflicts: tests/integration_tests.xml | ||||
| | * | Merge changes from 6.7 to 6.8 | Leif Åstrand | 2011-11-22 | 1 | -3/+3 |
| | | | | | | | | | | | | svn changeset:22090/svn branch:6.8 | ||||
| | * | renamed html file so that test bench don't think it is a test script | Matti Tahvonen | 2011-11-21 | 1 | -51/+0 |
| | | | | | | | | | | | | svn changeset:22085/svn branch:6.8 | ||||
| | * | renamed html file so that test bench don't think it is a test script | Matti Tahvonen | 2011-11-21 | 2 | -1/+52 |
| | | | | | | | | | | | | svn changeset:22084/svn branch:6.8 | ||||
| | * | dragandropwrapper can now initiate html5 drags, fixes #7833 | Matti Tahvonen | 2011-11-21 | 2 | -0/+116 |
| | | | | | | | | | | | | svn changeset:22081/svn branch:6.8 | ||||
| | * | Merged fixes from 6.7 | Artur Signell | 2011-11-17 | 9 | -12/+463 |
| | | | | | | | | | | | | svn changeset:22048/svn branch:6.8 | ||||
| | * | Merged some changes from 6.7 to 6.8 | Henri Sara | 2011-11-16 | 2 | -7/+64 |
| | | | | | | | | | | | | svn changeset:22016/svn branch:6.8 | ||||
| | * | Merged #7837 to Vaadin 6.8 | Henri Sara | 2011-11-15 | 2 | -0/+258 |
| | | | | | | | | | | | | svn changeset:22010/svn branch:6.8 | ||||
* | | | Remove close listener for browser windows | Leif Åstrand | 2011-11-22 | 2 | -14/+1 |
| | | | |||||
* | | | Don't test for event when closing browser windows | Leif Åstrand | 2011-11-22 | 2 | -94/+6 |
| | | | |||||
* | | | Don't test notifications added to sub windows any more | Leif Åstrand | 2011-11-21 | 1 | -49/+4 |
| | | | |||||
* | | | Don't test component moving with Root | Leif Åstrand | 2011-11-21 | 1 | -1/+3 |
| | | | |||||
* | | | Only set mainWindow once to be compatible with LegacyApplication | Leif Åstrand | 2011-11-21 | 1 | -2/+2 |
| | | | |||||
* | | | Attach the window to a root before testing | Leif Åstrand | 2011-11-21 | 1 | -0/+2 |
| | | | |||||
* | | | Don't test adding and removing components for Root | Leif Åstrand | 2011-11-21 | 1 | -0/+2 |
| | | | |||||
* | | | Simplify RootTest and move it to the tests package | Leif Åstrand | 2011-11-18 | 1 | -0/+16 |
| | | | |||||
* | | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-16 | 2 | -2/+3 |
|\| | | |||||
| * | | Dummy commit #1 for testing repository | Artur Signell | 2011-11-11 | 1 | -0/+1 |
| | | | |||||
| * | | Merge remote branch 'origin/6.8' | Artur Signell | 2011-11-11 | 1 | -2/+2 |
| |\| | |||||
| | * | #7918 Test with Firefox 8 | Artur Signell | 2011-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | svn changeset:21959/svn branch:6.7 | ||||
* | | | Migrate all old tests to use LegacyApplication and Roots | Leif Åstrand | 2011-11-16 | 276 | -958/+969 |
| | | | |||||
* | | | Remove test for separate url handlers for different windows | Leif Åstrand | 2011-11-16 | 1 | -77/+0 |
| | | | |||||
* | | | Remove test for changing theme on the fly | Leif Åstrand | 2011-11-16 | 1 | -51/+0 |
| | | | |||||
* | | | Remove proof of concept for the current LoginForm component | Leif Åstrand | 2011-11-16 | 1 | -275/+0 |
|/ / | |||||
* | | Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin | Artur Signell | 2011-11-11 | 2 | -2/+2 |
|\ \ | |||||
| * | | Longer pause before taking the inital screenshot (#7396) | Leif Åstrand | 2011-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Run integration tests with Safari 5 instead of Firefox 3.6 (#7396) | Leif Åstrand | 2011-11-11 | 1 | -1/+1 |
| | | | |||||
* | | | Firefox 7 -> 8 | Artur Signell | 2011-11-10 | 1 | -1/+1 |
|/ / | |||||
* | | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 2 | -13/+1 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Artur Signell | 2011-11-08 | 1 | -0/+73 |
|\| | |||||
| * | Test for #7908 | Artur Signell | 2011-11-08 | 1 | -0/+73 |
| | | | | | | | | svn changeset:21947/svn branch:6.7 | ||||
* | | Merge remote-tracking branch 'origin/6.8' into master | Leif Åstrand | 2011-11-08 | 22 | -124/+2255 |
|\| | |||||
| * | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 7 | -0/+0 |
| | | | | | | | | svn changeset:21944/svn branch:6.7 | ||||
| * | Test for file uploads. Not run automatically due to limitations in testing ↵ | Artur Signell | 2011-11-08 | 3 | -0/+1062 |
| | | | | | | | | | | | | file uploads with TestBench/Selenium. svn changeset:21938/svn branch:6.7 | ||||
| * | Fixed dates | Artur Signell | 2011-11-04 | 1 | -15/+11 |
| | | | | | | | | svn changeset:21913/svn branch:6.7 | ||||
| * | Test for TreeTable with pageLength set to zero | Artur Signell | 2011-11-04 | 2 | -0/+124 |
| | | | | | | | | svn changeset:21908/svn branch:6.7 | ||||
| * | Fixed dates | Artur Signell | 2011-11-04 | 1 | -4/+4 |
| | | | | | | | | svn changeset:21907/svn branch:6.7 | ||||
| * | #7780 Don't do partial repaints if the item set has changed during an expand ↵ | Artur Signell | 2011-11-04 | 2 | -113/+221 |
| | | | | | | | | | | | | or collapse svn changeset:21901/svn branch:6.7 | ||||
| * | Test for #7839 | Artur Signell | 2011-11-04 | 1 | -0/+238 |
| | | | | | | | | svn changeset:21898/svn branch:6.7 | ||||
| * | Test for #7839 | Artur Signell | 2011-11-04 | 1 | -0/+528 |
| | | | | | | | | svn changeset:21896/svn branch:6.7 | ||||
| * | #7810 Fixed error handling of the row disabled in [21824] | Leif Åstrand | 2011-11-02 | 1 | -1/+1 |
| | | | | | | | | svn changeset:21858/svn branch:6.7 | ||||
| * | Corrected scroll offsets | Artur Signell | 2011-11-01 | 1 | -3/+3 |
| | | | | | | | | svn changeset:21848/svn branch:6.7 | ||||
| * | Test and fix for #7852 TreeTable partial update throws ↵ | Artur Signell | 2011-10-31 | 1 | -0/+55 |
| | | | | | | | | | | | | NegativeArraySizeException svn changeset:21840/svn branch:6.7 | ||||
| * | MergedDo not test that DST is active as it fails when DST is not active... | Artur Signell | 2011-10-31 | 1 | -6/+0 |
| | | | | | | | | svn changeset:21838/svn branch:6.7 | ||||
| * | #7810 temporarily commented out row that prevents build from succeeding | Artur Signell | 2011-10-27 | 1 | -1/+1 |
| | | | | | | | | svn changeset:21824/svn branch:6.7 | ||||
| * | Test for #7698 | Artur Signell | 2011-10-27 | 1 | -0/+16 |
| | | | | | | | | svn changeset:21815/svn branch:6.7 |