aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-172-0/+217
| | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-177-195/+0
| |/ |/| | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16
* | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-161-0/+14
| | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc
* | Refactor declarative tests.Mika Murtojarvi2015-04-1636-2391/+821
|/ | | | | | In addition, duplicate tests are removed. Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08
* Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-142-1/+112
| | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f
* Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-143-4/+352
| | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4
* Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-143-0/+212
| | | Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39
* Add declarative OptionGroup support (#15549)patrik2015-04-141-0/+160
| | | Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-131-0/+9
| | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* Add getter for local id #17444John Ahlroos2015-04-131-0/+10
| | | | Change-Id: I0007bdf111bf516cb9e2f244b63fde42213f5c98
* Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-131-21/+38
| | | | | | <v-tree> elements may now contain a hierarchy of <node> elements. Change-Id: I6b1703aa4ec598cf0b3a6221f615727efbcbf0ad
* Fix writing of child local ids in AbsoluteLayout (#17421)Johannes Dahlström2015-04-131-0/+56
| | | | Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34
* Fix declarative support for Grid basic properties (#16596)Johannes Dahlström2015-04-101-0/+69
| | | | Change-Id: I8b15ecb2eaff2dc5c8986473a7badbbd29432dda
* Fix GridLayout declarative support (#16594)Teemu Suo-Anttila2015-04-102-8/+209
| | | Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff
* Refactor declarative tests for two components.Mika Murtojarvi2015-04-106-768/+254
| | | | Change-Id: I7e1992fe8fc88bd0d34a4b7d3b945bc4ef68fd7e
* Fix DeclarativeTestBase handling of nonpublic accessors (#17425)Johannes Dahlström2015-04-091-0/+4
| | | | | | | Bean introspector finds public properties inherited from nonpublic superclasses but their accessor methods are not accessible by default. Change-Id: I3d79f8361c7f9eb9e37d2c7eb7c19965c986cd20
* Add granular declarative margin support (#17190)patrik2015-04-091-0/+104
| | | | Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09
* Fix DeclarativeTestBaseBase to return read component with testReadTeemu Suo-Anttila2015-04-081-2/+4
| | | | Change-Id: Icb916e190c4286c053e9456f65fd7180fb58e2a7
* Fix MenuBar MenuItem caption reading from design (#17361)Teemu Suo-Anttila2015-04-081-1/+61
| | | | Change-Id: I438039ab8ad83bf0b2153939502903571f231bbb
* Allow setting local id via DesignContext (#16584).Mika Murtojarvi2015-04-082-0/+64
| | | | Change-Id: Ie599e8517823ca431d2d9e9232217db53444d7aa
* Fix declarative support for Window (#17314)Johannes Dahlström2015-04-074-10/+201
| | | | Change-Id: If89a46a4c08ec1491eb00a2f2b8580fb3ef785fc
* Enable setResponsive/isReponsive API for AbstractComponent (#17369)patrik2015-04-071-0/+37
| | | | Change-Id: I2fb48bff5e55d3d494d9fa927305447dc0c4d816
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-072-4/+27
| | | | Change-Id: I06f82fe05f3b370af85538c0a85f2e60ee28d72d
* Add test for #17267Johannes Dahlström2015-04-071-0/+19
| | | | Change-Id: I0b9e5c1376176e591cb1e13bfbd9594f54409e56
* Add declarative support for PopupView (#16334)Teemu Suo-Anttila2015-04-071-0/+74
| | | | Change-Id: Ic5fb0238f538fd05bb6d6e37ddff3ec06175f782
* Support JSR-356 websockets (#16738, #14432)Artur Signell2015-04-022-5/+324
| | | | | | | | | | * Initialize Atmosphere in a context listener as JSR-356 requires * Do not run JSR-356 or websocket tests on servers without support * Adds /run-jsr356/ for testing JSR-356 websockets with uitest.war * Change push path to /PUSH (from /PUSH/) to be compatible with JSR 356 endpoint mappings in Atmosphere (#14381) Change-Id: Iec43f26df8c7b2bd347a713623a5298cc9e7b2cd
* Fix declarative support for AbstractColorPicker (#16336)Teemu Suo-Anttila2015-04-011-0/+87
| | | | Change-Id: Icd85e028aa3ae9592fc795cadf00f1f8b7eae552
* Allow customizing declarative tag names (#16933)Leif Åstrand2015-03-311-0/+129
| | | Change-Id: Icadaaab9166763e8e2086c6c114efd799ab580d6
* Fix declarative support for AbstractMedia (#16330 #16331 #16332)Miki2015-03-262-0/+122
| | | | | | | Also fixes HTTPS resource handling (#17267) Contains tests for both Audio and Video. Change-Id: Id4a7325f0d29f6857ff2236757b28b9eb911e39a
* Fix declarative support for MenuBar (#16328)Miki2015-03-261-0/+139
| | | Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771
* Fix Calendar declarative support (#16595)Teemu Suo-Anttila2015-03-261-0/+61
| | | | Change-Id: Ib9a33d6d0fe48e63e5043a84a47375f123eccb58
* SplitPanel should have an event for the splitter being moved (#3855)wodencafe2015-03-261-0/+44
| | | | Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad
* Fix declarative support for DragAndDropWrapper (#16324)Miki2015-03-261-0/+66
| | | | Change-Id: I132e37fe54fb5949748c0e0ec265bd411ff91ce3
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-252-10/+0
| | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
* Fix Declarative support for Slider (#17196)Johannes Dahlström2015-03-241-0/+66
| | | | Change-Id: I5cc390566af38115939416591a549f06e39d3153
* Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-241-0/+96
| | | | | | | | CustomLayout now has a public default constructor. If a template is not set using one of the setters, a warning message is displayed like in the case where the template file is specified but not found. Change-Id: I5d56f24fafc5c82e6ab76dec393a0c25bd78aae5
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-201-3/+13
| | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-201-3/+104
| | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+84
| | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-0/+9
| | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-0/+25
| | | | Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
* Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"Leif Åstrand2015-03-061-41/+0
| | | | | | | | Breaks AppResource404, BrowserFrameIsVisible and FlashIsVisible This reverts commit af6dd56e89db8ea8c88f607c4214abcde50dfc94. Change-Id: I82fc9ef4c9d08dc8aa48e0fa137fae5782701389
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-10/+54
| | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-261-0/+117
| | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-0/+19
| | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* Make push path configurable (#14432).Tapio Aali2015-02-182-0/+10
| | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-171-11/+69
| | | | Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6
* Properly handle null in critical notifications (#16592)Artur Signell2015-02-171-0/+14
| | | | Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-02-131-0/+41
| | | | Change-Id: Ie2cf41f2176d05105663cdb84934379efa826f03
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-0/+74
| | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178