Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 83 | -83/+83 |
| | |||||
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs | ||||
* | Fix TabSheetElement clicks for IE, test tweaks. (#12291) | Anna Koskinen | 2021-05-07 | 1 | -1/+8 |
| | | | | | | | | | | - Backspace navigation hasn't worked in years thanks to new browser standards, removed related tests. Left a test for regular backspace use within a modal window. - Enabled a modal window test for Chrome since it seems to be working now, removed extending of another test class to avoid running the tests twice without any configuration changes. - Adjusted browser width limitation. - Added screenshots. | ||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 83 | -83/+83 |
| | | | | * Update copyright year range. | ||||
* | Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213) | Anna Koskinen | 2021-03-03 | 1 | -4/+0 |
| | | | | | - These plugins cause significant problems for many Windows developers, and since most active maintainers are currently included in that group, the plugins have been deemed more trouble than they are worth. | ||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Use https for Maven repositories (#11668) | Stéphane Nicoll | 2019-07-29 | 1 | -1/+1 |
| | | | | * Use https for Maven repositories | ||||
* | Update Chrome version in Test (#11613) | Zhe Sun | 2019-06-12 | 1 | -1/+1 |
| | | | | | | | | 1) recalculate the offset, as ChromeDriver starts to follow the standard; 2) update screenshots; 3) correct the `click()` call with using coordinates, related to 1) 4) `sendkey()` with using key.modifier adjustment 5) add sleep 6) workaround for mastery failures | ||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Fix ComboBoxElement clear method (#11483) | Sun Zhe | 2019-03-06 | 1 | -2/+7 |
| | | | | | | Explicitly reset the value in case if it was cleared. Ignore the case for selecting a suggestion. Fixes vaadin/testbench#1122 | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Fix small formatting issues (#10960) | Ilia Motornyi | 2018-06-01 | 1 | -3/+2 |
| | |||||
* | Fix ColorPickerElement and ColorPicker test (#10903) | Ilia Motornyi | 2018-05-08 | 1 | -3/+2 |
| | |||||
* | Enable formatting in testbench-api module (#10852) | Ilia Motornyi | 2018-05-02 | 2 | -1/+6 |
| | |||||
* | Add @since 8.4 (#10840) | Ilia Motornyi | 2018-04-20 | 2 | -6/+6 |
| | |||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 1 | -1/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix | ||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Added support for getValue and setValue into TestBench RichTextAreaElement ↵ | Anastasia Smirnova | 2018-04-10 | 1 | -0/+41 |
| | | | | (#10659) | ||||
* | Update empty since tags for 8.4 and 8.3.3 (#10786) | Ilia Motornyi | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 83 | -83/+83 |
| | |||||
* | Fix initially disabled items in RadioButtonGroup (#10719) | Teemu Suo-Anttila | 2018-03-19 | 1 | -0/+10 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 1 | -27/+21 |
| | |||||
* | Use lambda with Handlers (#10229) | Ahmed Ashour | 2017-10-27 | 1 | -3/+2 |
| | | | Also improve naming by replacing one-letter variable names. | ||||
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 1 | -1/+2 |
| | | | Also use "event" as the name for events | ||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 1 | -6/+6 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 5 | -17/+17 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -1/+3 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 4 | -8/+8 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 16 | -40/+40 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -3/+3 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Upgrade maven-dependency and -source plugins | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Fix RadioButtonGroup selection updates to client (#9749) | Teemu Suo-Anttila | 2017-08-02 | 4 | -6/+58 |
| | | | | | | | This patch provides a simple fix for the majority of issues. There are still issues that should be fixes by refactoring parts of the logic in AbstractSingleSelect. This patch does not unify the handling of empty values in the TestBench elements of various AbstractSingleSelects. Fixes #9494 | ||||
* | Update since tags for testbench elements (#9748) | Henri Sara | 2017-07-27 | 8 | -11/+11 |
| | |||||
* | Implement GWT Focusable so tab indexes work correctly in MenuBar (#9733) | Artur | 2017-07-27 | 6 | -13/+100 |
| | | | Fixes #9550 | ||||
* | Add methods for setting the date as an ISO value for date fields | Artur | 2017-06-12 | 3 | -0/+102 |
| | |||||
* | Update since tags for TB elements (#9329)8.1.0.alpha8 | Henri Sara | 2017-05-16 | 6 | -9/+9 |
| | |||||
* | Reset HierarchicalDataCommunicator on changes (#9275) | Aleksi Hietanen | 2017-05-11 | 1 | -0/+18 |
| | | | | | | Reset HDC when encountering unexpected changes in the data. Additionally this patch fixes an issue with client and server caches getting out of sync during resets. |