summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-2790/+0
* Refactor to have separate BootstrapListener methods (#9274)Leif Åstrand2012-08-131-2/+1
* Add an API for modifying the bootstrap page. (#9274)Leif Åstrand2012-08-091-1/+2
* Don't warn when same connector resource is used in multiple tabs (#9205)Leif Åstrand2012-08-031-4/+6
* Use constants for magic strings and add / to end of UIDL url (#9168)Leif Åstrand2012-07-311-3/+3
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-4/+4
* Support connector resources in portlets (#9059)Leif Åstrand2012-07-261-5/+13
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-4/+143
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
* Correct typos in AbstractCommunicationManagerHenri Sara2012-07-041-4/+4
* Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-12/+15
* Add logging for rejected connector resource requests (#9048)Leif Åstrand2012-06-281-0/+12
* Update #9048 based on reviewsLeif Åstrand2012-06-281-25/+50
* Support connector:// and use it for relative dependency urls (#9048)Leif Åstrand2012-06-281-4/+111
* Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-271-5/+64
* Javadoc fixes (#8943)Artur Signell2012-06-251-2/+2
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-1/+1
* Pass RPC exceptions to Application.terminalError (#9018)Artur Signell2012-06-211-4/+15
* Moved connector tracking from Application to RootArtur Signell2012-06-211-29/+40
* Show sensible message if variable change target isn't a VariableOwnerLeif Åstrand2012-06-211-2/+12
* Merge branch '6.8'Johannes Dahlström2012-06-191-5/+1
|\
| * Avoid potential NPE discovered in review (#8914)Leif Åstrand2012-06-061-2/+4
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-131-1/+1
|\ \
| * | Fix typoLeif Åstrand2012-06-121-1/+1
* | | Merge commit 'f8cb0'Johannes Dahlström2012-06-121-0/+1
|\ \ \ | | |/ | |/|
| * | Show better error message when variable change decoding fails (#8914)Leif Åstrand2012-06-061-10/+17
* | | Merge commit '17c14'Johannes Dahlström2012-06-121-32/+43
|\| | | |/ |/|
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-18/+21
* | Use generic parameter types for server->client RPCLeif Åstrand2012-06-081-1/+1
* | Don't send type info from server to client (#8879)Leif Åstrand2012-06-061-4/+3
* | Drop explicit type info from client -> server communication (#8879)Leif Åstrand2012-06-061-7/+4
* | Use UidlValue for sending legacy maps and arrays (#8878)Leif Åstrand2012-06-061-1/+2
* | Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-061-1/+4
* | Redefine isVisible to not paint dirty detached component (#6690)Leif Åstrand2012-06-061-2/+10
* | Initial extension support (#6690)Leif Åstrand2012-06-061-51/+49
* | Include original exception when throwing PaintExceptionLeif Åstrand2012-05-141-4/+4
* | Send widgetset version with the first UIDL requestArtur Signell2012-05-111-0/+23
* | Initial support for sending difference in state (#8419)Artur Signell2012-05-111-5/+31
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-8/+7
|\|
| * Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-271-4/+4
| * Simplified fix for #8694Jonatan Kronqvist2012-04-271-11/+10
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-251-3/+17
|\|
| * Implemented #8694 - API providing profiling info for TestBench 3.xJonatan Kronqvist2012-04-191-4/+18
| * Fix #5109: If more than one currently attached Paintables share the same debu...Johannes Dahlström2012-03-091-22/+17
* | Don't throw NPE if no connector is found (warning is logged later)Leif Åstrand2012-04-241-1/+1
* | Fixed GateIn portal support and action request problem (#8670)Artur Signell2012-04-191-1/+12
* | RPC -> Rpc for consistencyArtur Signell2012-04-181-4/+4
* | Allow all RPC calls for connectors enabled when receiving the messageArtur Signell2012-04-181-1/+10
* | Made it possible to find out RPC parameter types (#8667)Artur2012-04-181-110/+113
* | Simplified RPC handling for client to server RPCArtur2012-04-181-96/+75