| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
|
|
|
|
| |
Change-Id: Ie4c9bed0a0ae101057195fa1aeb1abe905734029
|
|
|
|
|
|
|
|
|
| |
* /nonbuffering a proxy without any buffering
* /buffering tests a buffering proxy
* /nonbuffering-timeout tests a proxy without any buffering but with a 10s timeout set
* /buffering-timeout tests a buffering proxy with a 10s timeout set
Change-Id: I5d99cc29364e3ed888371fa18ee404f912d73223
|
|
|
|
|
|
| |
* Generates all screenshot names based on the test names
Change-Id: Ie42489d31b78eff0b021c22a2d747326f57d0d2e
|
|
|
|
| |
Change-Id: I0aaf02f57681804c380102d0078a3896f670d859
|
|
|
|
| |
Change-Id: Ie4a940ba2488f0a7739492a1d3967957cdd41099
|
|
|
|
| |
Change-Id: Id89e5ecdad64d6000c6d3d518411cc1553cc7dd1
|
|
|
|
|
|
|
|
|
|
| |
ServerMessageHandler -> MessageHandler
ServerCommunicationHandler -> MessageSender
State -> ApplicationState
CommunicationProblemHandler -> ConnectionStateHandler
CommunicationProblemEvent -> XhrConnectionError
Change-Id: I2eccfea9cf6a275eba02ac605b6a172e496bd004
|
|
|
|
| |
Change-Id: Ifcc4ec785197eca221b01ba71bf33dd1bd486784
|
|
|
|
|
|
| |
(#11733)
Change-Id: I2fad7d367d8a4ba476ae0705672ebc2ee7cfeb1c
|
|
|
|
| |
Change-Id: Ie7a28488e4642a294f0341f00fc98b2ef38922b6
|
|
|
|
| |
Change-Id: I67ed5e78b93ff0fe20d861105a0aa01ae6ccb2e6
|
|
|
|
| |
Change-Id: Ifb9895ebdfb6c193ed26c529237423275f0ffd11
|
|
|
|
|
|
|
|
| |
Leave the request state as open until reconnect is done and the message has
been delivered. This avoids flushing the rpc queue during reconnect, which
would cause two concurrent requests.
Change-Id: I320ffccd49c26acd16bd70b34ba28b465d17842c
|
|
|
|
| |
Change-Id: I070cca17377dc49095481012717bab8931fb375b
|
|
|
|
| |
Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4
|
|
|
|
| |
Change-Id: Ia44ee5f18404253d5ad986a6a6007aeb466b63fc
|
|
|
|
| |
Change-Id: I6a9cc8f97d7e3578bf7aa9ce512d042ab637494e
|
|
|
|
|
|
|
|
|
| |
* Add grace period for showing the reconnect dialog
* Try to reconnect once immediately
* Stop reconnecting when application is stopped
* Make it possible and easy to replace the reconnect dialog
Change-Id: I6695e7473859827db9dd64cbd373696aeb5d27a5
|
|
|
|
| |
Change-Id: Ibf60ef8cdd21204e8ccfbb0a7d93cf88c4d8468a
|
|
|
|
| |
Change-Id: I91d3d73cb10c10a9306b67e6d99e4405f56bc275
|
|
|
|
| |
Change-Id: I1958a84be59068caa377256d43e868e13ed69597
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* No longer queue message separately in PushConnection
* Use XHR for client to server communication when using long polling (or streaming)
* Websocket is used for communication in both directions
Note that using XHR for client to server responses at the same time
as a push connection is open means we must take into account on the
client side that we may receive message in the wrong order. This
will be addressed in the following change.
Change-Id: I97706db3481379593e71dc5bb552727a0486692b
|
|
|
|
|
|
|
|
|
|
|
| |
(#11733)
Limitations
* Does not take Push into account
* Hard coded parameters
* Only theme for Valo
Change-Id: Iddb12d20391bcd30dc7289b7ea694ac3fbbd116d
|
|
|
|
| |
Change-Id: Iff0dd9e9f76b83c1d6f7c16f46317c42bfd770cc
|
|
|
|
| |
Change-Id: Id44eed32a91721a67859d8daedefd3c7a17d61dc
|
|
|
|
|
|
|
|
| |
* XhrConnection internally manages the URI to send to
* send(JsonObject) now only takes the payload
* retry logic for status 0 removed for now
Change-Id: Ieca25df0ebe06773139b2bec7e9a2586df77b24d
|
|
|
|
| |
Change-Id: I7c75801102e10595b923ceab3900a17e166b5c78
|
|
|
|
|
|
| |
Pass only JSONObject around instead of multiple versions
Change-Id: Ibf747df366e384df8e3cc6f5153100168514f63a
|
|
|
|
| |
Change-Id: I685a03df9bb785ed7c1c672c9b9cbf47609711e7
|
|
|
|
| |
Change-Id: I5af55ecac8f5dcac14fd5b22059029bef482cc7f
|
|
|
|
|
|
|
|
|
| |
An server message id counter is included in every client to server message and an
expected id is included in every server to client message. This makes it safe to
re-send any message when the client is not 100% sure the server has received the
message, without having to worry about double handling on the server side.
Change-Id: I840cc04829fc2491f35a0e6f98f07eaf46b1ea42
|
|
|
|
| |
Change-Id: Ib3c4ac687387f2a239908b7e25e2753dbbf7e98b
|
|
|
|
| |
Change-Id: Ic4342171ecbdae4b6e6075fa9ed6d4eebe399a87
|
|
|
|
| |
Change-Id: Iddd885a6a3a753c0be08c9afe6e97b9e589b8368
|
|
|
|
| |
Change-Id: Ib810406801305cd23a943a4e468610896d166958
|
|
|
|
| |
Change-Id: Ic9b7b6dd82e47229c0d40bd2bd4731537f4d4ae4
|
|
|
|
|
|
| |
Failing to do this cause an infinite loop if a stop event causes stopping of the application
Change-Id: Ibb36c2eca6c6e1bc10192b4d2d808042793fb2fa
|
|
|
|
|
|
|
| |
The event was some times fired and sometimes not when a response was received.
It will be replaced by the new error handler
Change-Id: I7fb00a473d20e62387122a8b240704561fbc294b
|
|
|
|
| |
Change-Id: Icacc102132ac4fbd8e00f97b3a752f2483cf3936
|
|
|
|
| |
Change-Id: I74f173e69491f23dc49b1ff577a45f611b0eed1c
|
|
|
| |
Change-Id: Ib7b82c400b044c27a0f494a81d1c9cd5b307aa34
|
|
|
|
| |
Change-Id: Id22fc2ef4acad52e91a18e4cc10bf73a9ab4d924
|
|
|
|
| |
Change-Id: I98004d88f5449e4bc851b4cc7ecc05e48040cc35
|
|
|
|
|
|
|
|
| |
Jaws for Windows (at least up to Jaws 16) does not announce any role=status
messages at all so the user will not hear any tray messages or assistive
messages without this change
Change-Id: Ia110d96b8254b98ed66f0765330865099e729abc
|
|
|
|
| |
Change-Id: I109ecbfad6e385f98e6475eefd7823efa754fcb9
|
|
|
|
| |
Change-Id: Icda479927bbb52c2eedf5cb5477726042f55434d
|
|
|
|
| |
Change-Id: Ic24eac20f7882f1e4e91650c130d1a1ad7303e33
|
|
|
|
| |
Change-Id: I2c3be045340edda6cf9d5b6422dec8b031bcf6dc
|
|
|
|
|
|
|
|
| |
The shadow artifacts seen with TB2 seem to be a TB2
timing issue and are not reproducible manually or with TB4,
so simply checking window size.
Change-Id: Iaf2a546868c3bc7fc9942355cc99a7452039e1f4
|