summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/BootstrapHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-570/+0
|
* Register BootstrapListener to Application (#9274)Leif Åstrand2012-08-131-9/+5
|
* Refactor to have separate BootstrapListener methods (#9274)Leif Åstrand2012-08-131-53/+79
|
* Simplify BootstrapHandler now when extensibility isn't needed (#9274)Leif Åstrand2012-08-101-188/+93
|
* Fix doctype causing screenshot differences (#9274)Leif Åstrand2012-08-101-1/+1
|
* Add an API for modifying the bootstrap page. (#9274)Leif Åstrand2012-08-091-110/+147
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
|
* Add @JavaScript and @StyleSheet and remove @LoadScripts (#9044)Leif Åstrand2012-06-271-50/+3
|
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-1/+1
|
* Initial support for javascript components (#8888)Leif Åstrand2012-06-111-4/+53
|
* Send widgetset version with the first UIDL requestArtur Signell2012-05-111-3/+4
| | | | | This enables the server to verify that the widgetset version match the servlet version
* #8163 Print an error message if vaadinBootstap.js cannot be loadedLeif Åstrand2012-01-061-2/+7
|
* Pass initial request details through the browser (#8232)Leif Åstrand2012-01-041-12/+20
| | | | | | | By passing the details through the browser, we don't need any state mapped to a rootId that could be sent multiple times by caching in the browser Old test updated to test for this
* External UnsupportedBrowserHandlerMarc Englund2011-12-221-57/+1
|
* RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-221-2/+2
|
* Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-0/+645