summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-26162-1863/+831
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-269-19/+19
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-238-32/+303
* Fix typos (#10213)Ahmed Ashour2017-10-202-2/+2
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-202-0/+64
* Improve role usage in grid (#10206)Knoobie2017-10-201-1/+9
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2039-162/+223
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-201-287/+130
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-205-7/+7
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2039-313/+248
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-203-9/+114
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-163-2/+106
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1212-24/+25
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-112-0/+70
* Add aria-rowcount to grid (#10167)Knoobie2017-10-115-1/+255
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-0/+93
* Fix typos (#10158)Ahmed Ashour2017-10-103-6/+9
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1042-107/+86
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-102-2/+32
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-097-9/+9
* Fix typos (#10124)Ahmed Ashour2017-10-0419-63/+67
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-042-0/+100
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03431-2376/+2743
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-1/+1
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0215-66/+58
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-2/+0
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-295-40/+14
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-294-12/+12
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-2926-114/+23
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-282-0/+282
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2831-52/+69
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-16/+16
* Update browser version test for Chrome 61 (#10098)Henri Sara2017-09-271-1/+1
* Fix typos (#10095)Ahmed Ashour2017-09-277-7/+7
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-272-0/+96
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-275-0/+33
* Implement error level on client side (#9817)Adam Wagner2017-09-274-3/+373
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-265-8/+143
* Remove unused @VERSION@Ahmed Ashour2017-09-258-8/+0
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-252-0/+68
* Fix typos (#10071)Ahmed Ashour2017-09-251-2/+2
* Construct array inline (#10068)Ahmed Ashour2017-09-2376-135/+132
* Add empty line at end of fileAhmed Ashour2017-09-2369-73/+69
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2318-37/+0
* Remove unused methods. (#10058)Ahmed Ashour2017-09-224-9/+2
* Replace CRLF with LF (#10062)Henri Sara2017-09-223-175/+175
* Replace tabs with spaces in Java filesHenri Sara2017-09-221-3/+3
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2122-42/+42
* Access static members in a static way (#10054)Ahmed Ashour2017-09-219-23/+22