| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ibfad0180e93e7f74b91427761b40c86938044c50
|
|
|
|
| |
Change-Id: Ib5b3bc7123ffd2f212fb6e242ee07175ff743b0f
|
|
|
|
|
|
| |
The fix for Window slightly altered how the hack was done, breaking #12736
Change-Id: I2d33b45421c40ce011d2e728a573f7572e326c47
|
|
|
|
|
|
| |
Cloning date instances passed from state to cal panel as they appear to be mutating
Change-Id: I3775b8445ddc0a779b894b4e044bde93f4c5936c
|
|
|
|
|
|
| |
Waits longer for push message as at least Firefox has some kind of built in back off for websocket reconnects
Change-Id: Iaab2e09e8364f0b6247b3b39c19be439a4995800
|
|
|
|
| |
Change-Id: I8868d9bd5e6dcc2b6ece404460700f00e6f2004e
|
|
|
|
| |
Change-Id: I4bacfe7353968df7b0f1a8786ae4e488dffa3565
|
|
|
|
| |
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
|