summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-2536/+0
* A few improvements to shared state debug console (#8422)Johannes Dahlström2012-08-101-12/+10
* Pass ApplicationConnection, not ApplicationConfiguration, to VUIDLBrowserJohannes Dahlström2012-08-101-8/+10
* Use constants for magic strings and add / to end of UIDL url (#9168)Leif Åstrand2012-07-311-6/+17
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-3/+4
* Support connector resources in portlets (#9059)Leif Åstrand2012-07-261-6/+9
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-7/+26
* Initial support for showing state changes in the debug console (#8422)Johannes Dahlström2012-07-181-1/+11
* Preload translated url instead of loading raw url (#9044)Leif Åstrand2012-06-281-1/+2
* Update #9048 based on reviewsLeif Åstrand2012-06-281-3/+10
* Tooltips are now handled by the connector and not the widget (#8425)Sami Viitanen2012-06-281-94/+5
* Support connector:// and use it for relative dependency urls (#9048)Leif Åstrand2012-06-281-6/+11
* Add error handling to ResourceLoader (#9044)Leif Åstrand2012-06-281-2/+15
* Rename widget -> dependency in delayed load handling (#9044)Leif Åstrand2012-06-271-6/+6
* Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-271-0/+55
* Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-151-3/+8
|\
| * Rename Javascript -> JavaScriptLeif Åstrand2012-06-141-3/+3
| * Require all Connectors to be either Components or Extensions (#6690)Leif Åstrand2012-06-141-0/+5
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-131-29/+14
|\|
| * Initial support for javascript components (#8888)Leif Åstrand2012-06-111-29/+14
* | Merge commit '35b979'Johannes Dahlström2012-06-111-0/+27
|\ \ | |/ |/|
| * [merge from 6.7] #8305 extend Liferay session when the user interacts with a ...Automerge2012-05-221-0/+27
* | Remove redundant ConnectorMap from JsonEncoder.encodeLeif Åstrand2012-06-061-1/+1
* | Don't send type info from server to client (#8879)Leif Åstrand2012-06-061-2/+3
* | Pass declared types to JsonDecoder and use them (#8677)Leif Åstrand2012-06-061-5/+14
* | Add DiffJSONSerializer for updating existing objects (#8879)Leif Åstrand2012-06-061-3/+2
* | Wrap variable change data in UidlValue wrapper with type info (#8878)Leif Åstrand2012-06-061-1/+2
* | Change widget -> connector in some placesLeif Åstrand2012-06-061-1/+1
* | Initial extension support (#6690)Leif Åstrand2012-06-061-54/+65
* | Initialize all variables in constructor instead of while loading theArtur Signell2012-05-131-2/+2
* | Encode enum as String for legacy updates to be Vaadin 6 compatibileArtur Signell2012-05-131-3/+10
* | State is now created using generators, removed setState (#8502)Artur Signell2012-05-111-4/+3
* | Send widgetset version with the first UIDL requestArtur Signell2012-05-111-4/+9
* | Initial support for sending difference in state (#8419)Artur Signell2012-05-111-3/+12
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-5/+5
|\|
| * Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-271-5/+5
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-251-28/+73
|\|
| * Wrap javascript callback entry points in $entry (#8699)Leif Åstrand2012-04-241-12/+12
| * [merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when r...Automerge2012-04-231-4/+0
| * [merge from 6.7] #8407 Handle the case of a 503 response without a Retry-Afte...Automerge2012-04-201-15/+27
| * Added some comments for #8694Jonatan Kronqvist2012-04-191-0/+13
| * Implemented #8694 - API providing profiling info for TestBench 3.xJonatan Kronqvist2012-04-191-3/+29
* | Added log message to ease migration (#8698)Artur Signell2012-04-191-0/+4
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-181-3/+2
|\|
| * [merge from 6.7] VConsole.error() instead of throwing in startRequest() and e...Automerge2012-04-131-3/+2
* | Added exception handling for State and Hierarchy events (#4203)Artur Signell2012-04-161-2/+10
* | Re-added ApplicationConnection.updateCaption to ease portingArtur Signell2012-04-121-0/+23
* | Merge branch 'layoutgraph'Leif Åstrand2012-04-121-67/+10
|\ \
| * \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-111-1/+4
| |\ \
| * \ \ Merge branch 'master' into layoutgraphLeif Åstrand2012-04-101-4/+8
| |\ \ \