aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AjaxPageHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-645/+0
* Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-211-0/+57
* Set the v-theme-xxx class when the theme name is acutally knownLeif Åstrand2011-12-191-12/+3
* Fix missing SerializableLeif Åstrand2011-12-151-1/+2
* Move initial UIDL generation out from AjaxPageHandlerLeif Åstrand2011-12-141-22/+16
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-190/+300
* Merge branch 'windowing'Marc Englund2011-12-141-0/+24
|\
| * UIDL can now be included in initial html, or second 'browser details' respons...Marc Englund2011-12-141-0/+24
* | Update old license headersHenri Sara2011-12-131-1/+1
|/
* Add some Vaadin license headersLeif Åstrand2011-11-291-0/+4
* Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-281-0/+4
* Initial support for lazy root creationLeif Åstrand2011-11-251-33/+59
* Introduce vaadinBootstrap.js and use it to init the widgetsetLeif Åstrand2011-11-241-99/+87
* Don't use hard coded version number in default window titleLeif Åstrand2011-11-231-2/+2
* Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-2/+409
* Initial migration of ajax page generation to a RequestHandler (#7888)Leif Åstrand2011-11-221-0/+39