aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/statictestfiles
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1516-589/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-241-0/+12
| | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
* Make test work when not in root contextArtur Signell2014-08-051-1/+1
| | | | Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c
* Merge changes from origin/7.1Build Agent2014-03-281-69/+0
|\ | | | | | | | | | | | | 4f7fc2d Fix invalid copyright header 43b8ca5 Remove unnecessary Webkit scrollbar test Change-Id: I6153a89f689818fa9f612d4b22303f7d4030fa6d
| * Remove unnecessary Webkit scrollbar testTeemu Suo-Anttila2014-03-201-69/+0
| | | | | | | | Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85
* | Fixed invalid HTML/XMLArtur Signell2014-02-251-2/+1
| | | | | | | | Change-Id: Icd9e30e54e5353277e4c5406269613cbb8a37414
* | Merge changes from origin/7.1Jonatan Kronqvist2014-02-071-0/+69
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Test for broken Webkit feature which causes extra scrollbars (#12736, #12727)Artur Signell2013-11-291-0/+69
| | | | | | | | | | | | | | | | This is the original cause for the Vaadin issues Live test at http://artur.virtuallypreinstalled.com/webkit-scrollbars.html Change-Id: Iaf9a46b635fabcb7cd795547c782c596aa57ce12
* | Method for retrieving all VaadinSessions inside a HTTP session (#13053)Artur Signell2014-01-131-0/+54
|/ | | | Change-Id: I8e612ccd521d99f6b7ec6d10c72331b4d4373abe
* Fixes double scrollbar issue in browserframes (#11780)Thomas2013-11-111-0/+128
| | | | | | Fixed by adding font-size 0 to the base theme. Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
* Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)7.0.77.0John Ahlroos2013-06-051-0/+60
| | | | | Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473 svn: http://dev.vaadin.com/changeset/0000025944/svn
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-051-55/+0
| | | | | The change caused the wrong URL to be included in some browser details requests. This reverts commit 38c2ad6ff4895643371dfd00fb1d8667f6fc3909
* Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-021-0/+55
| | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3
* Update test to avoid doing cross domain loadingLeif Åstrand2012-10-261-0/+8
| | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa
* Test which embeds two UIs on the same page (#9619)Artur Signell2012-09-181-0/+93
|
* Moved layout-resize-text.html to statictestfilesJohn Ahlroos2012-09-101-0/+41
|
* Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-2/+2
|
* Merged 6.8 branchJohn Ahlroos2012-08-202-0/+5
|\
| * Disabled shim iframe for all but IE8+ (#9284, #6219)Artur Signell2012-08-102-0/+5
| | | | | | | | | | | | The shim iframe causes crashes in IE6 and does not really help in Opera/Safari/Firefox. svn changeset:24146/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-08-031-0/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | + add @Override Conflicts: src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/VOverlay.java src/com/vaadin/terminal/gwt/client/ui/menubar/VMenuBar.java src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/Table.java tests/test.xml
| * Make LoginForm work inside iframes (#8144)Leif Åstrand2012-08-031-0/+14
| | | | | | | | | | | | Automatic test case included but not enabled because it does not currently work with IE6-8 svn changeset:24053/svn branch:6.8
* | Add test for JavaScript component fundamentals (#8888)Leif Åstrand2012-07-051-13/+0
| |
* | Rename getWidgetElement() -> getElement() (#8888)Leif Åstrand2012-06-281-1/+1
| |
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-152-6/+18
|\ \ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Implement js rpc proxy objects and wildcard rpc support (#8888)Leif Åstrand2012-06-142-4/+7
| | |
| * | Use callbacks directly as fields in connector object (#8888)Leif Åstrand2012-06-142-0/+9
| | |
| * | Rename Javascript -> JavaScriptLeif Åstrand2012-06-142-5/+5
| | |
| * | Change package name in js file not changed by previous refactoringLeif Åstrand2012-06-141-3/+3
| | |
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-132-0/+25
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Initial support for javascript components (#8888)Leif Åstrand2012-06-112-0/+25
| | |
* | | Merge commit '0bcee'Johannes Dahlström2012-06-111-0/+0
|\ \ \ | |/ / |/| / | |/
| * [merge from 6.7] Test case for #8781Automerge2012-05-091-0/+0
| | | | | | | | svn changeset:23699/svn branch:6.8
* | Add test for detecting scrollbar quirks in different browsersLeif Åstrand2012-04-191-0/+59
|/
* Merged some changes from 6.7 to 6.8Henri Sara2011-11-161-0/+43
| | | | svn changeset:22016/svn branch:6.8
* #2904 Toolkit -> Vaadin renames: search for "IT Mill" and "itmill", partial ↵Henri Sara2009-05-181-1/+1
| | | | | | changes including many URLs svn changeset:7842/svn branch:6.0
* added test caseMatti Tahvonen2008-09-222-0/+49
svn changeset:5474/svn branch:trunk