| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I67ed5e78b93ff0fe20d861105a0aa01ae6ccb2e6
|
|
|
|
|
|
|
|
| |
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: 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
Pass only JSONObject around instead of multiple versions
Change-Id: Ibf747df366e384df8e3cc6f5153100168514f63a
|
|
|
|
| |
Change-Id: I685a03df9bb785ed7c1c672c9b9cbf47609711e7
|
|
|
|
| |
Change-Id: Ib3c4ac687387f2a239908b7e25e2753dbbf7e98b
|
|
|
|
| |
Change-Id: Ic4342171ecbdae4b6e6075fa9ed6d4eebe399a87
|
|
|
|
| |
Change-Id: Iddd885a6a3a753c0be08c9afe6e97b9e589b8368
|
|
|
|
| |
Change-Id: I74f173e69491f23dc49b1ff577a45f611b0eed1c
|
|
|
| |
Change-Id: Ib7b82c400b044c27a0f494a81d1c9cd5b307aa34
|
|
|
|
| |
Change-Id: I109ecbfad6e385f98e6475eefd7823efa754fcb9
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Iaac3a80428a9b58ba82e814d8665dd17920ab2bd
|
|
|
|
| |
Change-Id: I6072429d3a87afd25a6dd6604749ace728ab6d7d
|
|
|
|
| |
Change-Id: Ie5843c7fb5bb6365ceef998206df69302046e686
|
|
|
|
| |
Change-Id: I1a50b9dc4dd8e09ac10c38bb2c4ebfdb2ec41dcf
|
|
|
|
| |
Change-Id: I74360c7a3f0c5798dbaa44ea06ea1585c4289449
|
|
|
| |
Change-Id: I4ed588ba07bd581cfa4b5b4805136962de076cec
|
|
|
|
| |
Change-Id: I035808b02edb5ba8181a5a0baec3432c2283699d
|
|
|
|
|
|
|
|
| |
Selecting the varags method for auto completion will annoyingly create
suggest passing parameters to the method, which is rarely what you want
to do.
Change-Id: I14a82daffde15839e84da626c77f81b33efec90f
|
|
|
|
| |
Change-Id: I79547b32a7b7bec0ea2b327ceb0b69c756e2e812
|
|
|
|
| |
Change-Id: I2dc9b846e1c3ae123b26eac017082bea4ba6f7c3
|
|
|
|
| |
Change-Id: Ib842e171b50366e8830cd50ca0b04a346e298a1d
|
|
|
|
| |
Change-Id: I488e016cbffb6234f3599e549d6346f3587275a0
|
|
|
|
| |
Change-Id: I54d621b806fa8cb3cc18d84ecde95bceada9e08d
|
|
|
|
|
|
|
| |
Due to the nature of Container this is only achieved by removing any
existing details and reopening those after the sort is done.
Change-Id: Ic42186ed85981d5dad4ff0948aa22f7a0404480d
|
|
|
|
| |
Change-Id: I6e474b2306c6957d428117802ffda330b4809a6d
|
|
|
|
|
|
|
| |
AudioTest was broken by the fix for #18102 as CheckBox
is no longer immediate by default.
Change-Id: Ic545359b6638814a2c7cf53abdb5ffc72cb5251e
|
|
|
|
| |
Change-Id: I8dec7bbbfc93436eb2fbc1c15cb53e6bfca99e78
|
|
|
|
| |
Change-Id: I89be491b9bac0447cc194199c54ed9e0e558bf1b
|
|
|
|
| |
Change-Id: Iead8cc8066cdc20c9d02e34ac45b4ccd37537a60
|
|
|
|
|
|
|
|
|
| |
- The focused cell is now updated when scrolling with pageup/down, home
or end key.
- The scroll amount is slightly reduced to ensure that no cells are
skipped over with pgup/down scroll.
Change-Id: Id1ddd4f0f3f3b1315df3f8d9813080fbd5009bcd
|
|
|
|
| |
Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
|
|
|
|
| |
Change-Id: Ib67ee073a683167753e1cd83922e9027df9ffe6e
|
|
|
|
| |
Change-Id: Iac06c3df156c68f3ec995e00d3cf7703c2673a81
|
|
|
|
|
|
|
|
|
|
| |
Ensure isEditorActive() returns false if editItem(...) has been called but the
editor has not yet been opened, as it should according to javadoc
isRendered() requires that the editor fields are marked as dirty when they are
made visible on the client (isEditorActive() changes state)
Change-Id: I7fbe1cb484cf83974ffa6ca50a6c642fbf7e8378
|
|
|
|
| |
Change-Id: I8a666061496022ef16ed44812b5728e1360b9c4d
|
|
|
|
| |
Change-Id: Id4f119b22d44f6abf63e730442e22a34e7c1953f
|
|
|
|
| |
Change-Id: I3c4eace624453eb854a32fef5fe44d253b164f62
|
|
|
|
| |
Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
|
|
|
|
| |
Change-Id: I847c9077199f46964ba8d1931e951529db6c5475
|
|
|
|
|
|
|
|
| |
The opacity for disabled menu items looks very ugly on IE8.
Fixed by using the previous gray color for text and opacity
filter only for the item icon.
Change-Id: If48716cdccef05ebdba43b5600e41c0690398429
|