]>
source.dussan.org Git - vaadin-framework.git/log
Anna Koskinen [Wed, 12 Nov 2014 14:13:01 +0000 (16:13 +0200)]
Embedded ThemeResource should react to theme change (#15194)
Change-Id: Ied78a8c999e592a944c27138e179c37a31a0af54
Denis Anisimov [Tue, 20 Jan 2015 07:20:29 +0000 (09:20 +0200)]
Button icon 'icon-align-top' style correction (#15140).
Change-Id: I16bc415596431340e4e4d1944b3927dc3fd6cd96
Leif Åstrand [Sat, 10 Jan 2015 13:38:24 +0000 (15:38 +0200)]
Don't rely on broken JsonValue.jsEquals semantics (#15508)
This implementation also happens to be slightly faster becasue because
the object and array comparisons does not dump the values into native
representations before comparing. The difference is about 2 ms per
action when setting 40 panels in BasicPerformanceTest. This represents
about 5% improvement in a quite synthetic case.
Change-Id: I6319e268b7155e1123457437d81021296728a386
Sauli Tähkäpää [Mon, 19 Jan 2015 16:31:00 +0000 (18:31 +0200)]
Fix NotificationDelayTest for IE8 and Chrome. (#14689)
Change-Id: I3f92722ce9832ec2b748f2bf20477244597a8912
Sauli Tähkäpää [Mon, 19 Jan 2015 20:24:30 +0000 (22:24 +0200)]
Fix CalendarWeeklyViewNewEventsTest. (#15408)
Change-Id: I9b957f5f164fde388abce50be3285159fb50e66e
Sauli Tähkäpää [Mon, 19 Jan 2015 20:21:32 +0000 (22:21 +0200)]
Fix runo_theme_test. (#15408)
Change-Id: I9db380090d5b4500c1574b6d98d0d278a0e53816
Sauli Tähkäpää [Mon, 19 Jan 2015 20:19:07 +0000 (22:19 +0200)]
Fix reindeer_theme_test. (#15408)
Change-Id: I6cdcdfbb01b41fbc9399c644fedebe758ac3a7f4
Sauli Tähkäpää [Mon, 19 Jan 2015 20:16:45 +0000 (22:16 +0200)]
Fix liferay_theme_test. (#15408)
Change-Id: I460f287cbafe530e1d21cb2da24ed3d64b12f2d9
Sauli Tähkäpää [Mon, 19 Jan 2015 20:14:20 +0000 (22:14 +0200)]
Fix chameleon_theme_test. (#15408)
Change-Id: I30338df3601968cb04dcd717489a74b5abc80bec
Sauli Tähkäpää [Mon, 19 Jan 2015 20:10:09 +0000 (22:10 +0200)]
Fix base_theme_test. (#15408)
Change-Id: Ib7b0572f0131f97f849d6d47acf3ffdf1edd1cc7
Sauli Tähkäpää [Mon, 19 Jan 2015 19:45:47 +0000 (21:45 +0200)]
Fix SubWindowOrderTest. (#15408)
Change-Id: Idd2e5b2a910488d157e113fd58492bae6c8f3b2d
Sauli Tähkäpää [Mon, 19 Jan 2015 19:31:20 +0000 (21:31 +0200)]
Fix WindowWithInvalidCloseListenerTest. (#15408)
Change-Id: Iddf8843134b7753b22a2a4cdbcc481b7b7b7134f
Sauli Tähkäpää [Mon, 19 Jan 2015 19:22:57 +0000 (21:22 +0200)]
Fix WindowMaximizeRestoreTest. (#15408)
Change-Id: I74d5255ee5efddfa1329483f9fc01115280eda8f
Sauli Tähkäpää [Mon, 19 Jan 2015 19:09:34 +0000 (21:09 +0200)]
Fix CloseSubWindowTest. (#15408)
Change-Id: Ia4f699dfdfd6928f9a0e0211192df8a5d17d80c2
Sauli Tähkäpää [Sat, 17 Jan 2015 19:34:21 +0000 (21:34 +0200)]
Hide input field from clicking for immediate upload in Valo. (#15404)
Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
Sauli Tähkäpää [Fri, 16 Jan 2015 21:19:06 +0000 (23:19 +0200)]
Update text value also with timer triggered text change events. (#16270)
Change-Id: I0e074c1ac47cb469a34a5c90533ca0dcfaf2e7e1
Sauli Tähkäpää [Fri, 12 Dec 2014 09:14:23 +0000 (11:14 +0200)]
Fix maximized window ordering. (#15360)
Change-Id: Ic994d4e5d74ddc2a554311110640b84bc2e9c802
Leif Åstrand [Thu, 1 Jan 2015 09:26:17 +0000 (11:26 +0200)]
Only split CssLayout styles at the first : character (#15490)
Change-Id: Ifa5f3d3d583d6d32a50b69b3b59b141829293b37
Sauli Tähkäpää [Fri, 26 Dec 2014 11:34:49 +0000 (13:34 +0200)]
Determine window header margin size depending on visible buttons.
(#15408)
Breaking changes: maximizebox and closebox are moved inside outerheader
element.
Change-Id: I909e3a012a632461ab20d51fab37602b1b6ceb12
Sauli Tähkäpää [Thu, 18 Dec 2014 07:46:51 +0000 (09:46 +0200)]
Add archetype validation scripts.
Change-Id: Ie84eda1120b9b91fc3289961e134a567fcbdbd52
Alexey Fansky [Fri, 9 Jan 2015 20:06:00 +0000 (12:06 -0800)]
Updating table size if set to undefined (#15384)
Change-Id: Ie21f1078cd25b859c5a3dcc4ca6db3d048bbdf42
Anna Miroshnik [Thu, 11 Dec 2014 10:50:51 +0000 (13:50 +0300)]
ComboBox: programmatic value reset breaks dropdown (#13217)
Change-Id: I6f749ab0788324d24e1e7451183ec9f0ff8ed5ba
Denis Anisimov [Sun, 2 Nov 2014 11:11:09 +0000 (13:11 +0200)]
ICON_ONLY mode should not show icon row header for TreeTable (#14799).
Change-Id: If854186547e3d7b8e67710113ec6754bc84ace2f
Leif Åstrand [Fri, 9 Jan 2015 16:34:28 +0000 (18:34 +0200)]
Disallow layoutNow() while updating the state (#13611)
Change-Id: Ic519cbfb6507566a46d0313455695c4a40de55b8
Johannes Dahlström [Thu, 15 Jan 2015 12:58:40 +0000 (14:58 +0200)]
Improve AbstractTestCase error reporting
Change-Id: I40e1d087bb18742f8d28adadc3d0f442d8cc923b
Denis Anisimov [Thu, 8 Jan 2015 14:01:48 +0000 (16:01 +0200)]
StringToCollectionConverter class implementation (#15464).
Change-Id: I563f4403d6b6f7658f195ef97d3db05838e257af
Leif Åstrand [Wed, 31 Dec 2014 12:59:08 +0000 (14:59 +0200)]
Tweak ide.xml widgetset compilation speed
* Make usearchives and persistentunitcache configurable
* Add target for clearing unit cache for those that dare use it
* Enable usearchives by default since they are loaded from external jars
Change-Id: I33aaaa826ef05d25c7aadb7a1af93585f63eb6b9
Sauli Tähkäpää [Fri, 12 Dec 2014 21:36:33 +0000 (23:36 +0200)]
Change cursor to default for nondraggable windows in Valo. (#15377)
Change-Id: Ie019abbda1664e8dd4f53a76f2c6f21e3bc5443b
Leif Åstrand [Tue, 16 Dec 2014 09:17:39 +0000 (11:17 +0200)]
Escape optimize widgetset output (#15387)
Change-Id: I6759ca142f9618425df007e995bc7a0a9a211919
Anna Miroshnik [Fri, 24 Oct 2014 10:33:31 +0000 (14:33 +0400)]
Test for using setFirstVisibleHourOfDay on Calendar week view (#13431)
Change-Id: I6c3ebea2983855937fadc7eab171d892a4f80884
Denis Anisimov [Wed, 12 Nov 2014 12:36:19 +0000 (14:36 +0200)]
Button icon 'icon-align-top' style correction (#15140).
Change-Id: I671013284cadbef89b46cca042a099441dbb6bff
Anna Miroshnik [Wed, 24 Sep 2014 13:43:24 +0000 (17:43 +0400)]
Fragment handling and asynchronous UI update conflict (#13997)
Auto tests to check that back and forward buttons in browser work
correctly during UI update
Change-Id: I435723dd97cf8ec3fe2cd8cf6d4ed081442e2c04
Denis Anisimov [Sat, 20 Sep 2014 09:48:50 +0000 (12:48 +0300)]
Notification should be closed after delay (#14689).
onEventPreview() method is deprecated and it's called now only for the
very first handler. We need it to work for any handler. So old
onEventPreview() method is explicitly called with updated logic for the
onPreviewNativeEvent().
Change-Id: I11d98ef0bbd284b74bbccb4f6ac2ab26de73f209
Ilya Ermakov [Mon, 24 Nov 2014 15:33:27 +0000 (18:33 +0300)]
Table: column not expanding after setColumnExpandRatio (#15101)
Partial fix for setting/unsetting expand ratios of existing table.
Result of this patch:
1) when switching off column expand ratio, natural column width is
restored.
2) changes in method run() for the same (though incorrect) treatment of
expand ratio as in sizeInit()
Change-Id: I2119eb1041e205a54373ac40a9ce8fdd14d70ad8
Artur Signell [Wed, 14 Jan 2015 06:09:51 +0000 (08:09 +0200)]
Make release build work with widgets module (#15544)
Change-Id: Iac3611a346f5ff749a78c227a5c6775125270659
Artur Signell [Tue, 13 Jan 2015 20:42:46 +0000 (22:42 +0200)]
Set @since tags to 7.4
Change-Id: I3846bea13444afbb72b54eaf8808273f88dddee1
Denis Anisimov [Thu, 8 Jan 2015 15:59:21 +0000 (17:59 +0200)]
Allow to override transactional property wrapper strategy (#13883).
Change-Id: I38acc3c6cfbe66ac9e9ce246accbb9a0b058dddb
Artur Signell [Tue, 13 Jan 2015 10:42:22 +0000 (12:42 +0200)]
Fix remaining issues for NativeSelect blur/focus events (#6847)
* 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
Leif Åstrand [Mon, 12 Jan 2015 18:10:28 +0000 (20:10 +0200)]
Missing javadocs for VaadinUriResolver (#9045)
Change-Id: I640d491c38c3fbd083a955669ec58ce294f158c4
Jonas Granvik [Mon, 12 Jan 2015 10:44:34 +0000 (12:44 +0200)]
Add option to disable sending v-loc parameter in init request (#14460).
Change-Id: Ie17e0621400c3397dc19b386974e231b6f82944c
Leif Åstrand [Sat, 10 Jan 2015 20:19:36 +0000 (22:19 +0200)]
Include UI class @JavaScript and @StyleSheet in bootstrap html (#9045)
Change-Id: I9d4243fa6f91ba5bc3449d0a3ec24f209e6360e6
Matti Hosio [Fri, 9 Jan 2015 14:20:38 +0000 (16:20 +0200)]
Make responsive work with setTheme (#15281)
The size break points are now parsed again when the theme is changed
Change-Id: Ic1583926942966fda29025e4cf2d7298691189f9
Sauli Tähkäpää [Mon, 15 Dec 2014 08:48:51 +0000 (10:48 +0200)]
Refactor SQLContainerTableQueryTest.
Change-Id: Ie850614b8ef68996da5e4fb07a86235f536cb547
Leif Åstrand [Mon, 12 Jan 2015 07:51:14 +0000 (09:51 +0200)]
Fix javadoc typo
Change-Id: I1a44bd8f4a72dc399850585e4398c3e60d8ab0ea
Leif Åstrand [Sat, 10 Jan 2015 11:36:51 +0000 (13:36 +0200)]
Cache reference diffstate values (#15561)
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
Fabian Lange [Wed, 23 Jul 2014 20:40:35 +0000 (22:40 +0200)]
Appending query param with vaadin version to js files (#12210)
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
Leif Åstrand [Fri, 9 Jan 2015 20:13:54 +0000 (22:13 +0200)]
Don't include elemental in vaadin-server.jar (#15558)
Change-Id: I75eb3dbbbd1dc3477143bab278429829e8b7205d
Leif Åstrand [Fri, 9 Jan 2015 21:16:49 +0000 (23:16 +0200)]
Mention scss cache in release notes (#15228)
Change-Id: I1b0fc70632d82e7a656cdc61f00a75dda3cc316c
Denis Anisimov [Tue, 4 Nov 2014 11:09:03 +0000 (13:09 +0200)]
Wrap null values into JsonNull json objects in bootstrap handler(#14594)
Change-Id: I1e03bfd1b4eff77e920208892f030582ff877d78
Markus Koivisto [Thu, 8 Jan 2015 14:15:35 +0000 (16:15 +0200)]
Removed apostrophe typo in VToolTip.Java (#15533)
Changed "it's" to possesive "its".
Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac
Sauli Tähkäpää [Fri, 2 Jan 2015 11:56:15 +0000 (13:56 +0200)]
Refactor server unit tests.
- Renamed tests to *Test and *TestBase.
- Removed obsolete @Ignore annotations.
- Split some design tests into smaller ones.
Change-Id: I8e2a7d73ef620e584777c1e8e701917c0f69f876
Leif Åstrand [Sat, 15 Nov 2014 16:24:17 +0000 (18:24 +0200)]
Persist scss cache (#15228)
Change-Id: I29bf746c3100df15bb04cc03b28ae64db4c5f987
Denis Anisimov [Thu, 8 Jan 2015 14:33:40 +0000 (16:33 +0200)]
Use sorted list instead of set in serialized log string (#15534).
Change-Id: I9a4904fc433e06443a2a68480361df8b2c1f68c9
Mika Murtojärvi [Tue, 2 Sep 2014 12:08:01 +0000 (12:08 +0000)]
Revert "Output legacy locators for TestBench Recorder (#14102)."
This reverts commit
f50b07abc784ae54af4ce7609d49013319eca57a .
- the same issue is solved by https://dev.vaadin.com/review/#/c/4459/8
Change-Id: I6807fd48fd36791a9214d2223cabc6d4322bcba7
Artur Signell [Thu, 8 Jan 2015 06:54:05 +0000 (08:54 +0200)]
Updated invalid @since
Change-Id: I04b0ce4b2a46179d6eeb76d6cca891124cb00804
Artur Signell [Wed, 7 Jan 2015 14:42:26 +0000 (16:42 +0200)]
Use API for setting content length on responses (#15504)
Change-Id: Ic8f29163442a1476406a1f2b617a4ecaf577ba93
Leif Åstrand [Tue, 30 Dec 2014 08:22:44 +0000 (10:22 +0200)]
Fix serialization with ApplicationRunnerServlet
Make the InvocationHandler used by the DeploymentConfiguration proxying
feature serializable. Also make findDeploymentConfiguration static to
avoid serializing an ApplicatinRunnerServlet instance.
Change-Id: I360276ae42a875e9227df34e8aabf8ce2a697bc2
Sauli Tähkäpää [Fri, 2 Jan 2015 14:10:52 +0000 (16:10 +0200)]
Unify test class naming.
Unit tests are now run for *Test.java and *Tests.java.
Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909
Artur Signell [Thu, 18 Dec 2014 23:50:32 +0000 (01:50 +0200)]
Option for rendering Calendar event captions as HTML (#9030)
Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6
AMahdy AbdElAziz [Tue, 23 Dec 2014 14:52:22 +0000 (16:52 +0200)]
Fix for Wrong background color in a Window in IE8 (#15322)
Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126
Artur Signell [Mon, 29 Dec 2014 12:04:45 +0000 (14:04 +0200)]
Script for formatting the project using Eclipse
Change-Id: I9c4f210e29d14db29ea75b172f9b017f91b8bc7c
Sauli Tähkäpää [Tue, 16 Dec 2014 14:08:51 +0000 (16:08 +0200)]
Fix labels in DateFieldRanges_NextYear* tests. (#14756)
Change-Id: Ib7df1d7697d82fce30caf384e8aa173c9cc45d08
Artur Signell [Mon, 29 Dec 2014 12:11:12 +0000 (14:11 +0200)]
Reformat project using Eclipse Luna SR1
Change-Id: I58748499c87d470e70304d882d3227cda5803481
Artur Signell [Fri, 19 Dec 2014 15:15:12 +0000 (17:15 +0200)]
Prevent key events without key code from triggering actions (#11029)
Seemingly not possible to auto-test reliably
Change-Id: Idb492465323d91279caf170646590a54847b9414
Artur Signell [Fri, 19 Dec 2014 15:16:59 +0000 (17:16 +0200)]
Remove scan removal hacks as we are now using VoidAnnotationParser
Change-Id: I28af87d84039c511e2378a67bccb9d0c34c55989
AMahdy AbdElAziz [Fri, 19 Dec 2014 08:49:29 +0000 (10:49 +0200)]
Typo in the Profiler log (#15426)
Horizontally is done in the block before this one. Vertically is done here.
Change-Id: I230297edb26ee41106d50756ae5221fd108fba21
Artur Signell [Mon, 22 Dec 2014 11:30:55 +0000 (13:30 +0200)]
Preserve newlines and align exception stacktraces left (#15456)
Change-Id: I1679f63554ff7a9f7f1e51e0988f03aede26c1ba
Sauli Tähkäpää [Mon, 15 Dec 2014 08:09:21 +0000 (10:09 +0200)]
Remove duplicate code from SQLContainerTableQueryTest.
Change-Id: I28d62fe77db5b66d80f1c62690ef0725fc305cd5
Sauli Tähkäpää [Tue, 16 Dec 2014 13:20:01 +0000 (15:20 +0200)]
Add DateFieldTest. (#15342)
Change-Id: I6cf033f060d90fba47242028ab4098020fa6b3dc
Leif Åstrand [Fri, 19 Dec 2014 09:10:50 +0000 (11:10 +0200)]
Mention checkbox.isEmpty breaking change in release notes
Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef
Jouni Koivuviita [Mon, 1 Sep 2014 11:21:54 +0000 (14:21 +0300)]
Fix date field button regression (#14572)
Regression was caused by patch https://dev.vaadin.com/review/#/c/4480
Fixed the same issue for ComboBox as well.
Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85
Artur Signell [Fri, 19 Dec 2014 06:48:49 +0000 (08:48 +0200)]
Test update as tab selection when closing a tab has changed (#6876)
Change-Id: I803e8b1f34e3467bb2027ebfe6bbb01b9e71635c
Artur Signell [Fri, 19 Dec 2014 00:10:47 +0000 (02:10 +0200)]
Remove mentions of SimpleViewDisplay as there is no such thing (#12934)
Change-Id: I8fd616f52e7a4fbc8c0f251103f440092ec0c57f
Artur Signell [Fri, 19 Dec 2014 00:13:20 +0000 (02:13 +0200)]
Disable Atmosphere annotation scanning (#15414)
Change-Id: I172a7c3a25b059cbddfae4d7b60d7019bed5fc58
Artur Signell [Wed, 10 Dec 2014 07:01:29 +0000 (09:01 +0200)]
Ensure enum fields are created when not specifying a strict type (#10975)
Change-Id: I64cfc5b315444d7135738a8f3870bf50050f4678
Artur Signell [Thu, 4 Sep 2014 19:12:59 +0000 (22:12 +0300)]
Allow TabSheet and Accordion tab captions to contain HTML (#14609)
Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336
Denis Anisimov [Mon, 15 Sep 2014 18:53:39 +0000 (21:53 +0300)]
3 args method buildAndBind should be overriden, not 2 args (#12453).
Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1
Sauli Tähkäpää [Fri, 28 Nov 2014 10:28:41 +0000 (12:28 +0200)]
Add @since to AbstractSplitPanel. (#15285)
Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b
Denis Anisimov [Wed, 10 Dec 2014 20:17:32 +0000 (22:17 +0200)]
Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).
Change-Id: Id64c4c4535e250c6e0e6457dfdfd17424bdc2fd4
Artur Signell [Thu, 18 Dec 2014 16:01:37 +0000 (18:01 +0200)]
Make is possible to click a detached button again (#12781)
Partial revert of the earlier fix
Change-Id: I67d016f1ea073189fdb53fc99f7c1b45b21ac124
Leif Åstrand [Thu, 18 Dec 2014 16:49:22 +0000 (18:49 +0200)]
Revert "Update selection after changes in underlying data source
(#13580)."
This reverts commit
f4d1383b20da01f9fc43c32d7541a7816f8a9a9b .
Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d
Mika Murtojarvi [Wed, 17 Dec 2014 16:10:09 +0000 (18:10 +0200)]
Allow reading and writing empty designs (#7749).
Change-Id: Id66201d040d07f0e0d731418624c9b702b2d0d3b
Artur Signell [Thu, 18 Dec 2014 15:25:15 +0000 (17:25 +0200)]
Update broken TB2 test to valid TB3 test (#14755)
Change-Id: Idc26ac1fee3edd36646b7a6bd84424d0caa37e63
Artur Signell [Thu, 4 Sep 2014 18:57:34 +0000 (21:57 +0300)]
Allow captions to contain HTML (#9426)
Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84
Leif Åstrand [Thu, 18 Dec 2014 13:53:31 +0000 (15:53 +0200)]
Missing @since for 7.4
Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec
Artur Signell [Thu, 18 Dec 2014 11:26:19 +0000 (13:26 +0200)]
Move TB2 files to separate folder
This avoids running other HTML files as TB2 tests
Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
Artur Signell [Thu, 18 Dec 2014 10:07:41 +0000 (12:07 +0200)]
Fix inconsistencies in CheckBox clear and isEmpty (#14755)
Change-Id: I566257d3a4db15973f76a5a70adb095bd7203918
Artur Signell [Thu, 18 Dec 2014 09:27:53 +0000 (09:27 +0000)]
Revert "TextField's input prompt is now disabled properly (#15144)"
This reverts commit
52236519d9d3ed0cd7de5ed52c6aa19c514e15d6 .
Causes regression when updating style names in a text change listener (TextChangeListenerChangingNonTextProperties)
Change-Id: I50bdb674872b98f3b1495a1115e352bfa7f13e8c
Artur Signell [Thu, 18 Dec 2014 08:34:16 +0000 (10:34 +0200)]
Minor declarative API improvement (#7749)
Change-Id: Id5b11b27e7750085d30d2fa592b124ae474d6e9a
Leif Åstrand [Wed, 17 Dec 2014 13:34:37 +0000 (15:34 +0200)]
Update release notes for Vaadin 7.4
Change-Id: Ifb65c053cf27ceac20c7f589dc4fcb76a4c468cf
Artur Signell [Thu, 18 Dec 2014 07:19:21 +0000 (09:19 +0200)]
Revert "Workaround for Atmosphere race condition (#13528)" (#14534)
This reverts commit
7f9ea1c9159c8362e6a309b630cbb59a4dae72dd .
The problem is fixed in Atmosphere 2.2
Conflicts:
server/src/com/vaadin/server/communication/PushRequestHandler.java
Change-Id: I04a1b0c87927beb9b2048fee1ec95cd17af53a28
Artur Signell [Thu, 18 Dec 2014 08:29:56 +0000 (08:29 +0000)]
Merge "Merge remote-tracking branch 'origin/declarative'"
Artur Signell [Thu, 18 Dec 2014 07:12:43 +0000 (09:12 +0200)]
Update to Atmosphere 2.2 (#14534)
Does not use the new heartbeat mechanism in Atmosphere 2.2 because the heartbeat
mechanism will cause the client to reconnect every 60 seconds when idle.
It does not currently work with Vaadin because no onreopen event is fired by
Atmosphere (https://github.com/Atmosphere/atmosphere-javascript/issues/141) and thus
Vaadin will wait forever for Atmosphere to indicate that the connection is available
again after the disconnect.
Change-Id: I3a61b2c5d611f09c3092f817834e6382e1ca9894
Artur Signell [Thu, 18 Dec 2014 07:57:52 +0000 (09:57 +0200)]
Merge remote-tracking branch 'origin/declarative'
Change-Id: I7caf7a28f9c6e536797cf41e307e4d6d18bd3222
Artur Signell [Wed, 17 Dec 2014 22:27:30 +0000 (00:27 +0200)]
Stop active testing on ancient server versions
Jetty 6 (pre-Eclipse) end of life was in 2010
Tomcat 5 end of life was in 2012
Change-Id: I8952fd541be4c262a7b2e3dc97ba4743bcbd2fbd
Sauli Tähkäpää [Wed, 17 Dec 2014 08:10:28 +0000 (10:10 +0200)]
Add missing @since for 7.3.7.
Change-Id: I44b29ca74ed9d8037a307b790115c2e21cb2c376
Artur Signell [Wed, 17 Dec 2014 20:35:51 +0000 (22:35 +0200)]
API refactoring (#7749)
Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5
Matti Hosio [Wed, 17 Dec 2014 14:12:49 +0000 (16:12 +0200)]
Declarative support for CheckBox (#7749)
Change-Id: Ia0608cd0827ab09d9b30993738acd45317778e55
Mika Murtojarvi [Wed, 17 Dec 2014 13:33:00 +0000 (15:33 +0200)]
Update the javadocs in declarative (#7749).
Change-Id: If4fd1f0434c1c6d78e47fc503b49781c35494f84
Matti Hosio [Wed, 17 Dec 2014 13:30:46 +0000 (15:30 +0200)]
Add namespace element for custom components (#7749)
Change-Id: Iea7e4057df5a61805ba2f6c087fbb3bcd23f68c7