| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Build vaadinPush.js from the released version instead of having a separate
javascript version in the project
Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
|
|
|
| |
Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
|
|
|
|
| |
Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
|
|
|
|
|
|
|
|
|
|
|
| |
The current atmosphere code can handle messages split up using the message
length header. But it does not handle the case where the header is actually
split up itself.
This patch solves it by making sure the length header stays intact.
Corresponding atmosphere ticket:
https://github.com/Atmosphere/atmosphere/issues/1199
Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
|
|
|
|
| |
Change-Id: I76ccbf631f8ba169f11513b7d585f39b8ab570a4
|
|
|
|
| |
Change-Id: Ia17a9d8c6ece9861476be8861a735fe5d3e054bf
|
|
|
|
| |
Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Client-side:
* Call onOpen() also after a successful reconnection
* Reliably call onClose() and try to reconnect after disconnection
* Don't try to reconnect if !isApplicationRunning() after push
* Queue messages while trying to reconnect (state CONNECT_PENDING)
Server-side:
* Implement AtmosphereResourceEventListener.onDisconnect()
* Push marked as pending until client reconnects (if ever)
Change-Id: I1783eb72eb7005b07cae786d8ec8371da3903108
|
|
|
|
| |
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
|
|
|
|
|
|
|
|
| |
This reverts commit 17a60afd6eaab10a24de5cde3bffaeaf23ba3cd2
Causes regressions in IE10
Change-Id: Icd1073898f668b3f0ab61123c2a92f45675160fb
|
|
|
|
|
|
| |
* Atmosphere change 2a6b6ce0f5fc1185df6d293d1c919840fabbadf9
Change-Id: I5460cc75045d78930c2a5e0ac0a0199cb1bea100
|
|
|
|
| |
Change-Id: I1fa7efbf7261ca4cc14ac993affe567fcd9904ea
|
|
* Replaced jquery and jquery.atmosphere.js with original, unmodified versions
* Added vaadinPush.js build target to ide.xml and push/build.xml
* Uses yuicompressor to compress the resulting push javascript
Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7
|