summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/vaadinBootstrap.js
Commit message (Expand)AuthorAgeFilesLines
* Use method available in all browsers (#13804)Artur Signell2014-05-221-1/+1
* Avoid Vaadin entry-point being run twice (#13730)Manolo Carrasco2014-05-161-6/+9
* Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685).Tapio Aali2014-04-291-24/+26
* Detach previous UI with the same window.name (#10338, #12255)Leif Åstrand2013-07-311-0/+2
* Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-6/+0
* Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-181-0/+6
* Ignore duplicate ?restartApplication during UI init (#11587)Leif Åstrand2013-04-121-0/+5
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-211-4/+30
|\
| * Enable a Vaadin applications to be re-initialized if if has been re-added to ...Artur Signell2013-03-201-4/+30
* | Added IE10 touch support detection #9216John Ahlroos2013-03-051-2/+14
|/
* Allow customization of the widgetset url in order to be able to remove the '?...Jonatan Kronqvist2012-12-041-8/+10
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-301-19/+19
* Fall back to activex xml http if XMLHttpRequest is disabled (#10423)Artur Signell2012-11-291-1/+6
* Set bootstrap error using innerHTML instead of document.write (#9735)Leif Åstrand2012-11-231-5/+12
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-051-4/+1
* Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-021-1/+4
* Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-081-13/+10
* Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-5/+3
* Remove default bootstrap parameter support (#9824)Leif Åstrand2012-10-021-12/+0
* Added a dummy value to the parameter to make Websphere happy (#9776)Artur Signell2012-09-281-1/+1
* Add missing semicolons to vaadinBootstrap.jsHenri Sara2012-09-281-9/+9
* Fix logic error in initialPath handling (#9747)Leif Åstrand2012-09-251-1/+1
* Show internal error reponses for browser details request (#8243)Artur Signell2012-09-241-0/+2
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-241-1/+4
* Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-6/+2
* Pass initial request details through the browser (#8232)Leif Åstrand2012-01-041-7/+10
* Actually ignore subsequent defaults (#8226)Leif Åstrand2012-01-041-0/+1
* #8226 Don't throw exception when defaults are already definedLeif Åstrand2012-01-041-1/+1
* #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-021-0/+9
* Add / to the base of the browser details request urlLeif Åstrand2011-12-201-1/+9
* Support the second bootstrap request in portlets (#8052)Leif Åstrand2011-12-191-1/+1
* Logging from bootstrap only if debug is enabledLeif Åstrand2011-12-191-2/+1
* Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-151-5/+73
* #8052 Restore Portlet supportLeif Åstrand2011-12-141-0/+1
* Pass window.name back to the browser to help detecting browser refreshLeif Åstrand2011-12-011-0/+8
* Improved bootstrap loggingLeif Åstrand2011-11-291-5/+13
* Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-281-8/+15
* Rework bootstrap to support loading widgetset without applicationLeif Åstrand2011-11-281-14/+19
* Initial support for lazy root creationLeif Åstrand2011-11-251-23/+67
* Set vaadin.debug to make ?debug in the URL workLeif Åstrand2011-11-241-0/+5
* Introduce vaadinBootstrap.js and use it to init the widgetsetLeif Åstrand2011-11-241-0/+115