| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Change-Id: Id9bd6ae389c4aa5a857f33b57ba087420ba79ce7
|
|
|
|
|
|
|
| |
* Cope with createRenderer not being run deferred
* Update test to not assume there's a selection column
Change-Id: Ic6f053d2ef76d7227eb9ca00b960629e34ae380c
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java
shared/src/com/vaadin/shared/util/SharedUtil.java
Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513
|
| |
| |
| |
| | |
Change-Id: Iac3611a346f5ff749a78c227a5c6775125270659
|
| |
| |
| |
| | |
Change-Id: I3846bea13444afbb72b54eaf8808273f88dddee1
|
| |
| |
| |
| | |
Change-Id: I38acc3c6cfbe66ac9e9ce246accbb9a0b058dddb
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Do not spam focus/blur events to the server
* Receive focus blur events no matter which constructor is used
* Run test on all browsers
Change-Id: I7d548397e6df3a375f9263c695a53c801d9c5c4a
|
| |
| |
| |
| | |
Change-Id: I640d491c38c3fbd083a955669ec58ce294f158c4
|
| |
| |
| |
| | |
Change-Id: Ie17e0621400c3397dc19b386974e231b6f82944c
|
| |
| |
| |
| | |
Change-Id: I9d4243fa6f91ba5bc3449d0a3ec24f209e6360e6
|
| |
| |
| |
| |
| |
| | |
The size break points are now parsed again when the theme is changed
Change-Id: Ic1583926942966fda29025e4cf2d7298691189f9
|
| |
| |
| |
| | |
Change-Id: Ie850614b8ef68996da5e4fb07a86235f536cb547
|
| |
| |
| |
| | |
Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea
|
| |
| |
| |
| | |
Change-Id: Icd51c52d2c93b71d25b938d03c827b2da5d8527c
|
| |
| |
| |
| | |
Change-Id: Ifeac12d4124a4a7e5d0c143ff5c0590a2c98509d
|
| |
| |
| |
| | |
Change-Id: Id1197d5e0b583fce13eacbb18f9891543f07c94c
|
| |
| |
| |
| | |
Change-Id: I47868ff8b139ffc8c3c95ee6cafa95b76be67914
|
| |
| |
| |
| | |
Change-Id: Icc25e5727880baa9dceba3394522b3c5b3a4314f
|
| |
| |
| |
| | |
Change-Id: Ibd33a7258188bd2ce6c203df0bff6053742a3f63
|
| |
| |
| |
| |
| |
| |
| | |
Some column changes in Grid were not correctly handled by the
RpcDataProviderExtension. These cases are now correctly handled.
Change-Id: I966b1c71d26e77e30e7dd84f26ab9704bd4f1f0f
|
| |
| |
| |
| |
| | |
Grid's ProgressBarRenderer uses that style by default.
Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
|
| |
| |
| |
| | |
Change-Id: Id5367b7b1ef4b7dbabfd58902ac6134222e641ba
|
| |
| |
| |
| | |
Change-Id: Ie1adc9a456b750c7cc5c55620ad5364c7e4f1984
|
| |
| |
| |
| |
| |
| |
| |
| | |
Refactor existing functionality without functional changes to make it
easier to add support for the @BackgroundMessage annotation added in a
separate commit.
Change-Id: I27454ba44af4b7b3b7beccf29b12e22bf9f75a86
|
|\|
| |
| |
| | |
Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Benchmarked with the "Set 40 panels as content" action in
BasicPerformanceTest. This is really a worst case scenario since it
doesn't do anything else than create lots of components, whereas more
common use cases would spend more time updating existing components or
executing business logic instead.
Without this patch, each action spent about 6 ms creating reference
diffstate values, making up about 20% of the total processing time. With
the patch applied, the time (including the new map lookup) was reduced
to around 0.2 ms and the total processing time was also reduced
accordingly.
Change-Id: If22a73b591b87793c78cb360bcfa8e030f003730
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
while #7868 is supposed to solve the overall issue, this solves a big
part of the upgrade + cached files issues quickly.
When I use vaadin themes, I have control over how they are included, so
I can add a vaadin version number to it. For the default JS I cannot.
Change-Id: Ica1cddee417946aa32116eb09882a3dc6c2924a6
|
| |
| |
| |
| | |
Change-Id: I75eb3dbbbd1dc3477143bab278429829e8b7205d
|
| |
| |
| |
| | |
Change-Id: I1b0fc70632d82e7a656cdc61f00a75dda3cc316c
|
| |
| |
| |
| | |
Change-Id: I1e03bfd1b4eff77e920208892f030582ff877d78
|
| |
| |
| |
| |
| |
| | |
Changed "it's" to possesive "its".
Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Renamed tests to *Test and *TestBase.
- Removed obsolete @Ignore annotations.
- Split some design tests into smaller ones.
Change-Id: I8e2a7d73ef620e584777c1e8e701917c0f69f876
|
| |
| |
| |
| | |
Change-Id: I29bf746c3100df15bb04cc03b28ae64db4c5f987
|
| |
| |
| |
| | |
Change-Id: I9a4904fc433e06443a2a68480361df8b2c1f68c9
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit f50b07abc784ae54af4ce7609d49013319eca57a.
- the same issue is solved by https://dev.vaadin.com/review/#/c/4459/8
Change-Id: I6807fd48fd36791a9214d2223cabc6d4322bcba7
|
| |
| |
| |
| | |
Change-Id: I04b0ce4b2a46179d6eeb76d6cca891124cb00804
|
| |
| |
| |
| | |
Change-Id: Ic8f29163442a1476406a1f2b617a4ecaf577ba93
|
| |
| |
| |
| |
| |
| |
| |
| | |
Make the InvocationHandler used by the DeploymentConfiguration proxying
feature serializable. Also make findDeploymentConfiguration static to
avoid serializing an ApplicatinRunnerServlet instance.
Change-Id: I360276ae42a875e9227df34e8aabf8ce2a697bc2
|
| |
| |
| |
| |
| |
| | |
Unit tests are now run for *Test.java and *Tests.java.
Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909
|
| |
| |
| |
| | |
Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6
|
| |
| |
| |
| | |
Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
|
| |
| |
| |
| | |
Change-Id: I9c4f210e29d14db29ea75b172f9b017f91b8bc7c
|
| |
| |
| |
| | |
Change-Id: Ib7df1d7697d82fce30caf384e8aa173c9cc45d08
|
| |
| |
| |
| | |
Change-Id: I58748499c87d470e70304d882d3227cda5803481
|
| |
| |
| | |
Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61
|
| |
| |
| |
| | |
Change-Id: I3741b8a44f7b02fe0dceaa4c7b59b1830c36a2be
|
| |
| |
| |
| | |
Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052
|
| |
| |
| |
| | |
Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
|
| |
| |
| |
| | |
Change-Id: I3ff005081a982f60e65adb23af0f55dbd6baeaa4
|
| |
| |
| |
| |
| |
| |
| |
| | |
* SortNotifier.removeSortistener -> removeSortListener
* DisabledGridClientTest now extends GridBasicClientFeatures
* GridServerRpc.selectionChange -> select
Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09
|