summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating screenshots (#11190)7.7.15Anastasia Smirnova2018-09-19177-1/+1
| | | Updating screenshots
* 7.7 fix upload test (#11162)Ilia Motornyi2018-09-052-11/+32
| | | | | | | Restore InterruptUploadTest functionality, fix TextChangeEventsTest Fixes #11161
* Add configuration for BrowserStack testing (#11164)Teemu Suo-Anttila2018-09-053-22/+29
|
* Use Chrome for validation buildsTeemu Suo-Anttila2018-09-04563-860/+529
|
* 7.7 new atmosphere, fix tests, remove SSH requirementsIlia Motornyi2018-09-048-53/+138
|
* Run devserver under IDEA via maven target (#11152)Ilia Motornyi2018-08-302-22/+50
|
* Fix build report generation scripts (#11140)Teemu Suo-Anttila2018-08-246-195/+235
|
* Introduce servlet container tests from Vaadin 8 (#11128)Teemu Suo-Anttila2018-08-2470-46/+3718
|
* Add API comparison plugin and profile (#11136)Teemu Suo-Anttila2018-08-242-0/+69
|
* Upade vaadin-parent version (#11135)Teemu Suo-Anttila2018-08-231-1/+1
|
* Add snapshot profile for snapshot releases (#11132)Teemu Suo-Anttila2018-08-221-0/+46
|
* Use maven to run PhantomJS tests (#11121)Teemu Suo-Anttila2018-08-214-124/+102
|
* Fix Chrome version and Chrome border width in tests (#11119)eriklumme2018-08-212-3/+2
|
* Empty sinces for 7.7.14 (#11114)7.7.14Olli Tietäväinen2018-08-159-15/+15
|
* Compensate for Grid editor moving out of sync horizontally. (#11092)Anna Koskinen2018-08-133-2/+110
| | | Fixes #10998
* Change documentation code samples to produce expected output (#11093)nenad2018-08-091-7/+12
|
* Fixed typo (#11073)Ilia Motornyi2018-07-201-1/+1
|
* Fix removal tabsheets if last one is selected (#11074)Ilia Motornyi2018-07-191-1/+1
| | | | | Backport #11070 Related to #10925
* Fix initially selected CheckBox rendering in Safari (#11047)Olli Tietäväinen2018-07-181-0/+23
|
* Add xsrf token header if cookie is present (#11040)Ilia Motornyi2018-07-183-100/+124
| | | Fixes #9471
* Memory leak fix in ConnectorTracker (#10743)doggy-dev2018-07-172-1/+6
| | | | | When finished with upload, streamVariable should be disposed. Now StreamVariable is removed also from streamVariableToSeckey. https://github.com/vaadin/framework/issues/10695 #10695
* Fix validation build to work with new build agents (#11054)Teemu Suo-Anttila2018-07-172-0/+3
|
* Update GWT fork version (#10992)Gilberto Torrezan2018-06-191-1/+1
|
* Remove unused class (#10990)Ilia Motornyi2018-06-191-189/+0
| | | | * Remove unused class
* Add fallback resolvers for CurrentInstance (#10974)Gilberto Torrezan2018-06-133-2/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fallback resolvers for CurrentInstance This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it. * Make the setting of CurrentInstanceFallbackResolvers protected * Remove the default constructor. Improve test. * Made setFallbackResolver public again * Rename the method to defineFallbackResolver, and make it throw when a type is used twice * Make the method thread-safe * Make the method thread-safe in a Java 6 way * Thread safety with ConcurrentHashMap API instead of just Map * Improve test with fake classes. * Clear the test state after it has been run.
* Fix MultiSelectionRenderer right-click exception (#10945)Ilia Motornyi2018-05-231-3/+1
| | | Related #10942
* Open methods to allow custom static file serving logic (#10910)Gilberto Torrezan2018-05-111-2/+6
| | | | | | | | * Open methods to allow custom static file serving logic The methods serveStaticResources and serveStaticResourcesInVAADIN have been changed from private to protected to allow subclasses to change how static files are served.
* Added possibility to add listener for connectorMarkedDirty (#10876)Gilberto Torrezan2018-05-074-3/+331
|
* Update V7 Docs community articles (#10637)KatriHaapalinna2018-05-0730-83/+3246
|
* Documentattion: Fix asciidocs headings H1 (#10883)Ilia Motornyi2018-05-0434-68/+34
|
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-282845-15273/+2104
|
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-069-53/+338
|
* Update broken link for parking app (#10525)Pekka Hyvönen2018-01-301-4/+1
|
* Fix removeUI assertions to work with proxy UIs (#10575)Teemu Suo-Anttila2018-01-291-2/+4
|
* Fix scrolling problem in table in Chrome 56+ (#10492)Artur2018-01-054-0/+125
| | | | | | | | * Fix scrolling problem in table in Chrome 56+ Fixes #8707 * Remove commented code
* Add missing since tag to new method (#10458)7.7.13Adam Wagner2017-12-211-0/+1
| | | | * Add missing since tag to new method
* Prevent killing UI if heartbeats are pending (#10371) (#10450)Olli Tietäväinen2017-12-203-5/+127
| | | | | | | | * Prevent killing UI if heartbeats are pending (#10371) Fixes #9663 * fixed Java 1.8 syntax -> 1.6
* Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)Anna Koskinen2017-12-203-0/+340
| | | | * Ensure Upload is properly reset after an upload is interrupted (#9635)
* Fix grid details height calculation issue (#10453)Adam Wagner2017-12-206-3/+188
|
* Fix column width resize event firing when mode is SIMPLE (#10452)Adam Wagner2017-12-192-2/+40
|
* Use new validation screenshots (#10444)Teemu Suo-Anttila2017-12-151-0/+0
|
* Add disclaimers about performance to TreeTable (#10381)Teemu Suo-Anttila2017-11-292-1/+111
|
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-135-8/+27
| | | | | | * added missing javadocs and since tags * fix formatting of javadocs
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-136-28/+236
| | | | | | | | | | | | * Make focus circulate in modal dialog to improve accessibility (#10260) Make focus circulate in modal dialog to improve accessibility * Backport window order event * Correct since tag * Correct copyright header
* hand-picked fix to #5043 combobox suggestion popup on scroll (#10307)Olli Tietäväinen2017-11-133-9/+112
| | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup
* Set no-store headers on UIDL messages (#10308)Olli Tietäväinen2017-11-131-3/+9
| | | | UIDL might contain sensitive information that we should prevent from being stored anywhere.
* GWT upgradeOlli Tietäväinen2017-11-101-1/+1
|
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-1010-27/+74
|
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-1013-18/+148
| | | Add findWidget() method to accept non exact matches.
* Support null intermediate properties in NestedMethodProperty (#10085)Vassil Zorev2017-10-042-0/+9
| | | Ignore null intermediate properties in setValue().