| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I647fb48059372b497c77580d252c9622d259d3eb
|
|
|
|
| |
Change-Id: I846b8417f69a0dca7cda2c3851148896d22cabcc
|
|
|
|
| |
Change-Id: I4023b50038288e39559cb8542ed59be807274d40
|
|
|
|
| |
Change-Id: Ic9dba337ffb209bf73ab427fa3a39e542e645c08
|
|
|
|
|
|
|
| |
Exclude partial scss files (starting with _)
Add new lines to normalized css for easier comparison
Change-Id: I2bfb796b293cb0b578c3c5c56aacffe7c1514b02
|
|
|
|
| |
Change-Id: I16c7ba25387b3e1ad9a56e800c49755306b44890
|
|
|
|
|
|
| |
Uses Firefox either from path or from the location given using firefox.path in /work/run-eclipse-run-selected-test.properties
Change-Id: I29faa94cac4c978792a8fab9db338048553d166a
|
|
|
|
| |
Change-Id: I8f349bb3c338bb7e9073944891436edac5ee1bb1
|
|
|
|
|
|
| |
Automated test enabled only for IE9-IE11 because of #12785
Change-Id: I265e5d1ead3fa56469861c5a98dcc9d0106d1051
|
|
|
|
| |
Change-Id: If8fe00e10c7ec56cbd8753ff88d4816613a340f2
|
|
|
|
| |
Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
|
|
|
|
| |
Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961
|
|
|
|
|
|
|
| |
Build vaadinPush.js from the released version instead of having a separate
javascript version in the project
Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
|
|
|
|
| |
Change-Id: I9b25968cc140a9443820a26eadb6b5a1507ad7ec
|
|
|
|
| |
Change-Id: I48258a24bb14bbe79c1e11c9bda4a18b120b2a42
|
|
|
|
|
|
| |
(#12532)
Change-Id: I67306d2b9d151614f72455063b0d01423aeed4c1
|
|
|
|
| |
Change-Id: Ic30db7584a65c944eb45c576e12b7671399d1965
|
|
|
|
| |
Change-Id: I9ca101edf6df41702b27635da9f749bdac5bf5f4
|
|
|
|
|
|
|
|
|
| |
IE hacks cause calls to onScroll in situations where the cache row fetch
logic is not working correctly (causes JS exception). This change has an
optimization to pass this logic if there are no rows available and this
way fixes the JS exception as well.
Change-Id: I3425f3d75cad8b65e605638343b167abf7b48067
|
|
|
|
| |
Change-Id: I2e58a7444e5a2740f81409e6f248e0acedcead54
|
|
|
|
| |
Change-Id: Ic920f9cb11840a456a7c49746317eaccde1e1406
|
|
|
|
| |
Change-Id: I62e246995879733393af3275778e9201cd970adb
|
|
|
|
|
|
| |
(#12504,#12667)
Change-Id: Ie0a9a8d9913116520b766062ebabdb771a76d1b6
|
|
|
|
| |
Change-Id: I3c718232364f5ca7cce7131fa7685e4a2b833120
|
|
|
|
| |
Change-Id: Iee0827d1e65dcbc1fc6c71701b80f355285b6902
|
|
|
|
|
|
| |
This prevents a race condition in getPendingAccessQueue().
Change-Id: I1b8d013119e5963ed6083b7dd17afccd3a915e42
|
|
|
|
| |
Change-Id: I8e9e0487f4354ee0523b5d3c0c016a002c395107
|
|
|
|
|
|
|
| |
* Takes into account that the timer can be triggered multiple times before the initial request is done (especially if the server is slow)
* Adds assertLessThan, assertLessThanOrEqual, assertGreaterThan, assertGreaterThanOrEqual to ease test creation
Change-Id: I5ce1681e35d9c1de02a83b38528f17ee705331d7
|
|
|
|
|
|
|
|
|
|
|
|
| |
For any issue there should be a UI class, e.g. LabelSomething and a
Test class which has the name of the UI + Test, e.g. LabelSomethingTest.
The LabelSomethingTest contains ALL tests which depend on LabelSomething
and are named accordingly to what they test.
For special and legacy cases also LegacyApplication and UIProvider are
supported in addition to UI classes
Change-Id: Ifc0180b377284bbd029202494ad194d324f8213b
|
|
|
|
| |
Change-Id: I87d417da5b6b8cf9753604944dff74f8f39c321a
|
|
|
|
| |
Change-Id: Icfe32a26f9069b7c5ed8160dba93b806754acf58
|
|
|
|
| |
Change-Id: Ia12b35ef6beed0bf2f534f2c9505b22ce7b3c7c3
|
|
|
|
|
|
|
| |
Fixes regression with HtmlContent in Safari 5 and changing of
Multiselect properties on the fly.
Change-Id: I4a3820eba8d1c06460777340ea36b1df31b38983
|
|
|
|
|
|
|
| |
Regression since the change in test behavior (no longer automatically
opens test URL)
Change-Id: I1c4efc9b5b5c8a28818afa6f91af1a8b159354b4
|
|
|
|
| |
Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7
|
|
|
|
|
|
|
|
| |
After fixes for #12407 the range selection did not work in the case
where the selection start had previously been removed. This caused
MultiSelectWithRemovedRow test to fail on IE.
Change-Id: Iaa91cc6a3a310aedc80c4c2475fa8e94a30a5563
|
|
|
|
|
|
|
| |
LogSection.publish and VConsole.log/VConsole.error methods now replace
null message with an empty string ("")
Change-Id: I735b51bce971ababe2557f1b6c317c01066bc03c
|
|
|
|
|
|
|
|
|
|
| |
* Atmosphere 2.0 has changed enableProtocol to default to true.
* Reopening a connection in Atmosphere 2.0 is signalled through an onReopen event (not present at all in Atmosphere 1.0.x)
Fix was backported from master
Change-Id: I6ed258087a0b3a06440ab9d19b621560fa4f998f
Merge: no
|
|
|
|
|
|
| |
Removed some obsolete (hopefully!?) code doing some odd things with caption height calculation and some refactoring to make that part of code slightly more readable.
Change-Id: I960e4a9eba0388281868f18a182c8788cedf08f9
|
|
|
|
|
|
|
|
|
|
| |
The misbehavior was caused by VOptionGroup.buildOptions recreating
associated panel on every change by removing and adding new elements.
With this fix applied it tries to update existing elements,
distinguishing them by assigned keys. It will recreate panel though if
elements are reordered or new elements were added/removed.
Change-Id: I1245b2ff30ce1932614c1eac37bd0131cbd29dd7
|
|
|
|
| |
Change-Id: Ie46ab97fc1ff89dd241eec9182ed0f92164b754d
|
|
|
|
| |
Change-Id: Ifa04ce512743bc8ccddea0bdca7b82cceaff150e
|
|
|
|
| |
Change-Id: I365940e72d97426eceb408878bc8b24d7655de7c
|
|
|
|
|
|
|
| |
the actual position of VOverlay is only required when a shim or shadow is used.
Otherwise the calculation of its position causes unnecessary reflows.
Change-Id: Id3915fe55c6b477f5d3ff01ee3a505014303d6d6
|
|
|
|
| |
Change-Id: If4f66157791d642801c0100bb4bc0f293efe76cc
|
|
|
|
| |
Change-Id: Ief93d845e5498388072e05a0faff7ef2d29f1c77
|
|
|
|
| |
Change-Id: I685dbf2c22e3b160632b811652bf3ab52d3ef6dc
|
|
|
|
|
|
| |
* openTestUrl() must be called in the beginning of each test. Before that setPush and setDebug can be used to determine whether /run-push or ?debug should be used in the URL
Change-Id: Ie70996fcbdb2769fcd4ec56cb878e20198e02bf6
|
|
|
|
| |
Change-Id: I9939a7af83482e136ed0d146accdeec0cd9f10ea
|
|
|
|
| |
Change-Id: I1ba1791c04a3d1685e1bc482d2b04a748e19f012
|