| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
|
|
|
|
| |
Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81
|
|
|
|
| |
Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f
|
|
|
|
| |
Change-Id: I4ee650efdc8683dd1d6fedf5e53460c48186ed88
|
|
|
|
| |
Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a
|
|
|
|
| |
Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
|
|
|
|
| |
Change-Id: I8b3cabc942600b3366f59697441d0613c9908a24
|
|
|
|
| |
Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
|
|
|
|
| |
Change-Id: I9a348ebd6ae41a1a7d03ae9a00bcc5935a4bc4e1
|
|
|
|
| |
Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
|
|
|
|
| |
Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
|
|
|
|
| |
Change-Id: Id02ff612a3f152af5341445bec769a74cfd79cfb
|
|
|
|
| |
Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
|
|
|
|
| |
Change-Id: I8abaa4c1bd8eface98e42e0882cf09c92fbbf386
|
|
|
|
|
|
|
|
|
|
| |
Should not have been merged since there were still stuff pending ("This
patchset doesn't include styling for the error message") that was not
addressed before submitting.
This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f.
Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
|
|
|
|
| |
Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
|
|
|
|
| |
Change-Id: I52d2a883f76bd673c8ca749246858f1e16e11679
|
|
|
|
|
|
| |
(#16636)
Change-Id: Ib47c1a6031a988213be35bf4a7d449209194664d
|
|
|
|
| |
Change-Id: Ic2089570fcfc9ec81f3d95722adc75ff75e8293f
|
|
|
|
|
|
|
|
| |
ChangeSessionIdTest
CloseSessionTest
RpcForClosedUITest
Change-Id: I539d7194e67a839ac8d7bd4dbb81c1e4ddc3c1b7
|
|
|
|
|
|
|
|
|
|
|
|
| |
RefreshFragmentChangeTest
RefreshStatePreserveTest
RefreshStatePreserveTitleTest
TerminalErrorNotificationTest
ThreadLocalInstancesTest
WebBrowserSizeTest
WebBrowserTest
Change-Id: I5c95905b4999ebefc7b170057952b09780174627
|
|
|
|
|
|
|
|
|
| |
Chrome has started auto-updating even though auto updates are
disabled on the test machines. TestBench 2 works with Chrome 41 (latest)
but opens the test in a new tab instead of in a new window and therefore
is unable to resize the browser to the correct size for screenshots.
Change-Id: Ib7f05a9115a9c82f5b3b384d73c47d6becbfbe79
|
|
|
|
| |
Change-Id: Ibea856ab7bbde663d9a1762050902f1740f6d73f
|
|
|
|
| |
Change-Id: Ifab3d891115b30ef2d3f7542cd57ac7215653fe5
|
|
|
|
| |
Change-Id: I00e1bb23bb312ecf3303b23f22dc07b58e2b8e0e
|
|
|
|
|
|
|
|
| |
* Don't reset to default column sizes when adding row to emtpy escalator
* Don't wait for data after size is explicilty reset to 0
* Don't assume there were previous rows when adjusting focus on add
Change-Id: I59e8c0ef0c5633cf3678db63a660e3f1d1ca7d2a
|
|
|
|
| |
Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
|
|
|
|
|
|
| |
Converts the old TB2 test for the issue to TB4 as well.
Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
|
|
|
|
|
|
|
|
| |
If we create an AtmospherePushConnection and a broadcaster like before we would
need to suspend the connection to ensure the AtmosphereResource is actually
added to the broadcaster
Change-Id: I7265ac0594b7a4da2c7a49fa34ebfbb27e1abdff
|
|
|
|
|
|
|
|
|
|
| |
This change removes the method LayoutDependenyTree.setNeedsMeasure which
takes a connectorId as first param.
In all places where it is used, the ComponentConnector is actually known,
so this change avoids looking it up over and over again.
Also The lookup would need to lookup the ConnectorMap every time.
Change-Id: I2593b0bede05cd69889ba68aac854cfba43f70b1
|
|
|
|
|
|
|
| |
This change introduces an extracted method which will quick return if
a component needs a delayedOverflowFix.
Change-Id: I0d6ab100964a59e2f445a81271863a8212538d4d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change optimizes the method
LayoutDependenyTree.getMeasureTargetsJsArray.
The previous code dumps both MeasureQueues and then iterates over the
vertical one and then checks if it is present in the horizontal one.
If it is not present it pushes the element to the array (which usually
invokes an arraycopy in js).
The new code adds both Queues to a new FastStringSet which does deal
with duplicates nicely.
While this is not much faster than the dumps, it avoids the array
allocations and the separate iteration for duplicate checking.
Change-Id: I2f643a2d0b32e4c2517efff16c196387f38f0d8a
|
|
|
|
| |
Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
|
|
|
|
| |
Change-Id: I85618f66effbf647856d9c152b3e66a6454001d9
|
|
|
|
|
|
|
|
| |
Breaks AppResource404, BrowserFrameIsVisible and FlashIsVisible
This reverts commit af6dd56e89db8ea8c88f607c4214abcde50dfc94.
Change-Id: I82fc9ef4c9d08dc8aa48e0fa137fae5782701389
|
| |
|
|
|
|
| |
Change-Id: I61233d704eae50447d3ccb5a5c485fe3ef98c436
|
|
|
|
|
|
|
| |
- Helps identifiying problem points in test queue
- Enables grouping tests in BrowserStack and other services.
Change-Id: I444d0aa07900c39b4dafc2d6b6889975b3de3bec
|
|
|
|
| |
Change-Id: I7063aedc870330c1159e44b05ac3e729ad837ba1
|
|
|
|
|
|
|
| |
MultipleServeletConfigurationTest
SystemMessagesTest
Change-Id: I85f0bc2daed4d9ef2a4a341f4614c8a501256565
|
|
|
|
|
|
|
|
| |
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
|
|
|
|
|
|
|
|
|
| |
DeploymentConfigurationTest
OldUIOnReloadTest
ErrorInUnloadEventTest
VaadinSessionAttributeTest
Change-Id: I2ccddf4d2bd01f4532dda79698e6be71b3b1a9f5
|
|
|
|
| |
Change-Id: I413c1dfffcba794aeaa33bbfef4b90b22f5f6fb7
|
|
|
|
| |
Change-Id: Ia32378bbac45d4e103d5af5643b74ac6bca9424d
|
|
|
|
| |
Change-Id: Iad416ae1c8df1c1dddadadd107e8cc2817450ac9
|
|
|
|
| |
Change-Id: Ic33bd53eba7bc2e54c54c6a763272bd22230a356
|
| |
|
|
|
|
| |
Change-Id: I7be1c1571ee5ede0ce481faf823f5f271a280a8a
|
|
|
|
|
|
|
| |
Similarly to VTextField, VTextualDate now uses KeyDownHandler with IE to
process the pressing of the return key.
Change-Id: I139134fc38678ad46f0c46f30e3de25547b9a3c6
|
|
|
|
| |
Change-Id: Ia2fce4dbfc205b44622557017afff19c4a2ef7df
|