13 次程式碼提交 (5e09b462cc09caee832f7901bdf479c44208e1fb)

作者 SHA1 備註 提交日期
  Henri Sara 5e09b462cc WIP: prototype of SimpleEventRouter 7 年之前
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 年之前
  Leif Åstrand fdc80972f5 Add helper for updating the diffstate of a component 7 年之前
  Leif Åstrand 68ea8ea63d Refactor listener registration creation to reduce boilerplate 7 年之前
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 年之前
  Per-Åke Minborg efbcb4e7b0 Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList() 7 年之前
  Per-Åke Minborg 25eba3c796 Use lambdas where appropriate 7 年之前
  Aleksi Hietanen 2bee988272 Unify listeners on the server side 7 年之前
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 年之前
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 年之前
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 年之前
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 年之前
  Teemu Suo-Anttila a6653d3fe4 Migrate vaadin-server build to maven 8 年之前
  Teemu Suo-Anttila f2b31bac2b Fix removing extension from a connector that is not its parent (#19569) 8 年之前
  Matti Tahvonen a0637c8feb Correct the place where attach events are fired (#16348) 9 年之前
  Leif Åstrand 2564627fed Cache connector state types (#18437) 9 年之前
  vandeti fdd6a9d9d0 Less restrictive RPC interface detection in registerRpc (#10945) 9 年之前
  Juuso Valli 79985def17 Improve proxy comparison support (#14639) 9 年之前
  Juuso Valli 5020466294 Make Vaadin component handling proxy-friendly (#14639) 9 年之前
  Taras Hupalo f2551a9fc0 replaced all org.json.* usages with elemental.json.* (#8942) 9 年之前
  Fabian Lange a3578d3ac2 Avoid object creation in getAllChildrenIterable in most cases. (#14142) 10 年之前
  Fabian Lange 0c229ae914 Reading properties of components should not set state to dirty (#14060). 10 年之前
  Artur Signell 54329d37c8 Do not consider compiler introduced methods when determining state class (#14003) 10 年之前
  Fabian Lange bb650cf78e Optimize getAllChildrenIterable() performance. (#13803) 10 年之前
  Leif Åstrand 9f30eb2852 Clarify lock check assert message if another session is locked (#13473) 10 年之前
  Leif Åstrand 134c3bb96b Clarify lock check assert message if another session is locked (#13473) 10 年之前
  Artur Signell e77e73cf64 Update copyright year to 2014 10 年之前
  Leif Åstrand d8b0b50489 Always unlock the same session instance that was locked (#12481) 10 年之前
  Fabian Lange 7f52b2e822 Improved AbstractClientConnector performance (#12219) 11 年之前
  Artur Signell 424af57c0a Move ClientConnector.setParent to Component and Extension (#11777) 11 年之前
  Artur Signell e52df7cdf8 Added ComponentConnector.isAttached (#11928) 11 年之前
  Artur Signell 507a520f0c Fixed locking in RequestHandlers and documented that RequestHandlers are called without locking (#9945) 11 年之前
  Artur Signell 37527d9c5e Verify lock is held while updating VaadinSession or connector state (#9515) 11 年之前
  Johannes Dahlström 5e77672975 Removed CommunicationManager and PortletCommunicationManager 11 年之前
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 年之前
  Artur Signell a8f8fe7c1d Fixed javadoc referring to wrong class 11 年之前
  Artur Signell e4ee11793e Updated javadoc (#9684) 11 年之前
  Leif Åstrand f5a70a8943 Remove server-side RpcManager interface (#10302) 11 年之前
  Artur Signell ce282b2b4e Unified deprecation messages 11 年之前
  Johannes Dahlström 741758d24f Add attach and detach listeners and events to ClientConnector (#8579, #10251) 11 年之前
  Artur Signell c454797201 Replaced ComponentErrorHandler with generic ErrorHandler (#10231) 11 年之前
  Mikael Grankvist 98555d0eac Added getState(boolean) to allow getState without side effects (#10006) 11 年之前
  Leif Åstrand d0d84ec68f Only process RPC invocation if there's a handler for it (#10134) 11 年之前
  Artur Signell bc96d13c54 Removed deprecation as EventRouter will not be replaced for 7.0 (#10247) 11 年之前
  Artur Signell 9a3a22cc9f Renamed VaadinServiceSession to VaadinSession (#10223) 11 年之前
  Leif Åstrand 85d3cc7884 Fix typo 11 年之前
  Artur Signell a7624344b4 Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) 11 年之前
  Artur Signell 70200e43f5 Make getRpcProxy protected (#9312) 11 年之前
  Artur Signell d371ac4a4e Avoid adding RpcInvocationHandler toString as invocations (#9802) 11 年之前
  Leif Åstrand af8fb8ddd2 Rename VaadinSession -> VaadinServiceSession (#9733) 11 年之前