summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Method for finding the first ancestor of a given type (#8182)Artur Signell2012-04-191-1/+1
|
* Fixed GateIn portal support and action request problem (#8670)Artur Signell2012-04-191-2/+2
|
* Fix changed dom element pathLeif Åstrand2012-04-191-1/+1
|
* Add test for detecting scrollbar quirks in different browsersLeif Åstrand2012-04-191-0/+47
|
* Move test app to the right package and add test scriptLeif Åstrand2012-04-192-1/+12
|
* Handled enabled state cascading on client side (#8507)Artur Signell2012-04-192-0/+176
| | | | Now avoids repainting the full hierarchy if the enabled state of a component container changes.
* Fix test app and add test scriptsLeif Åstrand2012-04-193-4/+57
|
* Use the proper template nameLeif Åstrand2012-04-181-1/+1
|
* Merge remote branch 'origin/6.8'Leif Åstrand2012-04-184-133/+96
|\ | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java tests/server-side/com/vaadin/tests/server/component/tabsheet/TestTabSheet.java
| * [merge from 6.7] Reverted #7607 fixes and removed the test for now because ↵Automerge2012-04-171-62/+0
| | | | | | | | | | | | they cause the #8662 regression. svn changeset:23566/svn branch:6.8
| * [merge from 6.7] #8595 test script: removed accidental duplicate code, use ↵Automerge2012-04-161-71/+4
| | | | | | | | | | | | mouseClick with :shift instead of shiftKeyDown/Up svn changeset:23554/svn branch:6.8
| * Unit test for #8653Johannes Dahlström2012-04-161-0/+2
| | | | | | | | svn changeset:23551/svn branch:6.8
| * [merge from 6.7] test case for #8639Automerge2012-04-131-0/+55
| | | | | | | | svn changeset:23526/svn branch:6.8
| * Reverted accidental commitJohannes Dahlström2012-04-131-16/+6
| | | | | | | | svn changeset:23523/svn branch:6.8
| * Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-131-6/+16
| | | | | | | | svn changeset:23522/svn branch:6.8
| * Unit test for #8203Johannes Dahlström2012-04-121-3/+38
| | | | | | | | svn changeset:23505/svn branch:6.8
* | Reformatted all source filesArtur Signell2012-04-1634-134/+156
| |
* | Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-163-6/+27
| | | | | | | | The ClassLoader for loading Root instances is instead fetched using request.getDeploymentConfiguration().getClassLoader();
* | Add overflow: hidden to v-label to prevent margins from escaping (#8671)Leif Åstrand2012-04-161-0/+50
| |
* | Renamed @Component to @ConnectArtur Signell2012-04-122-4/+4
| | | | | | | | @Component is not good as the server side does not have to be a Component
* | Fix ShortCutListenerModification testHenri Sara2012-04-121-5/+7
| |
* | Removed deprecated an unneded setAlignment based on String (#8169)Artur Signell2012-04-121-210/+0
| |
* | Vaadin 7 triggers a few more repaints than Vaadin 6Artur Signell2012-04-121-1/+3
| |
* | Component no longer implements PaintableArtur Signell2012-04-123-5/+5
| |
* | Fixed locator stringArtur Signell2012-04-112-3/+2
| |
* | Provide a dummy Root to avoid NPEArtur Signell2012-04-101-0/+16
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-107-29/+623
|\| | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java
| * [merge from 6.7] TestBench test for #8604Automerge2012-04-051-0/+114
| | | | | | | | svn changeset:23413/svn branch:6.8
| * Fixed #6155: stop listening to Property value change and read only status ↵Johannes Dahlström2012-04-051-0/+72
| | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8
| * [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
| | | | | | | | svn changeset:23402/svn branch:6.8
| * Create integration test for WebSphere Application Server 8 (#3789)Leif Åstrand2012-04-041-0/+9
| | | | | | | | svn changeset:23401/svn branch:6.8
| * Test tab scrolling in #5100 testJohannes Dahlström2012-04-041-0/+90
| | | | | | | | svn changeset:23400/svn branch:6.8
| * [merge from 6.7] Basic app for testing various aspects of layout performanceAutomerge2012-04-031-0/+285
| | | | | | | | svn changeset:23393/svn branch:6.8
| * Don't test wrap-around in #5100 test as it's not currently supportedJohannes Dahlström2012-04-021-27/+7
| | | | | | | | svn changeset:23382/svn branch:6.8
| * Cleaned up #5100 testJohannes Dahlström2012-04-021-11/+0
| | | | | | | | svn changeset:23378/svn branch:6.8
* | Renamed template so it is not run as a TestBench scriptArtur Signell2012-04-052-1/+1
| |
* | Tests for CustomLayoutArtur Signell2012-04-054-3/+128
| |
* | Fixed merge problem from ef53ac075f83a865cbc6e736132821d8b1714aabArtur Signell2012-04-051-2/+0
| |
* | Include ApplicationRunnerServlet in test.warArtur Signell2012-04-052-2/+3
| |
* | Moved ApplicationRunnerServlet to test folder and improved find methodArtur Signell2012-04-051-0/+290
| |
* | Moved margins to AbstractLayoutStateArtur Signell2012-04-053-3/+21
| |
* | Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-051-0/+68
| |
* | ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-052-6/+7
| |
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-043-3/+7
| |
* | Fixed test (spliter click coordinates)Artur Signell2012-03-301-3/+3
| |
* | Fixed test as Embedded now return mouse coordinates for splitter clickArtur Signell2012-03-301-4/+3
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-303-2/+51
|\| | | | | | | | | Conflicts: tests/test.xml
| * [merge from 6.7] #8580 test caseAutomerge2012-03-301-0/+49
| | | | | | | | svn changeset:23372/svn branch:6.8
| * [merge from 6.7] Integration test with Firefox 11Automerge2012-03-291-1/+1
| | | | | | | | svn changeset:23355/svn branch:6.8
| * [merge from 6.7] Test with Chrome 18Automerge2012-03-291-1/+1
| | | | | | | | svn changeset:23354/svn branch:6.8