Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 1 | -107/+0 |
| | | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda | ||||
* | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) | Leif Åstrand | 2012-11-20 | 1 | -1/+1 |
| | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 1 | -5/+18 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Remove CombinedRequest and BrowserDetails (#8165) | Leif Åstrand | 2012-10-08 | 1 | -1/+2 |
| | | | | | | | | | | | * Primary use case for CombinedRequest (special path and parameters) already elimiated by other changes * BrowserDetails.getLocation is now available through Page * BrowserDetails.getWindowName only used internally in one location * VaadinServletRequest.cast and similar for portlets removed now that a normal cast can always be used as there's no CombinedRequest to consider Change-Id: I44f28722a12f86015b3c30e83768e4611b87479c | ||||
* | Remove VaadinServiceSession.getURL (#9884) | Leif Åstrand | 2012-10-08 | 1 | -7/+5 |
| | | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7 | ||||
* | Add Page.getLocation() (#9249) | Johannes Dahlström | 2012-10-05 | 1 | -1/+1 |
| | | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940 | ||||
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 1 | -5/+7 |
| | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Use event objects for future-proofing UIProvider API (#9721) | Leif Åstrand | 2012-09-24 | 1 | -7/+10 |
| | |||||
* | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 1 | -8/+8 |
| | |||||
* | Tweak UIProvider API based on review (#9443) | Leif Åstrand | 2012-09-11 | 1 | -2/+2 |
| | |||||
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Remove Application from UIProvider API (#9402) | Leif Åstrand | 2012-09-06 | 1 | -4/+3 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 1 | -5/+5 |
| | |||||
* | Change LegacyApplication to be a UIProvider (#9402) | Leif Åstrand | 2012-09-05 | 1 | -21/+14 |
| | |||||
* | Move UI class info querying to UIProvider (#9402) | Leif Åstrand | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | Rename UIProvider.instantiateUI -> createInstance (#8159) | Leif Åstrand | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | Remove @EagerInit (#9445) | Leif Åstrand | 2012-08-31 | 1 | -2/+1 |
| | |||||
* | Refactor UI bootstrap (#9443) | Leif Åstrand | 2012-08-31 | 1 | -17/+27 |
| | |||||
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 1 | -0/+89 |