summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed locking issue in testsArtur Signell2013-04-0215-22/+67
* Exclude ColorPickerPreview as it has no no-arg constructorArtur Signell2013-04-021-0/+2
* Fixed locking and cleaned up error handling in FileUploadHandler (#10569)Artur Signell2013-04-021-64/+120
* Fixed locking problem with serviceException (#10569)Artur Signell2013-04-022-35/+56
* Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-0222-177/+333
* Ensure session is locked during cleanup (#10569)Artur Signell2013-04-023-23/+89
* Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-022-10/+147
* Moved request start/end handling to VaadinService (#11400)Artur Signell2013-04-024-126/+94
* Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-312-13/+56
* Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-312-9/+90
* WAI-ARIA button (#11380)michaelvogt2013-03-284-8/+40
* Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)Artur Signell2013-03-281-23/+29
* Verify lock is held while updating VaadinSession or connector state (#9515)Artur Signell2013-03-282-16/+103
* Changed VaadinSession locking to be based on a session attribute (#8894)Artur Signell2013-03-282-29/+208
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-284-2/+188
* Added Page.reload (#10250)Artur Signell2013-03-285-0/+95
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-2728-351/+254
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-274-182/+110
* Fix off-by-one bug preventing all server RPC handlingJohannes Dahlström2013-03-271-1/+1
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-2735-2490/+3364
* Id changed because of id generation for wai-ariaArtur Signell2013-03-261-1/+1
* Added standalone class for creating an addons.scss from Vaadin addons on the ...John Ahlroos2013-03-262-14/+228
* Removed code which calculates size incorrectly (#11395)Artur Signell2013-03-251-4/+0
* Fixed ComponentLocator to be backwards compatibleArtur Signell2013-03-251-3/+11
* Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-222-5/+31
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-226-2/+41
* Moved CSSInjectWithColorpicker to correct packageJohn Ahlroos2013-03-211-1/+1
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-2146-376/+1798
|\
| * Enable a Vaadin applications to be re-initialized if if has been re-added to ...Artur Signell2013-03-202-4/+31
| * Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-03-204-0/+376
| * Disabled TabIndex warning for now (#11325)7.0.3Artur Signell2013-03-191-3/+7
| * Do not run TestRunner as a testArtur Signell2013-03-191-1/+1
| * Updated test to test interactions and to be more stableArtur Signell2013-03-161-7/+20
| * Made test more reliableArtur Signell2013-03-151-14/+59
| * Audio/Video fixes, for #11160 but it was much more broken. Also quite a few b...Marc Englund2013-03-159-26/+225
| * Reattach when wrapping in webkit for correct text flow (#10536)Leif Åstrand2013-03-141-1/+4
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| * Deprecated TestBase to avoid new tests which are LegacyApplicationsArtur Signell2013-03-141-0/+6
| * Ignored test case where Tree memory leak is checked since it cannot be fixed ...John Ahlroos2013-03-141-4/+19
| * Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-144-27/+208
| * Added missing state update on the client side (#11028)Artur Signell2013-03-131-1/+3
| * Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-134-0/+200
| * Test using Opera 12 (#8976)Artur Signell2013-03-131-1/+1
| * Fixed Tree keyboard navigation in Opera 12 (#11183)Artur Signell2013-03-131-1/+1
| * Updated supported browser versions in release notes (#10887)Leif Åstrand2013-03-131-2/+2
| * Fixed header to make checkstyles happy (#11129)Artur Signell2013-03-131-3/+3
| * Ensure nonwrapping textarea has white-space: pre; style (#10536)Leif Åstrand2013-03-131-0/+3
| * Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| * Updated GateIn3 script to work correctly (#11314)Artur Signell2013-03-121-56/+43
| * Unpack all static files for integration tests (#11314)Artur Signell2013-03-121-0/+14