summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from origin/7.1Leif Åstrand2013-06-0743-1091/+3373
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2772641 OSGi support for vaadin-push (#11691) 42c4b20 Use "\0" instead of "|" as a push message delimiter (#11692) 778de06 Derive current servlet/portlet from the current service (#11779) f8fb8b7 Upgrade to Atmosphere 1.0.13 (#11861) fea4c5e Don't build and publish sources for package without source files 6a7683b Disable Atmosphere version number check (#11890) ebb92e6 Improve error message if vaadinPush.js failed to load (#11673) 70131cd Extracted common code for number conveters to abstract super class (#11900) 0b63506 Fixed order of parameters in javadoc (#11158) 6bf83a4 Modified the logic in setPropertyDatasource which determines if a new converter is needed (#11863) 53a9c11 Fix TestingPushConnection.init signature (#11673) 05ef43f Updated client-compiler to depend on client-compiler-deps 1.0.2 #11879 9686323 Added isInitialStateChange to StateChangeEvent (#10477) 7cced5e Fixed test which had never passed ada3311 Avoid creating an instance of every view while searching for the correct view (#11722) 5b35dd9 Added text file encoding and line delimiter info (#11907) f8c4f99 Prevent spurious "Could not determine ApplicationConnection" error when using the debug window 8a42394 Fixed locators in test (aria div conflict) 6de01ac Fix text / javascript mismatch issue in Chrome (#11275) f7f1e3e Added Java Date to Sql Date converter to better support sql dates (#11224) 2882cf9 Added Serializable where missing and ignore classes which do not need Serializable 4d7f190 Make access() enqueue the runnable if the session is locked (#11897) 4c2b86d Stop using PlaceHolder widgets in VTabsheet (#11026) 87018cd Add missing license header cb1f63b Send window mode changes to the server immediately (#11737) e52df7c Added ComponentConnector.isAttached (#11928) 2b5ba96 Define how CurrentInstance works with access() (#11897) d345838 Remove ThreadLocal references from CurrentInstance (#11914) bb7b404 Remove outdated testing (#11897) f64d944 Merge "event not reported as target when context clicking in month view" to Vaadin 7.1 (#10217) 51c9fb5 Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891) 3b888fe Support nested SASS imports (#11909) b2137f5 Ensure calendar panel is updated when range changes (#11940) f8319eb Avoid deadlock checking in runPendingAccessTasks() (#11897) 51a98a3 Moved enums to avoid running them as tests 7c613d1 Exclude parsers from checkstyle as they are generated 35f3532 Fixes current text being overwritten in server update on RTA #11741 a744d21 Remove UI.runSafely and VaadinSession.runSafely (#11901) 84edd19 Make test independent of browser language (#11940) a3ad62d Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMARTSPRITES-36 (#9959) a9afca6 Moved Locale data handling to LocaleService (#11378) 5e548ae Fixed javadoc compilation error 91182e2 Extract ProgressBar and deprecate ProgressIndicator (#11925) a5b8209 Add primary style name support for ProgressBar/Indicator (#9913) 86b3689 Make ProgressInidcatorConnector use VProgressIndicator (#11925) 29fcadc Flush the output writer in case of SSE transport as well (#11955) 5e26b0b Fix streaming issue with iOS6 (#11934) 1b274c4 Limit sub window minimum size (#11510) 46cc08b Remove workarounds for broken Timer.cancel in IE (#11872) d850db6 Add XML formatting instructions (#11956) 9a3dc4e Formatted XML files using defined rules (#11956) 57b7335 Fixed spelling mistake in API #11741 587e10b Fix stale info in javadoc for accessSynchronously (#11897) 36fd94a Remove IE6/IE7 permutation (#11954) cccff37 Do not log legacy warnings in JUnit tests (#11963) 0f9b689 Throw exception if VaadinService has not been initialized (#11961) 1ed0980 Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965) 0014563 Extracted dialog style to a separate block (#11734) b82e60b Add missing dialog maximize/restore icons for Runo (#11734) 0d046d6 Add a separate debug window section for profiler output (#11950) 03830ae Ignore style resource that has already been added (#11667) 84bf5a7 Enabled drag & drop to Calendar #11048 6c36784 Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1 a82d57e Merge changes from origin/7.0 666dbb5 Use window.console instead of just console in vaadinPush to appease IE (#11980) 93751c1 Use correct day names when formatting dates (#6207) 19d0082 Fixed javadoc references e6e752d Correctly decode summaries containing quotes (#11769) 54ed269 Log stack trace using fine when logging toString warnings 8d655f6 Move VaadinSession.runPendingAccessTasks to VaadinService (#11964) b1ab27a Update broadcaster tutorial code e63edcc Update deprecation javadoc for VaadinSession.getBrowser() 132eee5 Add @VaadinServletConfiguration (#11970) aa99259 Send connector debug (highlight) using RPC (#11536) 6d4582e Change analyze layouts to use RPC (#11536) 6f912b1 Rename tests so they are run during build (Abstract* is ignored) ebd4a5c Added missing rpc interface (#11536) edca409 Allow customizing client-side push config on server side (#11867) b0574f7 Add transport parameter to @Push (#11966) Change-Id: I4670c783fec829f81890e2d645d93dd40860b909
| * Add transport parameter to @Push (#11966)Artur Signell2013-06-053-0/+66
| | | | | | | | Change-Id: Ic47e68a41ba407917a990ef82a98c1526a9510ef
| * Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-055-6/+395
| | | | | | | | Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a
| * Update broadcaster tutorial codeLeif Åstrand2013-06-052-26/+9
| | | | | | | | | | | | | | | | * Don't need to start a thread for broadcasting with the new UI.access * Add @Push to the UI * Use CopyOnWriteArrayList instead of synchronized methods Change-Id: I63fad6977c1a3e504fc60445c3147b5a241c3132
| * Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-051-1/+2
| | | | | | | | Change-Id: Idb893baec693d0aaa3ccba1d3f61a62922e0a1ce
| * Use correct day names when formatting dates (#6207)Artur Signell2013-06-041-0/+1
| | | | | | | | Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed
| * Merge changes from origin/7.0Leif Åstrand2013-06-042-0/+86
| |\ | | | | | | | | | | | | | | | | | | b1390c5 Don't autoclose PopupView when changing fragment, fixes #10530 158c162 Do not clear combobox text unnecessarily (#10924, #11887) Change-Id: I5cda623309d9e1b16ad09aa2a388552b5f33ca30
| | * Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-212-0/+86
| | | | | | | | | | | | | | | Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580 Ticket: 10530
| * | Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1Leif Åstrand2013-06-03156-1188/+12173
| |\ \ | | |/ | |/| | | | | | | | | | | | | #11448 is fixed in a different way for 7.1 because the tooltip event handling has been slightly refactored. Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4
| | * Enabled drag & drop to Calendar #11048John Ahlroos2013-06-032-0/+182
| | | | | | | | | | | | Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45
| | * Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-032-8/+27
| | | | | | | | | | | | Change-Id: I828166f69c3ad1ac7e24c00de640c8645d2f2153
| | * Formatted XML files using defined rules (#11956)Artur Signell2013-05-307-1032/+1186
| | | | | | | | | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
| | * Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-293-0/+183
| | | | | | | | | | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
| | * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-0/+187
| | | | | | | | | | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
| | * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-1/+1
| | | | | | | | | | | | | | | | | | The locale data is now tracked per UI instance and no longer sent in every request. Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
| | * Make test independent of browser language (#11940)Artur Signell2013-05-291-0/+2
| | | | | | | | | | | | Change-Id: Ibcabe18581e4ad021ad1b58919c77fd97f2ad47c
| | * Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-292-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the server happens to update the state of the RTA while a user is typing then the users text will be replaced by the value on the server. To fix this the RTA should not update if the value is the same as the one cached on the client side. Also moves blur handling and server<->client syncronization to the connector. Change-Id: Ia807b1e2aa210eb881e4b9cea0870c0c5a9254b2
| | * Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-282-0/+212
| | | | | | | | | | | | Change-Id: Ic270e5c0aa1b28947b735fcb258bc9629d53cc21
| | * Remove outdated testing (#11897)Leif Åstrand2013-05-282-23/+2
| | | | | | | | | | | | | | | | | | | | | | | | * access is run right away instead of the next time there's a request from the server. * Non-inheritable CurrentInstance values are not carried over to access Change-Id: I6a9f3f2a74647357fe02c43e96878d803cfaf207
| | * Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-282-1/+132
| | | | | | | | | | | | Change-Id: I7ca62c5706fd37e7c44ed46703bcdce159b367f4
| | * Send window mode changes to the server immediately (#11737)Leif Åstrand2013-05-281-11/+31
| | | | | | | | | | | | Change-Id: Icfaa8f97824d8ed92eaee786cee8c92083dc1084
| | * Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-284-2/+364
| | | | | | | | | | | | Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee
| | * Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+214
| | | | | | | | | | | | Change-Id: I83d8c96a6877ea33b270a1a4a2c6f360a8147518
| | * Fixed locators in test (aria div conflict)Artur Signell2013-05-231-4/+4
| | | | | | | | | | | | Change-Id: Iaeef438de48ef9bda33fb81b0bb7f71d134b17ca
| | * Fix TestingPushConnection.init signature (#11673)Johannes Dahlström2013-05-221-2/+4
| | | | | | | | | | | | Change-Id: I7f5736fd456c21878a0eabdbff46a648932d3516
| * | Always add tooltip event handlers for Window (#11448)Leif Åstrand2013-05-201-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to ensure tooltips are closed when moving the mouse outside the component but still inside the window. In 7.1, this should instead be implemented by overriding hasTooltip() to return true. Merge: manual Change-Id: I48d47474a4e4f0303fd85552612f6960fcdce0a7
* | | Merge changes from origin/7.1Leif Åstrand2013-05-173-0/+129
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 145a3e3 Send browser window resizes if there is a listener (#10055) 609acd1 Fixed table height rendering in Android 2.3 #11331 3dd6b44 Show tooltip on focus for DataField for AT (#11865) 4235382 Add ARIA presentation role to FormLayout (#11866) f1130fa Reset focus after selection from ContextMenu (#11476) fa0c9f5 Allow to close a context menu with ESC key (#11869) 656eaa5 Tweak TooltipConfiguration test to pass in IE9 and IE10 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) 6c64757 Remove JavaDoc dependency to vaadin-server from PageState (#11873) 2f6d5e0 Tooltip accessibility fixes (#11799) 9b6b735 Merge changes from origin/7.0 1205e87 Merge commit 'a52ceb96590333' into 7.1 5a93038 Commit and push everything before a conflicting commit 73a50db Merge changes from origin/7.0 Change-Id: I63b89036a5973ca4ce14a6b3347f15c548e96169
| * | Merge changes from origin/7.0Leif Åstrand2013-05-178-0/+411
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7 67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376) 611e5f9 Test for #11267 adapted from 6.8. 609acd1 Fixed table height rendering in Android 2.3 #11331 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
| | * Test for #11775Artur Signell2013-05-171-0/+53
| | | | | | | | | | | | Change-Id: Ic2ff1a3b13e2d74bb9119b8336b8a83e0262833b
| | * Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-171-0/+66
| | | | | | | | | | | | | | | Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d Ticket: 11614
| * | Merge changes from origin/7.0Leif Åstrand2013-05-174-0/+246
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55ea6dc More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203) dca728c Warn if using old widgetset (#11836) 936439d Verify that tests are run with the expected JRE version (#11835) 29eeda5 Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840) 6d7f5e4 Eliminate unnecessary conversions of option keys b8c6a15 Clear items in ComboBox only if changed (#10924) 42545ac Fix NPE if there's no query in the URI (#11836) Change-Id: I2e50ba59b45720a879c6e476333369523a730b9c
| * | | Tweak TooltipConfiguration test to pass in IE9 and IE10Leif Åstrand2013-05-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Intermediate mouse move events are needed to make IE realize the same element is hovered again Change-Id: I409722e5b450988b3709a58e34b2eefe79a2be3c
| * | | Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798"Leif Åstrand2013-05-141-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing this change to make the tests behave more nicely until #11848 has been fixed. This reverts commit f2c2236cf8d0428f100e17586f7946095ffea158 Change-Id: I776699f5082273e9c4d11248cc35e7ed6b665873
* | | | Merge changes from origin/7.1Leif Åstrand2013-05-176-0/+292
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7 67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376) 0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798" 611e5f9 Test for #11267 adapted from 6.8. Change-Id: Idb91964c495a7d46ebf468896ff968a35c417397
| * | | Test for #11267 adapted from 6.8. Marc Englund2013-05-152-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is not present in 7, but you need to use a slightly different css to acieve the same result. Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6 Ticket: 11267
| * | | SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-142-0/+81
| | | | | | | | | | | | | | | | Change-Id: Iea3f832cd50314f747b82b774c3be57797f9ac1d
| * | | Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7Johannes Dahlström2013-05-142-0/+116
| | |/ | |/| | | | | | | | | | | | | | | | svn changeset:25925/svn branch:6.8 svn changeset:25928/svn branch:6.8 Change-Id: I89e6f30d7d04f9511e26121f860f846bef7ec17d
* | | Merge changes from origin/7.1Leif Åstrand2013-05-172-1/+112
|\| | | | | | | | | | | | | | | | | | | | | | | | | | 29eeda5 Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840) 6d7f5e4 Eliminate unnecessary conversions of option keys b8c6a15 Clear items in ComboBox only if changed (#10924) 42545ac Fix NPE if there's no query in the URI (#11836) Change-Id: I211f8f2e0367588da17631219ebf6e69b02ea701
| * | Fix NPE if there's no query in the URI (#11836)Leif Åstrand2013-05-141-1/+2
| | | | | | | | | | | | Change-Id: I8960e5917ffb0988e705599d1fe5e8aacf2654ef
| * | Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-0/+110
| | | | | | | | | | | | | | | | | | | | | Selection is now sent only as a key, removed redundant attribute on the item. Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022
* | | Merge changes from origin/7.1Leif Åstrand2013-05-173-0/+135
|\| | | |/ |/| | | | | | | | | | | 55ea6dc More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203) dca728c Warn if using old widgetset (#11836) 936439d Verify that tests are run with the expected JRE version (#11835) Change-Id: I0a19ce453cd4215d3bc48a67494d06ff4fe85e8e
| * Verify that tests are run with the expected JRE version (#11835)Leif Åstrand2013-05-132-0/+71
| | | | | | | | Change-Id: I77b48cc646776a452204e2c93954fdd1eea7e4de
| * Warn if using old widgetset (#11836)Leif Åstrand2013-05-131-0/+64
| | | | | | | | Change-Id: Id7332da3468572f4df55aa7b3fed39ef811fe09d
* | Merge changes from origin/7.0Leif Åstrand2013-05-107-1/+322
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * Merge test for #11623 to 7.0.Johannes Dahlström2013-05-101-0/+69
| | | | | | | | | | | | | | | | | | The fix itself is not required due to the changed style name handling. svn changeset:25902/svn branch:6.8 svn changeset:25903/svn branch:6.8 Change-Id: I95a9adbcac82236017369003765735bbaacfe980
| * More verbose output from running JettyLeif Åstrand2013-05-102-1/+3
| | | | | | | | | | | | | | This is an attempt to find what it is that sometimes seems to cause Jetty to terminate before all the tests have run. Change-Id: Id33e42c49d7528034b2859294e52111df218763a
| * Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-102-0/+112
| | | | | | | | Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b
| * Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-081-0/+109
| | | | | | | | | | Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395 Ticket: 10863
| * Test for #11396 (merged from 6.8 branch).Henri Sara2013-04-291-0/+29
| | | | | | | | | | | | | | | | Depends on a blur event so cannot be autotested with TB. svn changeset:25882/svn branch:6.8 Change-Id: I2db788e60397162a29f7802f772609e65a832d3f
* | Update test to work with the new debug windowLeif Åstrand2013-05-081-5/+10
| | | | | | | | Change-Id: I9a1f7791faa3bbd8aae13c0d21c505570dfa131b