summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Refactor BrowserPopupOpener API (#10241)"Artur Signell2012-11-232-8/+8
|\
| * Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-232-8/+8
| | | | | | | | | | | | | | | | * Rename BrowserPopupOpener to BrowserWindowOpener * Rename setPopupName -> setWindowName * Rename BrowserPopupUIProvider -> BrowserWindowUIProvider * Make BrowserWindowUIProvider a private static inner class Change-Id: Id839b274762424bb50fe3590d7cd1187e92baa6c
* | Merge "Set bootstrap error using innerHTML instead of document.write (#9735) ↵Johannes Dahlström2012-11-231-0/+26
|\ \ | | | | | | | | | * Also remove the testbench hook so waitForVaadin can continue * Add automatic test"
| * | Set bootstrap error using innerHTML instead of document.write (#9735)Leif Åstrand2012-11-231-0/+26
| | | | | | | | | | | | | | | | | | | | | * Also remove the testbench hook so waitForVaadin can continue * Add automatic test Change-Id: I6a6e53f23af9746f33977dfdb3768870956943f2
* | | Refactor Extension API (#10337)Leif Åstrand2012-11-232-2/+2
|/ / | | | | | | Change-Id: Ib16ffceb8dce235b59848c55e59407074e7d5bda
* / Update value when field/label local changes (#8192)Artur Signell2012-11-221-1/+4
|/ | | | Change-Id: Ifbb426f7aee107db0be555c5ab1ef0b5f4948e5e
* Account for that converter can modify value (#8191)Artur Signell2012-11-221-0/+62
| | | | Change-Id: Iee81b46c985bbb37b98d23433e42d8d007c30d6a
* Kickstart navigation automatically after UI.init(), remove ↵Johannes Dahlström2012-11-221-2/+0
| | | | | | Navigator.navigate() (#9549, 10239) Change-Id: I3537eb8f289e75234d6a292636019429967280c3
* Fixed tab index handling in slider (#10315)Artur Signell2012-11-222-16/+37
| | | | Change-Id: I84611b5cc0a4f8520d1013562ba650f1f92663c4
* Updated test for #10315Artur Signell2012-11-221-9/+189
| | | | Change-Id: I50f9572e2becb1e8abba82716a59aa373073ef4d
* Fixed tab index handling in broken components (#10315)Artur Signell2012-11-222-0/+335
| | | | Change-Id: I27a1a3541886b126f0798f4d25ae6d22df81aa79
* Fixed compilation error caused by class hierarchy changesArtur Signell2012-11-211-6/+1
| | | | Change-Id: I321082dec7678d05741ea9e6ea241b5ecf074fd1
* Remove AddonContext (#10254)Leif Åstrand2012-11-214-67/+62
| | | | Change-Id: I12d3075a4808b004d7b891d1c4092131fa7cb1a2
* Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-211-1/+0
|\
| * Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-211-1/+0
| | | | | | | | Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-216-11/+144
|/ | | | | | | | | | | | * Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework. * Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler. * Changed ErrorEvent to be a class as all other events in the framework * Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency * Unified error handling in AbstractCommunicationManager * Unified error handling in VaadinServlet and VaadinPortlet * Removed superfluous ErrorEvent implementations (#10232) Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1
* Merge "Reomove DynamicConnectorResource (#10227)"Artur Signell2012-11-214-124/+56
|\
| * Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-214-124/+56
| | | | | | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827
* | Global code cleanupLeif Åstrand2012-11-2128-49/+84
|/ | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Add shorthands for locking the session (#10225)Leif Åstrand2012-11-214-12/+12
| | | | Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
* Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-211-2/+0
| | | | Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-204-4/+8
| | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-203-0/+158
|\
| * Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-193-0/+158
| | | | | | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
* | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-207-7/+7
| | | | | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
* | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-205-10/+10
| | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵Johannes Dahlström2012-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | for longer than the session timeout * Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252) * Close the whole session at the same time as well * Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253) * Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253) * Rename UI lastHeartbeatTime to lastHeartbeatTimestamp * Show "Session Expired" notification when a heartbeat fails because of this Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6
* | Changed SystemMessagesProvider parameter into object (#10226)Artur Signell2012-11-192-0/+142
|/ | | | Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980
* Fix NPE when removing FileDownloader (#10198)Artur Signell2012-11-192-1/+71
| | | | Change-Id: I2423e3fbe88becfd76ed17c15d911d9253bf6e35
* Fix renamed classLeif Åstrand2012-11-191-2/+2
| | | | Change-Id: I90e66d440666480d558f83cb7e5277c10ed6177b
* Handle canceled or ignored XHR requests after beforeunload (#8891)Leif Åstrand2012-11-191-0/+116
| | | | | | * Not automatically testable as it depends exact timings Change-Id: I53bccce675520ab2c7bb007766546b4cd3fe6e53
* Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-192-0/+168
| | | | | | | * Also change default screen width and height in WebBrowser to -1 for consistency * Test for reading browser details in UI.init Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1616-37/+37
| | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-161-1/+1
| | | | Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19
* Merge "Made PopupView work with TB again and fixed test (#10187)"Artur Signell2012-11-141-4/+4
|\
| * Made PopupView work with TB again and fixed test (#10187)Artur Signell2012-11-141-4/+4
| | | | | | | | Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489
* | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-1445-158/+276
|\ \ | |/ |/|
| * Remove Window.addComponent() (#2924)Henri Sara2012-11-1445-158/+276
| | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* | Fix test: Window is not a ComponentContainer (#2924)Henri Sara2012-11-141-2/+1
|/ | | | Change-Id: Id126f12e764672f6d360b613b9169b002e73ae96
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-1491-451/+732
| | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* UI based on AbstractBasicComponentContainer (#2924) - make test compileHenri Sara2012-11-141-4/+1
| | | | Change-Id: Ieef4c133ac5f6601f6e3f0780cb383bbe4fa4f49
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-1342-109/+179
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Made test compatible with overlay containerArtur Signell2012-11-131-4/+4
| | | | Change-Id: I2774fc044690b30d83b178b9080e78dda2ed2d02
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-133-3/+3
| | | | Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵Johannes Dahlström2012-11-137-42/+42
|\ | | | | | | Fragment (#10141)"
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-137-42/+42
| | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* | (#10180) Moved positioning from onStateChanged to ↵Mikael Grankvist2012-11-132-0/+111
|/ | | | | | onConnectorHierarchyChange. Added test. Change-Id: Iccd290a8e2be165207abe1b4805ec992d24bad0d
* (#9924) Moved hierarchy code and fixed popup view to not be a ↵Mikael Grankvist2012-11-131-8/+7
| | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
* Fixed row focus not removed when selecting rows in Table #10036John Ahlroos2012-11-121-0/+52
| | | | Change-Id: Ie9089d7d35e8c3d27f93938141c0378816e4f48e
* Merge "Rename Application.getRootConnector to getUIConnector (#10158)"Marc Englund2012-11-091-5/+5
|\