summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-0/+118
| | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-302-13/+13
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Merge "Added selector to ensure styles apply (test fix only)"Marc Englund2012-11-301-4/+4
|\
| * Added selector to ensure styles apply (test fix only)Artur Signell2012-11-291-4/+4
| | | | | | | | Change-Id: Ibb7c87ffff2e85bdc06af5397f31159c7a1588f1
* | Merge "Made session reinitializing work again (#10411)"Leif Åstrand2012-11-301-3/+12
|\ \
| * | Made session reinitializing work again (#10411)Artur Signell2012-11-291-3/+12
| |/ | | | | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059
* / UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-302-0/+101
|/ | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-292-0/+85
| | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5
* Merge "Add fragment and parameter support to BrowserWindowOpener (#10093)"Henri Sara2012-11-291-3/+23
|\
| * Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-291-3/+23
| | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23
* | Fixed tooltip handling for TreeTable (#9088)Artur Signell2012-11-292-0/+385
| | | | | | | | Change-Id: I9e4ae2ae4a040de795121db359d930ccda115f62
* | Fixed tooltip handling for Table (#9088)Artur Signell2012-11-292-14/+428
|/ | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-293-2/+15
|\
| * Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-263-2/+15
| | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* | Merge "Fixed Table to actually use converter from factory (#10408)"Leif Åstrand2012-11-292-0/+133
|\ \
| * | Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-282-0/+133
| | | | | | | | | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426
* | | Merge "Moved setVisible dirty logic to AbstractComponent where it belongs ↵Leif Åstrand2012-11-282-0/+107
|\ \ \ | | | | | | | | | | | | (#10414)"
| * | | Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-282-0/+107
| |/ / | | | | | | | | | Change-Id: I05f8b739e862c3dd4a52492f2df41862bacd3ce4
* / / Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-282-4/+124
|/ / | | | | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12
* | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵Pekka Hyvönen2012-11-286-0/+574
| | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7
* | Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-282-0/+190
| | | | | | | | Change-Id: Id6a0b23efb500d2c94bd696cc6eebfe5b5ffd60b
* | Merge "Updated some tutorials"Leif Åstrand2012-11-2714-20/+523
|\ \
| * | Updated some tutorialsjohan2012-11-2714-20/+523
| | | | | | | | | | | | Change-Id: I5c59b2d08b2b811020c1fca7420eefd740dbe01a
* | | Fixed Window to support empty content (#10325)Artur Signell2012-11-272-0/+53
| | | | | | | | | | | | Change-Id: I90a5f4e4011452f07e4bea2cef2207ad8635cd31
* | | Merge "Fixed typo in test causing test failures"Henri Sara2012-11-271-1/+1
|\ \ \
| * | | Fixed typo in test causing test failuresArtur Signell2012-11-261-1/+1
| | |/ | |/| | | | | | | Change-Id: Idc2fa9a72348b152b52605a9e97df4bd5079a43f
* | | Removed hostname from testArtur Signell2012-11-271-1/+1
| |/ |/| | | | | Change-Id: I98f45718fbfbf03e6e1395de867bc93073ff65eb
* | Merge "Fixed test issue (not updating component)"Leif Åstrand2012-11-271-0/+1
|\ \
| * | Fixed test issue (not updating component)Artur Signell2012-11-271-0/+1
| |/ | | | | | | Change-Id: I9644335f7ef71da0e0c1a14137e6eb8d88d23b3d
* / Fix resize of a Window with a single component (#10375)Artur Signell2012-11-261-0/+27
|/ | | | Change-Id: I04d2d39b61ee5fb841511dd23d6f674089cff916
* Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-261-7/+15
| | | | | | | * Refactor ApplicationRunnerServlet UIProvider to avoid indirect reference through anonymous inner class Change-Id: Ie4148e633192b1940ba82edbd26fbbc0cc2c4da3
* Merge "Allow JavaScriptConnectors to get unRegister events (#9292)"Marc Englund2012-11-233-1/+27
|\
| * Allow JavaScriptConnectors to get unRegister events (#9292)Leif Åstrand2012-11-233-1/+27
| | | | | | | | Change-Id: Ie9e11810df6484e34d3895be175d6a180911252f
* | Do not build field for Address to avoid conversion problemsArtur Signell2012-11-231-1/+3
| | | | | | | | Change-Id: Ib168032668d6115e955e87cade397a6c9e31a3c3
* | Defer session closing until the end of a request like with UIs (#10252)Johannes Dahlström2012-11-231-1/+1
| | | | | | | | Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034
* | Refactor heartbeat handling and inactive UI/session closing (#10252)Johannes Dahlström2012-11-232-12/+14
| | | | | | | | | | | | | | | | | | * Package-private VaadinService.cleanupSession() handles these, called from VaadinServlet and VaadinPortlet at the end of a request * UI detach() called when removing from the session (#9755) * UIs can be explicitly closed; UIs marked as closed are removed at the end of the request (#10249) * Remove UI cleanup events and listeners in favor of detach events (#10251) Change-Id: I1f994c43bd2fc5fe7f99f7152c9db35927235291
* | Remove server-side RpcManager interface (#10302)Leif Åstrand2012-11-231-1/+1
| | | | | | | | Change-Id: Id693f49d68d4daa6bd8cbe6b1b1a6553fc988c75
* | 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