index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fileToFilesReplacement
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uitest
/
src
/
main
/
java
/
com
/
vaadin
/
tests
/
components
/
table
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup (#12333)
Anna Koskinen
2021-07-08
2
-24
/
+11
*
Fix scrolling problem in table in Chrome 56+ (#12015)
Anna Koskinen
2020-05-19
1
-0
/
+86
*
Table / TreeTable multiselect disabling of touch detection (#12014)
Anna Koskinen
2020-05-19
2
-1
/
+43
*
Making V8 ReadOnly TextField select row in table upon clicking (#11480)
Anastasia Smirnova
2019-03-27
1
-0
/
+54
*
Updating chrome version to 69 in tests (#11182)
Mehdi Javan
2018-09-17
1
-1
/
+6
*
Enable maven formatting for uitest (#10908)
Ilia Motornyi
2018-05-17
29
-209
/
+178
*
Remove old ignored test (#10806)
8.4.0.beta1
Ilia Motornyi
2018-04-11
1
-84
/
+0
*
Remove empty comments (#10789)
Ilia Motornyi
2018-04-05
9
-34
/
+0
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
47
-711
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
38
-38
/
+38
*
Remove unused imports (#10330)
Ahmed Ashour
2017-11-21
1
-1
/
+0
*
Use lambda expressions. (#10268)
Ahmed Ashour
2017-11-01
101
-1624
/
+631
*
Fix end of line comments, which were made by automatic formatter (#10234)
Ahmed Ashour
2017-10-31
1
-2
/
+2
*
Remove redundant interface already implemented by super class. (#10258)
Ahmed Ashour
2017-10-31
2
-3
/
+2
*
Use lambda with Handlers (#10229)
Ahmed Ashour
2017-10-27
1
-19
/
+13
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
4
-59
/
+31
*
Fix typos (#10213)
Ahmed Ashour
2017-10-20
1
-1
/
+1
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
1
-4
/
+7
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
2
-2
/
+2
*
Remove unneeded .toString() (#10141)
Ahmed Ashour
2017-10-10
2
-3
/
+2
*
Use StringBuilder instead of StringBuffer (#10154)
Ahmed Ashour
2017-10-09
1
-1
/
+1
*
Use enhanced for loop for arrays. (#10121)
Ahmed Ashour
2017-10-02
2
-8
/
+6
*
Remove auto-generated comment (#10111)
Ahmed Ashour
2017-09-29
1
-1
/
+0
*
Use interface instead of implementation (#10073)
Ahmed Ashour
2017-09-28
3
-3
/
+4
*
Use single character for StringBuilder.append (#10102)
Ahmed Ashour
2017-09-28
1
-1
/
+1
*
Remove unused @VERSION@
Ahmed Ashour
2017-09-25
1
-1
/
+0
*
Construct array inline (#10068)
Ahmed Ashour
2017-09-23
5
-7
/
+7
*
Add empty line at end of file
Ahmed Ashour
2017-09-23
9
-9
/
+9
*
Update modifier order to follow Java Specification suggestions (#10050)
Ahmed Ashour
2017-09-21
1
-1
/
+1
*
Use String.isEmpty() (#10045)
Ahmed Ashour
2017-09-21
1
-2
/
+2
*
Use simple class names
Ahmed Ashour
2017-09-20
1
-2
/
+2
*
Use String.isEmpty()
Ahmed Ashour
2017-09-19
1
-1
/
+1
*
Fix varargs warnings
Ahmed Ashour
2017-09-13
13
-20
/
+16
*
Fix generics type in test (#9977)
Ahmed Ashour
2017-09-13
1
-1
/
+1
*
Fix making components visible by push (#9934)
Henri Sara
2017-09-06
1
-0
/
+5
*
Fix occasional empty rows in Table and TreeTable (#9800)
Henri Sara
2017-08-09
1
-0
/
+40
*
Correct license location
Ahmed Ashour
2017-03-14
1
-16
/
+0
*
Fix some generics warnings in Eclipse
Ahmed Ashour
2017-03-08
1
-1
/
+1
*
Picked all changes from 7.7
Teemu Suo-Anttila
2017-03-07
1
-4
/
+0
*
Remove tracking of unregistered connectors (#8153)
Aleksi Hietanen
2017-03-07
1
-14
/
+4
*
Use try-with-resources (#8757)
Ahmed Ashour
2017-03-07
1
-5
/
+4
*
Overload AbstarctComponent.setDescription() with content mode parameter (#8252)
Denis
2017-01-20
5
-5
/
+5
*
Clean up SQL container tests. (#8091)
Denis
2016-12-28
3
-282
/
+0
*
Global java code cleanup using Eclipse Neon.1
Leif Åstrand
2016-12-20
12
-15
/
+16
*
Remove usage of Consumer from event listeners (#7985)
Pekka Hyvönen
2016-12-14
1
-2
/
+2
*
VerticalLayout has spacing = true and margin = true by default .
Ilia Motornyi
2016-12-12
4
-6
/
+10
*
Update ValueChange API to use Component and HasValue<>.
Denis Anisimov
2016-10-25
1
-3
/
+3
*
Move all themes except Valo into a new compatibility-themes package
Aleksi Hietanen
2016-10-13
4
-5
/
+6
*
Remove AbstractComponent.immediate
Pekka Hyvönen
2016-10-13
19
-52
/
+4
*
Fix broken tests because of default theme change (Valo).
Denis Anisimov
2016-10-07
1
-2
/
+2
[next]