summaryrefslogtreecommitdiffstats
path: root/tests/server-side
Commit message (Expand)AuthorAgeFilesLines
* Update test to work with Vaadin 7Leif Åstrand2012-07-261-6/+26
* Merge remote branch 'origin/6.8'Leif Åstrand2012-07-261-0/+57
|\
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-251-0/+57
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2325-0/+105
* | Replace Navigator(Page) with Navigator(ComponentContainer) (#8859)Henri Sara2012-06-291-12/+0
* | Formatted all source filesArtur Signell2012-06-281-1/+2
* | Fix UriFragmentManagerTest based on earlier implementation changeHenri Sara2012-06-271-1/+1
* | Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-254-6/+6
* | Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-0/+100
* | Added missing parts which made test failArtur Signell2012-06-211-2/+11
* | Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-212-0/+69
* | Additional test for converters (#8185)Artur Signell2012-06-211-0/+42
* | Merge branch '6.8'Johannes Dahlström2012-06-192-2/+50
|\|
| * Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-132-0/+48
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-192-15/+15
|\ \
| * | Extract API from Root to Page (#8907)Leif Åstrand2012-06-192-15/+15
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-132-203/+429
|\| |
| * | Navigator API changes based on review (#8859)Henri Sara2012-06-122-130/+290
| * | Some Navigator API changes based on review (#8859).Henri Sara2012-06-122-73/+139
* | | Merge commit '8e5b5'Johannes Dahlström2012-06-112-0/+57
|\ \ \ | | |/ | |/|
| * | Made Table serializable when using column width for row header (#8428)Artur Signell2012-05-292-0/+57
* | | Merge commit 'ecd026'Johannes Dahlström2012-06-111-0/+63
|\| | | |/ |/|
| * [merge from 6.7] #8793 Add unit test for TabSheet.replaceComponent()Johannes Dahlström2012-05-181-0/+63
* | Initial extension support (#6690)Leif Åstrand2012-06-062-9/+7
* | Implement first version of view and navigation APIs (#8859).Henri Sara2012-05-243-0/+511
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-042-0/+67
|\|
| * Add test for $entry and make it ignore some false positives (#8699)Leif Åstrand2012-04-251-0/+42
| * Applied patch provided for #8600 (hasChildren() broken if item used to have c...Marc Englund2012-04-241-0/+25
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-181-0/+37
|\|
| * Unit test for #8653Johannes Dahlström2012-04-161-0/+2
| * Reverted accidental commitJohannes Dahlström2012-04-131-16/+6
| * Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-131-6/+16
| * Unit test for #8203Johannes Dahlström2012-04-121-3/+38
* | Reformatted all source filesArtur Signell2012-04-1614-48/+64
* | Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-162-5/+25
* | 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
* | Provide a dummy Root to avoid NPEArtur Signell2012-04-101-0/+16
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-102-3/+130
|\|
| * Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-0/+72
| * [merge from 6.7] Test for #8328Automerge2012-04-041-3/+57
* | Include ApplicationRunnerServlet in test.warArtur Signell2012-04-051-1/+0
* | Server side unit test for #8542Leif Åstrand2012-03-271-0/+98
* | Enable loading Root subclasses with a custom class loader (#8542)Leif Åstrand2012-03-271-2/+4
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-0/+47
|\|
| * #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+47
* | KeyMapper now uses HashMap instead of Hashtable internally - fixed testArtur Signell2012-03-221-3/+3
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-4/+4
* | Removed duplicate file (SourceFileChecker performs the same task)Artur Signell2012-03-141-57/+0
* | Better error reporting for anonymous classesArtur Signell2012-03-141-2/+12