summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting push mode in UI.init (#11739)Johannes Dahlström2013-05-022-0/+72
| | | | Change-Id: Ied24bc42a25800033351fcbacdc5fc5e0be8eda1
* Rename runSafely() to access() (#11756)Leif Åstrand2013-05-027-7/+7
| | | | Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191
* Made test work also when current month is not April 2013Artur Signell2013-05-021-69/+4
| | | | Change-Id: I4998dd4e146d5520c814e78e3456b2d37e446cef
* Removed changing session id from testArtur Signell2013-05-021-2/+1
| | | | Change-Id: I851df9f3b3743263267b4a434f846fcc789997e0
* Add Jetty to compilation class path of uitest WAR (#11688)Henri Sara2013-04-301-3/+3
| | | | Change-Id: I0f185e9bb1f91f7eca7e93f6a42c413be48fdeec
* Remove Jetty JARs from uitest WAR (related to #11688)Henri Sara2013-04-301-7/+6
| | | | | | | Otherwise, Atmosphere may auto-detect Jetty at least on some other servers. Change-Id: I12552af49bb07ee84705b785abb2bef53f9278ed
* Fixed test (gwt-id-X not stable)Artur Signell2013-04-294-25/+25
| | | | Change-Id: I4def9e78d3985d6f1c28fe7eb816120615cec057
* Added workaround for #11737 to testArtur Signell2013-04-291-0/+11
| | | | Change-Id: I9541abb5835c6851c3eea0d7567b4a848dc605d0
* Fixed test (gwt-id-X not stable)Artur Signell2013-04-291-1/+1
| | | | Change-Id: I5509c39e1461453d6c75e9fce477e2c202a986c2
* Fixed test (maximize button added to DOM)Artur Signell2013-04-291-4/+4
| | | | Change-Id: Id4319afc6eaef6f0afc65400d1208937c89fabbc
* Fixed test (gwt-id-X not stable)Artur Signell2013-04-291-2/+2
| | | | Change-Id: I6da73c4dcbe61573b21a54423ba0f86d41ded607
* Fixed last button in test to actually do somethingArtur Signell2013-04-261-1/+1
| | | | Change-Id: I78657388ce43539e658ffbb23e995c8a20fe39d5
* Support URL parameters for automatically configuring and running testArtur Signell2013-04-261-0/+10
| | | | Change-Id: Icb7c7fda45fe27bb840a9493c519060a7cea2503
* Ensure RPC are not delivered to closed UIs (#11714)Artur Signell2013-04-261-0/+45
| | | | Change-Id: I7fadaa5d5190c36cd83a06249d7ae1d4475724e0
* Close push connection when UI is detached (#11596)Artur Signell2013-04-262-0/+184
| | | | Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48
* Global code clean upLeif Åstrand2013-04-256-24/+20
| | | | Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
* TestBench test for tree (#11612)michaelvogt2013-04-241-0/+270
| | | | | | Together with fix for tree to pass the test Change-Id: I3d6bead220ab61b171a267d15bda2570f7351d49
* Updated test as there is no longer a minimum height for a WindowArtur Signell2013-04-231-2/+2
| | | | Change-Id: I171ec24350c96a9b662b0407643743bad3793921
* Made test work in all browsersArtur Signell2013-04-231-2/+2
| | | | Change-Id: Id3b1edeb121b353fa5c83bbef052fbde2d1e8ae4
* Fixed screenshot identifiersArtur Signell2013-04-231-7/+7
| | | | Change-Id: I7b1ca21ec7fa89f3c725151a7d3dea0493614f93
* Integration tests should be run with Firefox 17 ESR instead of Firefox 11 ↵John Ahlroos2013-04-231-1/+1
| | | | | | #11494" Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c
* Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-237-28/+348
|\ | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-231-0/+55
| | | | | | | | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
| * Fixed Accordion tab stylenames which never got applied on the tab widgets ↵John Ahlroos2013-04-222-0/+73
| | | | | | | | | | | | #11645 (merged from #10605 in 6.8 branch) Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5
| * Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-192-28/+149
| | | | | | | | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
| * Fixed IE8 scrollbar issue with vertical layout when using both expansions ↵John Ahlroos2013-04-172-0/+71
| | | | | | | | | | | | and alignments #11169 Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d
* | Sources for the "Broadcasting messages to other users" tutorialArtur Signell2013-04-232-0/+121
| | | | | | | | Change-Id: I1408d2b4c33bb51393867b2a089035699a5af756
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-231-19/+19
| | | | | | | | Change-Id: I127070e2014bebf8aa09778b2dffee5481845ab4
* | Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-231-3/+3
| | | | | | | | Change-Id: If80abf821abd9c6c025e49b249339eb20d56f7ce
* | Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-231-5/+5
| | | | | | | | Change-Id: Idd33f68171b40b4097454418b78f75aee8f76eab
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-231-11/+11
| | | | | | | | Change-Id: I0f70c4195a0871185a1924b008ebd855068e5787
* | Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-231-1/+1
| | | | | | | | Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
* | Add PushConnection interface (#11655)Leif Åstrand2013-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | * Add PushConnection interface and rename old class to AtmospherePushConnection * Define deferred binding to use AtmospherePushConnection by default * Redesign connection and disconnection workflow to better cope with situations where connection is quickly toggled Change-Id: I9b9427c2df40d446a25895eb39e7b166cb929a85
* | Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-192-0/+173
| | | | | | | | | | | | | | Still missing is the ability to load vaadinPush.js if it has not yet been loaded. Change-Id: Ibe3596c38a7c4e3432b0396072866ee3072e6d30
* | Clean the connector map after pushing (#11624)Leif Åstrand2013-04-181-0/+47
| | | | | | | | | | | | | | Removing UidlRequestHandler.postHandleRequest should not affect backwards compatibility as UidlRequestHandler is a new class. Change-Id: I7f3753b1c3d37afcc973d3e5571c0d1708177bf9
* | Simple speed test for testing roundtrips/s in various browsersArtur Signell2013-04-184-0/+257
| | | | | | | | Change-Id: Id6e96e8d115b02c79038396dfada5c04e0f451ed
* | Run server integration tests with push enabled #11494John Ahlroos2013-04-172-0/+77
| | | | | | | | Change-Id: Iaeac0053372f4606e760925ab0f105193153c3a3
* | Added test for testing push with different transports #11494John Ahlroos2013-04-174-0/+125
| | | | | | | | Change-Id: I0296bdee1925ba93ca7e4e65c68215e025d072f6
* | Fix for WAI-ARIA Button test for IE8 (#11616)michaelvogt2013-04-171-5/+0
| | | | | | | | | | | | Test for empty attribute fails Change-Id: Id0b992482454daa7c47674e152fb1b414fd4a38d
* | Simple test for testing push capabilities #11494John Ahlroos2013-04-162-0/+190
| | | | | | | | Change-Id: I7dc3b861c2fa19bd1cffad93911c525fc5a2d24c
* | Fixes test (locator) and quiet mode for DebugWindow #11603Marc Englund2013-04-151-1/+1
| | | | | | | | | | Change-Id: If80e903bec9cb4dbd9dc87d0994634f4eaf0b9ae Ticket: 11603
* | TestBench test for Button (#11581)michaelvogt2013-04-112-0/+133
| | | | | | | | | | | | Makes sure the WAI-ARIA functions work Change-Id: If3835f038f5cca009bef678fdfe037d4287ece7e
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-102-0/+143
| | | | | | | | Change-Id: Ic56b0123970f18e282c75d67863569ac55c72ea8
* | Fixed test to close windows instead of maximizing themArtur Signell2013-04-105-25/+25
| | | | | | | | Change-Id: I4c1bd7d8962f30cf756512e8d8e1f198b9604ec2
* | Don't process push messages until init JSON is processed (#11529)Leif Åstrand2013-04-102-0/+68
| | | | | | | | | | | | * The test is not running reliably in all browsers, but assuming this is a symptom of other push issues and not related to this particular bug. Change-Id: I848b57502aa01467b0f60624cf599247ec76f32f
* | Fixed broken testsArtur Signell2013-04-0917-102/+69
| | | | | | | | | | | | | | | | | | | | * Added missing screenshot identifiers * Removed redundant test * DebugConsole -> DebugWindow * Updated test to show why serialization fails * Fixed problems caused by added maximize button Change-Id: I5cf76fec7170747120b7243f9693851cd52c12af
* | Added push meta module (#11498)Artur Signell2013-04-081-0/+2
| | | | | | | | Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1
* | Implement range for date field (#6241)johan2013-04-088-0/+1306
| | | | | | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
* | Global code reformatLeif Åstrand2013-04-0544-49/+163
| | | | | | | | Change-Id: I4b3c74ede518aa2712038d1451974a93cdecabc2
* | WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-041-0/+122
| | | | | | | | | | | | All to navigate the tree with an assisitve device Change-Id: I531cefc95d7a720caf69aca579549e5a497ad586