Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 1 | -162/+0 |
| | | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda | ||||
* | Remove all unnecessary semicolons reported by Eclipse | Leif Åstrand | 2014-03-21 | 1 | -1/+1 |
| | | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f | ||||
* | Prevent double encoding problems when URI fragment contains special ↵ | Johannes Dahlström | 2013-04-19 | 1 | -7/+25 |
| | | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155 | ||||
* | Kickstart navigation automatically after UI.init(), remove ↵ | Johannes Dahlström | 2012-11-22 | 1 | -2/+0 |
| | | | | | | Navigator.navigate() (#9549, 10239) Change-Id: I3537eb8f289e75234d6a292636019429967280c3 | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 1 | -6/+10 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Add Page.getLocation() (#9249) | Johannes Dahlström | 2012-10-05 | 1 | -1/+2 |
| | | | | | | | | | | * 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 WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | Add a means to handle missing views in Navigator (#9060) | Johannes Dahlström | 2012-09-20 | 1 | -0/+11 |
| | |||||
* | Bind Navigator to a UI (#9550) | Johannes Dahlström | 2012-09-19 | 1 | -2/+3 |
| | |||||
* | Rename isViewChangeAllowed()/navigatorViewChanged() to ↵ | Johannes Dahlström | 2012-09-11 | 1 | -2/+2 |
| | | | | beforeViewChange()/afterViewChange() (#9511) | ||||
* | TestBench test for Navigator | Johannes Dahlström | 2012-09-06 | 1 | -0/+129 |