| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Updated sleep method to ensure that long sleeps can be performed without losing
the connection to the browser
Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
|
|
|
|
|
|
| |
Mostly useful for very long running tests
Change-Id: I9027f981da0a1e6ba464196449f2a9c27e965d2f
|
|
|
|
|
|
|
|
| |
This is the original cause for the Vaadin issues
Live test at http://artur.virtuallypreinstalled.com/webkit-scrollbars.html
Change-Id: Iaf9a46b635fabcb7cd795547c782c596aa57ce12
|
|
|
|
|
|
| |
Converted to TB3 to allow running on only one browser
Change-Id: I8a0d20cfb5af798d8b89f3fca86ef7d9d7a37527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Parser now accepts the following (note missing semicolon after last
@extend-directive):
xyzzy {
@extend foo ;
@extend bar
}
As a consequence, moved 31 sasslang-cases from broken to fixed. Moved
two tests from fixed to broken (34, 95, previously passed accidentally)
Change-Id: I8968074abd79dec71be762ed926cc6f37fbcaa99
|
|
|
|
| |
Change-Id: Ic83330cbea688be1c30aa89cad9524016617be8d
|
|
|
|
| |
Change-Id: Ic503021884fd52b650f29df221cef3e69e8ef570
|
|
|
|
| |
Change-Id: Ie8638f010d74c569c5ff56e91c95e23a5cb92c9b
|
|
|
|
|
|
|
| |
Additional test now ensures that access() works both when called
before init() is done and after init() is done
Change-Id: Id56bd09f1aaa7a6a99eed8d097f12910cdc11596
|
|
|
|
|
|
| |
(#12992).
Change-Id: If2484e2f289aa7039984df0d9a73ba595117462c
|
|
|
|
| |
Change-Id: I328a1d3505471c65681dccdaa1a342dbb9c9ab37
|
|
|
|
| |
Change-Id: Ifacf4208e5124665115d13928463d87922282461
|
|
|
|
| |
Change-Id: I8e7fef3005173d7647b4dfda31f60978cbf5972a
|
|
|
|
| |
Change-Id: Ibb155946811eb43829c6c200fa83c5eaa1d7cdfa
|
|
|
|
| |
Change-Id: I58e60e55838c3339c934cf975e5e148c8f09a78b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a workaround for a problem with the integrated TeamCity JUnit
listener which is not thread safe. Without this the test results are
completely mixed up in TeamCity. For more information, see
http://youtrack.jetbrains.com/issue/TW-33176.
All standard JUnit test reports is put in result/reports. For uitest
there are three report directories: result/reports-tb2,
result/reports-tb3 and result/reports-integration to be able to clean
the directories before running a given type of tests.
This change is based on the separate fixes by John.
Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076
|
|
|
|
|
|
|
|
| |
This reverts commit 533ddcda271b7226b38c035adf3073062c562653.
Seems like the caused regressions are far from trivial to resolve. A new approach might be needed to resolve this issue.
Change-Id: I88cf75608e8d47fffab5a366a8ad1b3b70c1c11f
|
|
|
|
| |
Change-Id: Ibb1dfd12dc48637d8179f80322b5203ea5562805
|
|
|
|
| |
Change-Id: Ie43604a2b41d2214d55d0976ba3c81ea361c8c56
|
|
|
|
| |
Change-Id: I5dd159640bdc4f188c291017032ca96ca8b85d11
|
|
|
|
| |
Change-Id: Ida479ef0c421cf67b2863cf78c76b495337f30cf
|
|
|
|
| |
Change-Id: I396bfa4f255d64dd1729afa1be6771ff35026ad9
|
|
|
|
| |
Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
|
|
|
|
| |
Change-Id: I019527041539fcd0083261b693767144492e626a
|
|
|
|
|
|
| |
Reverted ParseException to the previous version
Change-Id: Ic89eb4b65d1a78f40c4cb94e9b2a13a3250c1924
|
|
|
|
| |
Change-Id: I03e5f818c932d43be178008a4e857676bfed8f87
|
|
|
|
|
|
|
|
| |
Ultimately we should remove Parser.java and other generated files from
the project but this still needs tweaking ide.xml somehow so the parser
is built.
Change-Id: Iac491c6a50c87e1e8e0bb2f612e82186319a6de3
|
|
|
|
| |
Change-Id: Ib183e352fa64cb5c8f4d499ecb194768b18a16d6
|
|
|
|
|
|
| |
Fixed by adding font-size 0 to the base theme.
Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
|
|
|
|
|
|
|
|
|
| |
The current check requires ANT_HOME/lib to contain jsch-0.1.48. There are
however other places, like .ant/lib where you can place the jar also.
Additionally the build agents in TeamCity seems to wipe ANT_HOME/lib
every now and then, which makes this a bad place to add extra jars.
Change-Id: I83b8e0612e72d422d4341fc68b1ab6a0c98848a5
|
|
|
|
| |
Change-Id: I7f3148e51d216dfe20a11c8a5fd922f43cbc673b
|
|
|
|
|
|
|
| |
Currently only works if navigation initiated via Page.open(url, "_self").
Page.setLocation should be changed in 7.2 to use "_self" as well (#12925)
Change-Id: I56ad66ffbbd1a83b64999307d23028cbd84bb508
|
|
|
|
| |
Change-Id: I7d089ea14b169481f943a1f44058ad47f9b8179a
|
|
|
|
|
|
|
|
| |
Keyframe selectors can now be comma-separated lists, interpolation
unquotes a quoted string and the parameters of an @include are no longer
lost.
Change-Id: I2622aca7471adc8004371affbb803d850e801307
|
|
|
|
| |
Change-Id: I38ef869d87418c18197a59a5ecd3fb7e12e1c02e
|
|
|
|
|
|
| |
There are still issues in PushHandler where the wrong resource is used but these should not be as critical. They will be fixed in #12920
Change-Id: Ife8d3694bdb6ee29c5b4adbd8988cc0346c4fe3f
|
|
|
|
| |
Change-Id: I2d31a0b446e40f0c221403dfb66a990e346e53c0
|
|
|
|
| |
Change-Id: If4d17c34b2d20ad983f21b892d3ab4c68f511780
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert "Reverted change in how hack works (#12727, #12736)"
Revert "Fixes the handling of the scroll position of a Window (#12736)"
Revert "Recovering scroll position after regression problems. (#12727)"
Revert "Ticket #12727 - Panels get unnecessary scroll bars in WebKit when content is 100% wide."
This reverts commit 6a63d12afc5a4bf3971dd016f8e2761cd27bcc74.
This reverts commit c48c94dc23da22b6d885c69b0bc697257f9dbf11.
This reverts commit 017bd0684c7d6c8475c8b43514e6f3998095c8d6.
This reverts commit 51a46a038fe0353f4babfd8218153eb68e2602ca.
This reverts commit ab5b20cf502f99944c82f619ffef387f0525e8ba.
Test cases were left as-is as the issue (#12736) still needs a workaround
Change-Id: I0b6c2afb4a9be8629f2a8f880a8ae8d0a6d5088f
|
|
|
| |
Change-Id: I868f56c1e7003c6619859ba46619f4c53ef9744e
|
|
|
|
|
|
| |
Without forcing the redraw, IE8 measures component sizes incorrectly in some cases.
Change-Id: I38e8a70e18753714b00f5ca4492749d6c84f10dc
|
|
|
|
| |
Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
|
|
|
|
| |
Change-Id: If456a2be242754bcd1e0a8c5be00062a4355af35
|
|
|
|
| |
Change-Id: Ifa844e7bf8add886792b39c016cc2c9aa3d94b0c
|
|
|
|
| |
Change-Id: I5387c9f5eca1eb7941fbd4565d4b6f3cb95a5a0f
|
|
|
|
| |
Change-Id: If4549c7bcb0a6518756aa42827340415c44a030c
|
|
|
|
|
|
|
| |
Redefined util method to take the scrollable instead of its parent to make
it useful also for cases where the first child is not scrollable
Change-Id: I301d260d26373b38fdee525f169347bb7b4c499e
|
|
|
|
|
|
| |
Many browsers (IE) choke quite easily when there is a 1MB string inside a div
Change-Id: Ied9b27c17c5374b7cac36820be9cbe38e84448ee
|
|
|
|
| |
Change-Id: I65960bcfae850955ea40584445125c0affa26848
|
|
|
|
| |
Change-Id: I461568918bc09bd7a09abbf9c4a34f1a5f3b997f
|