aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add nativeEvents false capability to LayoutTesterApplicationTestTeemu Suo-Anttila2014-03-281-0/+10
| | | | | | | | Change-Id: Ice1081dc0d5e6fd49c246ca4a4bfbf27dbbbace4
* | Merge commit '3775a7f'Sauli Tähkäpää2014-03-2815-14/+128
|\| | | | | | | Change-Id: I0abd80e273a7cd7a7e936be994dce5c2fad3f629
| * Added categories inclusion and exclusion feature to TB3TestSuite.Sauli Tähkäpää2014-03-2815-16/+130
| | | | | | | | | | | | | | | | Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
* | Merge changes from origin/7.1Build Agent2014-03-282-0/+167
|\| | | | | | | | | | | | | | | | | | | | | 1f4ca4c Prevent resize for sorted column if not initialized (#12951) 437f4e9 Improved portlet configuration resolution. (#7814) 55a1b20 Added headers support for WebSphere Portal. (#13491) f979681 Fix VScrollTable to clear reported ranges (#13353) a473222 Added browser inclusion and exclusion for TB3Runner. 29e7df2 Makes combobox work with pasted texts. (#13214). Change-Id: Icdb5a633d1d9f7bf7004b4b45857d268ea674f50
| * Added browser inclusion and exclusion for TB3Runner.Sauli Tähkäpää2014-03-272-24/+137
| | | | | | | | Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
| * Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-272-0/+167
| | | | | | | | Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
* | Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into masterJonatan Kronqvist2014-03-283-25/+30
|\| | | | | | | | | | | | | | | | | ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346) Conflicts: client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711
| * Remove flaky tests which does not give much additional infoArtur Signell2014-03-251-16/+0
| | | | | | | | Change-Id: I63141cac25b612805458cae570917f757106251a
| * Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-242-9/+30
| | | | | | | | Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a
* | Merge commit 'd5ce54586a445550b3df5168fe83accb3945901e' into masterJonatan Kronqvist2014-03-282-0/+168
|\| | | | | | | | | | | | | | | | | d5ce545 Ignore backspace events in modal windows (#13180) Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I22c38a281fac7ed7cfa40f292e6624c5347348fd
| * Ignore backspace events in modal windows (#13180)Felype Santiago Ferreira2014-03-242-0/+168
| | | | | | | | Change-Id: Idf3ec4bc80bd015c546000e99cb6ff16e79ca5a8
* | Merge changes from origin/7.1Build Agent2014-03-282-40/+13
|\| | | | | | | | | | | | | 4f7fc2d Fix invalid copyright header 43b8ca5 Remove unnecessary Webkit scrollbar test Change-Id: I6153a89f689818fa9f612d4b22303f7d4030fa6d
| * Remove unnecessary Webkit scrollbar testTeemu Suo-Anttila2014-03-201-39/+0
| | | | | | | | Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85
| * Fix invalid copyright headerLeif Åstrand2014-03-201-1/+13
| | | | | | | | Change-Id: I8957eeb8c087a7a3f6aa8b417eb52689e6c28025
* | Merge "Merge commit '60aa66a'"Jonatan Kronqvist2014-03-282-0/+100
|\ \
| * | Merge commit '60aa66a'Juho Nurminen2014-03-282-0/+100
| |\| | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: I7bda391a0e5678f85c04bd8ff9bfa65ba1c660b9
| | * Made TabSheet tabs always become visible when focused (#12343)Juho Nurminen2014-03-192-0/+100
| | | | | | | | | | | | Change-Id: I8f840bf4e45e257454d5e16c7b43f63858fd15d8
* | | Added missing UIAccess class.Sauli Tähkäpää2014-03-271-0/+361
| | | | | | | | | | | | Change-Id: I77d664eda6eb634f25468850e3b2982a3c2141b8
* | | Fixed error tooltip tests.Sauli Tähkäpää2014-03-271-25/+36
| | | | | | | | | | | | Change-Id: Ia43025881fbe746dac816ae7bf7041b940d94d2c
* | | Added browser inclusion and exclusion for TB3Runner.Sauli Tähkäpää2014-03-272-24/+137
|/ / | | | | | | Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f
* | Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-251-3/+11
| | | | | | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* | Update sizes when the IE8 window is resized #12323Jonatan Kronqvist2014-03-251-0/+31
| | | | | | | | Change-Id: I5ee2e0d7e4b4bc11df78e24c2a29e94e4c379e25
* | Refactor to use the right Element class (#13287)Leif Åstrand2014-03-251-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed implementations and APIs to use the non-deprecated Element class wherever possible without breaking backwards compatibility. * Methods defined in interfaces have not been touched. * Return types have only been changed methods that should have no existing third party callers (i.e. private, internal or @since 7.2) * For methods that third party code might have overridden, the method has been deprecated in favor of a new method that just delegates to the old method. * For methods that can't reasonably be overridden by third party code (i.e. private, final, static, internal or @since 7.2), the parameter type has been changed without retaining the old method. Change-Id: I7da943a77b8d0d0b9185d8c70f87d676a275d24b
* | Use FQN instead of import for the bad Element class (#13287)Leif Åstrand2014-03-251-4/+6
| | | | | | | | | | | | | | | | This is the first step towards eliminating usage of the class. Reasoning about upcoming steps will be easier when it's clear which class "Element" refers to. Change-Id: Iea5547f789edc77c3b4ac95a5e2eb34d2717999e
* | Integrate the Responsive add-on #12394Jonatan Kronqvist2014-03-252-0/+165
| | | | | | | | | | | | Also fixes https://github.com/vaadin/responsive/issues/10 Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
* | Fix SelectAllRowsTest to not alter existing DesiredCapabilitiesTeemu Suo-Anttila2014-03-221-1/+2
| | | | | | | | Change-Id: I5fe09c76f681ae25a9bb9f78e0eaca4ce4c57951
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-2122-23/+22
| | | | | | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* | Merge "Merge changes from origin/7.1"Sauli Tähkäpää2014-03-2118-72/+906
|\ \
| * | Merge changes from origin/7.1Build Agent2014-03-2118-72/+906
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7112abe Preventing premature start of drag due to Chrome move event #13381 7e7b623 reduce frequency of session locking and StreamingProgressEvents (#13155) 7cab7fd Improve error message when reusing UI instance (#13457) 3e53fa6 Fixed "EEE" in DateField's date pattern (#13443) 1881ea8 Fix for width issue of TabSheet (#12805) 396820e Test for streaming reconnect issue (#13435) 2f93186 Eliminate .v-caption memory leak (#13346) 0c7cbc7 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688) 5441ef0 Merged IntegrationTestRunner into TB3Runner 3545db2 Added User-Agent and Screen Width + Height labels to portlet test. c5aaf93 Refactored JSR286 portlet test. 52dcbaa Pressing ESC now closes the DateField popup when using month or year resolutions. (#12317) e45294f Revert "Preventing premature start of drag due to Chrome move event #13381" Change-Id: I35e119a6e8e68e226487906af35eaa220f3af16f
| | * Pressing ESC now closes the DateField popup when using month or year ↵Teemu Pöntelin2014-03-182-0/+124
| | | | | | | | | | | | | | | | | | resolutions. (#12317) Change-Id: Icf7b8da00e80ea4dc4843bcd28b005b5e91b866f
| | * Refactored JSR286 portlet test.Sauli Tähkäpää2014-03-181-9/+10
| | | | | | | | | | | | Change-Id: I1830ebca5e23890636ade0bab2eca2cefe6ee1ac
| | * Added User-Agent and Screen Width + Height labels to portlet test.Sauli Tähkäpää2014-03-181-0/+17
| | | | | | | | | | | | Change-Id: Ic51e0fde622b3075c6956b4c6f3700fbb281c7ba
| | * Merged IntegrationTestRunner into TB3RunnerArtur Signell2014-03-174-72/+72
| | | | | | | | | | | | Change-Id: I9e14a75b8446623d8995ee907bd95a1b2452cefd
| | * Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-144-0/+246
| | | | | | | | | | | | Change-Id: Ieae3b1d82e92fadf5ab517c1c878fc82bcc0ecbd
| | * Eliminate .v-caption memory leak (#13346)Henri Sara2014-03-142-0/+130
| | | | | | | | | | | | Change-Id: I6577dabaaf5d9fa4c73158d3391dfcd28dd0629e
| | * Test for streaming reconnect issue (#13435)Artur Signell2014-03-141-0/+75
| | | | | | | | | | | | Change-Id: Ibf04105a1ffe2c22726d628a0aba4668569d45d2
| | * Fix for width issue of TabSheet (#12805)Teemu Pöntelin2014-03-142-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Width of v-tabsheet-tabcontainer was set by copying the width from the ComponentConnector. This produced an incorrect result when a relative width (other than 100%) was used. Fixed by assigning the width to 100% when the TabSheet has a defined width. Change-Id: I7f128f87406e6e00ceda9ee6e75dcc5539e283b6
| | * Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-142-0/+95
| | | | | | | | | | | | Change-Id: Ib82d901fbf65dc39c06b117c68bb0191f0fd8e68
* | | Eliminate disallowed characters in test debug IDsHenri Sara2014-03-212-3/+5
| | | | | | | | | | | | | | | | | | | | | This fixes the test CustomDateFormats for Vaadin 7.2, where the set of allowed characters is narrower than in 7.1. Change-Id: Ife8418aa589914eff665e47fa95c4353bcdb2aff
* | | Replace broken analyze layouts test with working TB3 testHenri Sara2014-03-212-42/+63
|/ / | | | | | | Change-Id: I3fbe44e229c0e83b96b94122446097cb202960b2
* | Remove accidental @RunLocallyArtur Signell2014-03-191-2/+0
| | | | | | | | Change-Id: I19a9f213b9539a6f36fea9ec134c7050c3ba3175
* | Make test work in IE. Disable Firefox which doesn't workArtur Signell2014-03-191-10/+17
| | | | | | | | Change-Id: I79c0f8bc2a1e394b4ad2159a41ae426c058348ce
* | Format project files according to conventionsArtur Signell2014-03-193-8/+17
| | | | | | | | Change-Id: I2522698237eb2a21c0896605bed8e73a82795c97
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-1812-2010/+0
| | | | | | | | | | | | This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3. Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
* | Merge branch 'master' into gridLeif Åstrand2014-03-1812-0/+2010
|\ \ | | | | | | | | | Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
| * | Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-111-0/+49
| | | | | | | | | | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
| * | Add support for changing the default row height in escalator (#12645)Henrik Paul2014-03-065-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since this is quite the change, I've taken the opportunity to rewrite smaller adjoining pieces to make more sense. Move methods from classes, and so on. These changes are, however, only on the code level, no other functionality will be introduced by this patch. Change-Id: I56f19c5af7dc4ccfd2fa4c9098f06e77dbfa12fb
| * | Merge branch 'master' into gridHenrik Paul2014-03-0330-973/+1166
| |\ \ | | | | | | | | | | | | Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
| * | | Implement programmatic scrolling (#13327)Patrik Lindström2014-02-183-12/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further changes required for this, included in the same patch: - created GridClientRpc interface - created test case UI for server-side controlled Grid programmatic scrolling - refactored getScrollPos logic into Escalator and moved ScrollDestination enum to shared package Change-Id: Ibf72a4f75831807d83fb5941597a6ce3fda08e17
| * | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-1287-809/+4296
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae