summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-237-105/+132
* Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-2315-79/+90
* Updated commons-io dependency to 2.2 (#11643)Artur Signell2013-04-235-5/+5
* Documented that push and pull settings is only for the app developer (#11666)Artur Signell2013-04-221-0/+10
* Add PushConnection interface (#11655)Leif Åstrand2013-04-225-362/+468
* Restore Atmosphere version that was accidentally changed (#11506)Leif Åstrand2013-04-221-1/+1
* Make handleJSONText private (#11656)Leif Åstrand2013-04-221-1/+1
* Set PushMode.AUTOMATIC as the default @Push value (#11653)Leif Åstrand2013-04-221-3/+9
* Removed unused class (#11254)Artur Signell2013-04-221-36/+0
* Do not use generated ids as anchor points for TestBench (#11634)Artur Signell2013-04-191-1/+4
* Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-195-15/+78
* Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-1910-27/+376
* Ensure addon css styles are before scss styles in addons.scss #11390John Ahlroos2013-04-181-1/+26
* Clean the connector map after pushing (#11624)Leif Åstrand2013-04-183-14/+48
* Simple speed test for testing roundtrips/s in various browsersArtur Signell2013-04-184-0/+257
* Separate generic UI finding and locking from event handling (#11506)Leif Åstrand2013-04-181-93/+143
* Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-1811-74/+245
* Restrict longer padding to IE8 as Chrome fails without the original padding (...Artur Signell2013-04-181-2/+7
* Fixed streaming problem (Atmosphere bug 1027) (#11629)Artur Signell2013-04-181-3/+4
* Run server integration tests with push enabled #11494John Ahlroos2013-04-172-0/+77
* Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-178-182/+228
* Package Atmosphere javascript files in vaadin-push (#11629)Artur Signell2013-04-172-20/+24
* Replaced Atmosphere portal implementation with the jQuery implementation (#11...Artur Signell2013-04-176-24/+12140
* Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-177-11/+17
* Added test for testing push with different transports #11494John Ahlroos2013-04-176-9/+169
* Remove redundant locking (#8894)Leif Åstrand2013-04-171-9/+4
* Fix for WAI-ARIA Button test for IE8 (#11616)michaelvogt2013-04-171-5/+0
* Don't assign PushConnection to UI before it has been connected (#11506)Leif Åstrand2013-04-174-47/+43
* Log message instead of printing to stdout (#11556)Artur Signell2013-04-171-2/+2
* Use "push" as a keyword in all push related log messagesArtur Signell2013-04-171-8/+8
* Fixed invalid log parameter references (#11622)Artur Signell2013-04-162-8/+8
* Handle JSONException and InvalidUIDLSecurityKeyException the same way in Push...Artur Signell2013-04-1610-188/+178
* Simple test for testing push capabilities #11494John Ahlroos2013-04-162-0/+190
* Use text/plain instead of application/json (#11610)Artur Signell2013-04-151-1/+1
* Fixes test (locator) and quiet mode for DebugWindow #11603Marc Englund2013-04-152-4/+11
* Enabled closure compiler for default widget set (#9103)Artur Signell2013-04-152-1/+2
* Consider context root redirect when pathInfo is null (#11552)Leif Åstrand2013-04-151-1/+1
* Add isPushRequest() check to VaadinServletService.isOtherRequest() (#11556)Johannes Dahlström2013-04-154-13/+13
* Ignore duplicate ?restartApplication during UI init (#11587)Leif Åstrand2013-04-123-4/+29
* Updated client compiler deps to 1.0.0 #11590John Ahlroos2013-04-121-1/+1
* Make AtmosphereResource field transient (#11512)Leif Åstrand2013-04-122-1/+7
* Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-112-2/+4
* TestBench test for Button (#11581)michaelvogt2013-04-113-1/+136
* Added Atmosphere dependencies to the licenses list. #11513Marko Grönroos2013-04-112-1/+399
* Use longer padding for streaming requests to avoid IE8 issues (#11573)Leif Åstrand2013-04-111-0/+14
* Set character encoding before writing any response (#11501)Artur Signell2013-04-112-3/+3
* Updated release notes for 7.1.0.beta1. #11530Marko Grönroos2013-04-111-287/+49
* Fixed problem with fallback on Safari and iOS (#11546)Artur Signell2013-04-101-1/+1
* Implemented poll interval for UI (#11495)Leif Åstrand2013-04-108-0/+267
* Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-104-18/+74