summaryrefslogtreecommitdiffstats
path: root/uitest/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused imports (#10330)Ahmed Ashour2017-11-212-4/+0
* Update testbench version (#10336)Guille2017-11-201-24/+0
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-101-7/+16
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-6/+121
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-071-1/+7
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0121-270/+96
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-3110-31/+38
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-0/+38
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+49
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-273-8/+8
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-263-6/+7
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-2/+2
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-235-27/+199
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-201-0/+24
* Improve role usage in grid (#10206)Knoobie2017-10-201-1/+9
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2024-124/+154
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-202-2/+2
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-15/+12
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-201-0/+76
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-161-0/+64
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-128-20/+21
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-0/+41
* Add aria-rowcount to grid (#10167)Knoobie2017-10-112-0/+147
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-103-6/+3
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-101-2/+27
* Fix typos (#10124)Ahmed Ashour2017-10-049-27/+27
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-041-0/+50
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03431-2376/+2743
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-1/+0
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-293-13/+3
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-281-0/+204
* Update browser version test for Chrome 61 (#10098)Henri Sara2017-09-271-1/+1
* Fix typos (#10095)Ahmed Ashour2017-09-273-3/+3
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-0/+49
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-271-0/+5
* Implement error level on client side (#9817)Adam Wagner2017-09-272-2/+162
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-262-0/+64
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-251-0/+36
* Fix typos (#10071)Ahmed Ashour2017-09-251-2/+2
* Construct array inline (#10068)Ahmed Ashour2017-09-2317-37/+37
* Fix javadoc references (#10067)Ahmed Ashour2017-09-235-22/+0
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-4/+0
* Replace CRLF with LF (#10062)Henri Sara2017-09-221-34/+34
* Replace tabs with spaces in Java filesHenri Sara2017-09-221-3/+3
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-216-13/+13
* Remove unused methods (#10020)Ahmed Ashour2017-09-203-17/+0
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-0/+43
* Use simple class namesAhmed Ashour2017-09-201-1/+1
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-0/+57