| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: I27a0a67208f7d8ef7ec580836b85172772039d25
|
|
|
|
| |
Change-Id: I12d3075a4808b004d7b891d1c4092131fa7cb1a2
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework.
* Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler.
* Changed ErrorEvent to be a class as all other events in the framework
* Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency
* Unified error handling in AbstractCommunicationManager
* Unified error handling in VaadinServlet and VaadinPortlet
* Removed superfluous ErrorEvent implementations (#10232)
Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
|
|/
|
|
|
|
| |
* Also rename the constants to cause compile errors in 3rd party code
Change-Id: If96c9956de7737345ec9372be28292b3490387a2
|
|
|
|
|
|
|
| |
Also remove deprecation of individual methods in the already deprecated
LegacyApplication
Change-Id: Iead36f52552dc492081690dddc018203dc21ccba
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827
|
|/
|
|
| |
Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
|
|
|
|
| |
Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
|
|/
|
|
| |
Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
|
|
|
|
|
|
| |
Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server
Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
|
|
|
|
| |
Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad
|
|
|
|
|
|
| |
HasComponents.isComponentVisible is now SelectiveRenderer.isRendered
Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
|
| |
| |
| |
| |
| |
| |
| | |
* Make VaadinPortletRequest extend PortletRequestWrapper to remove some
boilerplate
Change-Id: Ibfc0f18d85cf77e17de6d6ce561c44677958e3bd
|
| |
| |
| |
| | |
Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
|
| |
| |
| |
| | |
Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
|
| |
| |
| |
| | |
Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for longer than the session timeout
* Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252)
* Close the whole session at the same time as well
* Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253)
* Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253)
* Rename UI lastHeartbeatTime to lastHeartbeatTimestamp
* Show "Session Expired" notification when a heartbeat fails because of this
Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6
|
| |
| |
| |
| | |
Change-Id: I125b95e357223fb671332fb42736c42725d136ad
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* RpcManagers lookup by String instead of Class to avoid loading the
class sent by the client
* Some generics tightened to only accept ServerRpc instances
* Remove RpcTarget as it is only supported for ClientConnector
Change-Id: I264d58f373db7ea3258cbc28dfc0fa1ec952723d
|
| |
| |
| |
| |
| |
| | |
* Updated javadoc to be consistent with how Panel and Window behave (#10289)
Change-Id: I682d202e27b14d9695a8a6cd9eaff8a53fc6ae82
|
| |
| |
| |
| | |
Change-Id: I14cc9c837bb966ff7ed5c396cedce0f6d75aaeb4
|
|/
|
|
| |
Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980
|
|
|
|
|
|
|
| |
* Also change default screen width and height in WebBrowser to -1 for consistency
* Test for reading browser details in UI.init
Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90
|
|
|
|
| |
Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
|
|
|
|
| |
Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Change VUI class name from v-view to v-ui
* Use state.primaryStyleName so it can be changed
* Remove useless v-app-VaadinServiceSession from bootstrap root div
Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
|
|/
|
|
| |
Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
|
|
|
|
| |
Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
|
|\
| |
| |
| | |
Fragment (#10141)"
|
| |
| |
| |
| |
| |
| | |
(#10141)
Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
|
|/
|
|
| |
Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8
|
|\
| |
| |
| | |
(#10132)"
|
| |
| |
| |
| | |
Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297
|
|/
|
|
|
|
| |
LegacyComponent anymore.
Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
|
|
|
|
| |
Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30
|
|
|
|
|
|
| |
idleUICleanupEnabled
Change-Id: I618b23259b24436b985e226512a0fae3b380433b
|