| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I1a75b7dbc024e4222466d7cd0900660991a3c8f2
|
|
|
|
| |
Change-Id: I84faea7fe0cd3447d7d66503e5231f26367dcd57
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IE10+ does not call onabort when the streaming connection is aborted.
As a result, onclose is never called and the client side does not
change the connection state away from "connected". This results in
user actions not being queued on the client side, instead the client
tries to send them immediately, leading to an eternal spinner.
If this can be fixed in Atmosphere somehow, it should. This is a
workaround until then.
Change-Id: Icd1a86ac9775d1a7d9c0bc1dee0fd399e2bf2266
|
|
|
|
|
|
| |
(#12868,#12853,#12852)
Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
|
|
|
|
| |
Change-Id: I1ad693fdc55becd4b4e620b8549d824b4496b908
|
|
|
|
| |
Change-Id: I2cee37ae8297c74b4a37fc59e3cf835c9291ed43
|
|
|
|
|
|
|
| |
Backported from master
Change-Id: Ibb91d28aab3731486c84d09547c7af641f39610a
Merge: no
|
|
|
|
| |
Change-Id: I5ad33f38be5fac64805950d143ad2712e671ff83
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the first commit the same fix has been applied also for panels, in
addition to other suggested changes.
The scroll position of a Window is now memorized before applying
the fix for bug #11994. The position is restored after the fix.
Because the scrolling issue is known to appear also in other components,
the fix for the scrolling has been moved to the Util class.
Change-Id: I5251011b5bede77a7fb18972e1d90016c0eccc23
|
|
|
|
|
|
|
|
| |
The main build is currently assuming that every submodule has
a checkstyle and a test target. Added a dummy implementation for both of
them so the build passes.
Change-Id: Iea29b25840c26a4a384ba1ce8293d9ea6f37981e
|
|
|
|
|
|
|
|
|
| |
This change adds a new ApplicationStopped event which is triggered
whenever the ApplicationConnection marks the application as stopped.
This event is listened by the UIConnector and will terminate any polling
that might be currently done.
Change-Id: I5e698fba7a94f530f69a9f6f554eea896c370824
|
|
|
|
|
|
| |
This reverts commit 5fb1da2da04ccca2305af31a9105b848e42b1ed6.
Change-Id: I9d84b75e5e189378eacd2559bb42399b77957010
|
|
|
|
|
|
| |
This reverts commit d0e604f6b509767c46ffe0fd6765cf23535f593e.
Change-Id: I14509a9cb1365761d02a3a8a18d3febc4a7ba918
|
|
|
|
| |
Change-Id: I3fe0a3f5e2906bde79d6d9fc3e84dab8102ffd60
|
|
|
|
| |
Change-Id: I8964b1732f867cb3c5aa5859d12e94a5978adece
|
|
|
|
|
|
|
|
|
|
|
| |
Writer.flush() is specified as:
"Flushes the stream. If the stream has saved any characters from the various
write() methods in a buffer, write them immediately to their intended
destination. Then, if that destination is another character or byte stream,
flush it. Thus one flush() invocation will flush all the buffers in a chain
of Writers and OutputStreams."
Change-Id: Iecafdbb13a7a26a48300d2967c25c705f5bf1e38
|
|
|
|
|
|
| |
Ensure push is enabled correctly without a fallback and made test more stable
Change-Id: I6c653a96375e05c6ad18e1f5b697c6a584c6c53f
|
|
|
|
| |
Change-Id: I6381ea4bd61b3df19599f2f9d3a303a50c810460
|
|
|
|
|
|
| |
The fix for "Panels get unnecessary scroll bars in WebKit when content is 100% wide (#12727)" introduced side effects to #6731. This fix solves the problem.
Change-Id: I15ca926c0ee4cad49e9eea0c578c9cc73c850588
|
|
|
|
|
|
|
|
|
|
|
|
| |
The timeoutInterval variable needs to be part of per-UI state for the
code to work correctly. Storing it in a servlet-global MetadataWriter
instance is both semantically wrong and a race condition.
Also, the test currently throws NPE if assertions are enabled.
This reverts commit f595d057951523baf35a797692376dfa5de0bc8d.
Change-Id: Ia6d1383b2c112b86ce60c75a3ebb9f10da545d4a
|
|
|
|
| |
Change-Id: I40dbc81b6aa4eaf0a235ae2cc7f04025011445c9
|
|
|
|
|
|
| |
100% wide.
Change-Id: Ia34e7c3ce755556460d237fb3489501274ced39f
|
|
|
|
| |
Change-Id: I1c6cb12113f2462f96e8fcfc0749d3f62fd1998c
|
|
|
|
|
|
| |
PushHandler now catches Exception and calls ErrorHandler more.
Change-Id: I7032c00f717b1dae34f4352abc035b1b398c7cfc
|
|
|
|
| |
Change-Id: Ibdced8cdc3200ccfef2750e32fc8bf8dc544f1ae
|
|
|
|
| |
Change-Id: Id75cabd402e243ed4bec7da61771554f2df4fbf6
|
|
|
|
| |
Change-Id: I0c54a5d033d53efd2c82a1dc03f9b6fda423e8ce
|
|
|
|
|
|
|
|
| |
Ensure nobody can update the static collections of browsers to run on
but that sub classes can restrict which browsers to run on using
super.getBrowersToTest().remove(something)
Change-Id: Iad520840801fbeb719bae51050714c0e47148804
|
|
|
|
| |
Change-Id: I7a56c9da10557485d5562eaf8d9197bfff4bc849
|
|
|
|
| |
Change-Id: I0068b68ef29c2b3f669869cb4bf427567f71c8b2
|
|
|
|
|
|
| |
#12367, #12800)
Change-Id: Id90abf6b2241aeb4f4e83551647169512a93401b
|
|
|
|
|
|
|
|
| |
The isConnectorEnabled() method should only to be used to check if the
client side is allowed to interact with the button, not on the server side
(isConnectorEnabled() is false if the component is not attached to a UI)
Change-Id: I56cd93a1041432199337148f5c4a1449a825c5bc
|
|
|
|
| |
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
|