summaryrefslogtreecommitdiffstats
path: root/client/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Update state before purging outgoing queue (#11768)Leif Åstrand2013-05-031-5/+4
| | | | Change-Id: I83ad088da0aa173e5e912b9059757274526d5c25
* Split client-to-server messages when websockets are used (#11648)Johannes Dahlström2013-04-291-4/+55
| | | | | | | | * First part of a fragmented message prefixed by total message length plus '|' * Atmosphere websocket buffer size set to 65536 * Fragment size is 65535 characters (Jetty requires less than buffer size) Change-Id: I8bf872bbb03b86386070fdc99c14ea805dd2ef3a
* Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-291-0/+29
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/orderedlayout/Slot.java Change-Id: I2fb5d1ac4b5c10a1fe5b1a6f976c1f59283b9169
| * Fixed NPE regression after fix for #11693John Ahlroos2013-04-261-1/+4
| | | | | | | | Change-Id: I8c9cf686d0746d790a1d55d66a75497fb627714c
| * Fix for IE8 forgetting to move error indicator when component is resized #11693"John Ahlroos2013-04-241-0/+25
| | | | | | | | Change-Id: I09d4e77f5f8f5b8846e8083b3bfbf3155281038d
* | Stack windows when no position has been given (#11729)Artur Signell2013-04-291-1/+5
| | | | | | | | Change-Id: I5841de4554a35af158764551f022bda1eaddb3c0
* | Try almost indefinitely to re-establish a push connection (#11727)Artur Signell2013-04-291-0/+1
| | | | | | | | Change-Id: I11e5affdda794dbb3ab63796f3a682fea76c6e44
* | Add hierarchy to the hierarchy section (sic!) (#11706)Leif Åstrand2013-04-263-22/+157
| | | | | | | | Change-Id: Ie404456685e884fc9f236537a9132b5dcf4fe2eb
* | Close push connection when UI is detached (#11596)Artur Signell2013-04-262-1/+18
| | | | | | | | Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-253-59/+18
| | | | | | | | | | | | | | | | | | | | * Can't open push connection during client-side init because CSRF token is not available at that point. This allows simplifying the initialization because the push state will not be checked until the first response has been processed. * Add helper for checking the CSRF token Change-Id: I31da1ac669dc9a581cbd66f58c07f10ea4b8b676
* | Global code clean upLeif Åstrand2013-04-254-12/+5
| | | | | | | | Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
* | Use scheduleFinally for pending variable changes (#11707)Leif Åstrand2013-04-241-1/+1
| | | | | | | | Change-Id: Ie87f0042823731a4a3ab5a10e3c23eb62ce57f37
* | Avoid excessive logging related to response handling locks (#11702)Leif Åstrand2013-04-241-2/+14
| | | | | | | | Change-Id: I0e50663a2500c56a042d20c80909aacfc707a5dd
* | Assert that connector needing layout is attached (#11698)Leif Åstrand2013-04-241-0/+13
| | | | | | | | Change-Id: Ie2d1ec330b857497c7673f3805e35b452f409f3c
* | TestBench test for tree (#11612)michaelvogt2013-04-241-1/+3
| | | | | | | | | | | | Together with fix for tree to pass the test Change-Id: I3d6bead220ab61b171a267d15bda2570f7351d49
* | Add missing license header (#11655)Leif Åstrand2013-04-241-0/+16
| | | | | | | | Change-Id: Ida9119b64ec570200d0d91cf95740c4166b1cbc4
* | Remove and deprecate old logging classes (#11658)Leif Åstrand2013-04-2315-1451/+200
| | | | | | | | | | | | | | | | | | * VConsole logs directly to java.util.logging.Logger * ConsoleAdapter is removed and required parts from the interal package are instead made public * Exception notification is displayed by a separate log Handler Change-Id: I64e778b07c53c16872932b48dc99eff0eafd553c
* | Merged changes from origin/7.0Artur Signell2013-04-231-4/+12
|\| | | | | | | | | | | 9c6d4b4 Fix fragment handling regression caused by #10769 (#11686) Change-Id: I5050ec03b1f97c1da7aa6bbbc3718635fe7f6102
| * Fix fragment handling regression caused by #10769 (#11686)7.0.5Johannes Dahlström2013-04-231-4/+12
| | | | | | | | | | | | | | | | | | | | Due to the way Window.Location.createUrlBuilder works, a location URI with no fragment (as opposed to an empty fragment) was sent on Webkit browsers when the client-side location had an empty fragment. TestBench test: FragmentChangeEvents.html Change-Id: Ie2e8dc3fffc13aaa53105b54e07b1f81f3878f1b
| * Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported ↵John Ahlroos2013-04-231-6/+11
| | | | | | | | | | | | | | from #11303) Change-Id: I9003feeb3ee22f29975a3e8557cd8775e838c57f Merge: no
* | Use java.util.logging for the debug window (#11657)Leif Åstrand2013-04-238-93/+73
| | | | | | | | Change-Id: I1c3e49591253244948d8ce15c8d05170dd49a03a
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-237-10/+92
|\| | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Fixed Accordion tab stylenames which never got applied on the tab widgets ↵John Ahlroos2013-04-221-0/+32
| | | | | | | | | | | | #11645 (merged from #10605 in 6.8 branch) Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5
| * Prevent double encoding problems when URI fragment contains special ↵Johannes Dahlström2013-04-192-3/+11
| | | | | | | | | | | | characters (#10769) Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155
| * Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily ↵Johannes Dahlström2013-04-181-0/+6
| | | | | | | | | | | | (#11628) Change-Id: I84da9b786706410b42ae4116be0b0a3da896538b
| * Fixed IE8 scrollbar issue with vertical layout when using both expansions ↵John Ahlroos2013-04-171-3/+13
| | | | | | | | | | | | and alignments #11169 Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d
| * Fixed native button not triggering click event in IE #11094John Ahlroos2013-04-102-4/+30
| | | | | | | | Change-Id: I210a7ab59b107eefb9ba5d00566c2138fc83acf2
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-232-59/+66
| | | | | | | | Change-Id: I127070e2014bebf8aa09778b2dffee5481845ab4
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-232-27/+23
| | | | | | | | Change-Id: I0f70c4195a0871185a1924b008ebd855068e5787
* | Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-2313-74/+64
| | | | | | | | Change-Id: I8daf3f377d4d9f2c2f774781e0c68f550d5c86e0
* | Add PushConnection interface (#11655)Leif Åstrand2013-04-224-360/+466
| | | | | | | | | | | | | | | | | | | | * Add PushConnection interface and rename old class to AtmospherePushConnection * Define deferred binding to use AtmospherePushConnection by default * Redesign connection and disconnection workflow to better cope with situations where connection is quickly toggled Change-Id: I9b9427c2df40d446a25895eb39e7b166cb929a85
* | Make handleJSONText private (#11656)Leif Åstrand2013-04-221-1/+1
| | | | | | | | Change-Id: I734ced5487ce3d0bd197ef9399027c6842a27c6c
* | Removed unused class (#11254)Artur Signell2013-04-221-36/+0
| | | | | | | | Change-Id: I6c374e61452a0e3b1fedc5ecbd90d50c22619c63
* | Do not use generated ids as anchor points for TestBench (#11634)Artur Signell2013-04-191-1/+4
| | | | | | | | Change-Id: I831af0d72d009405ceed3e201bc135dffb43c8b2
* | Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-193-14/+71
| | | | | | | | | | | | | | For optimal performance, the script will still be included in the host HTML if push is enabled when the UI is bootstrapped. Change-Id: I2245b45434f3097c32fd3580267f692dce3b7649
* | Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-193-8/+121
| | | | | | | | | | | | | | Still missing is the ability to load vaadinPush.js if it has not yet been loaded. Change-Id: Ibe3596c38a7c4e3432b0396072866ee3072e6d30
* | Replaced Atmosphere portal implementation with the jQuery implementation ↵Artur Signell2013-04-171-1/+2
| | | | | | | | | | | | | | | | (#11629) * jquery-1.7.2.rebased.js and jquery.atmosphere.rebased.js are imported from atmosphere-jquery and updated to use the jQueryVaadin namespace instead of jQuery and $ Change-Id: I1461ac7803e90d2a40b390551023a118ed5dc704
* | Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-171-2/+1
| | | | | | | | Change-Id: I416dc73566e2404a6dce35045fc79f9038e8dd5e
* | Added test for testing push with different transports #11494John Ahlroos2013-04-171-6/+28
| | | | | | | | Change-Id: I0296bdee1925ba93ca7e4e65c68215e025d072f6
* | Use "push" as a keyword in all push related log messagesArtur Signell2013-04-171-8/+8
| | | | | | | | Change-Id: Ia122959627dc705eb7b6183bc944bca7c690397e
* | Fixes test (locator) and quiet mode for DebugWindow #11603Marc Englund2013-04-151-3/+10
| | | | | | | | | | Change-Id: If80e903bec9cb4dbd9dc87d0994634f4eaf0b9ae Ticket: 11603
* | Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-2/+2
| | | | | | | | Change-Id: Ibca25fea1d08e98271e68e3d4703afe5aeaae182
* | TestBench test for Button (#11581)michaelvogt2013-04-111-1/+3
| | | | | | | | | | | | Makes sure the WAI-ARIA functions work Change-Id: If3835f038f5cca009bef678fdfe037d4287ece7e
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-102-0/+55
| | | | | | | | Change-Id: Ic56b0123970f18e282c75d67863569ac55c72ea8
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-101-5/+15
| | | | | | | | Change-Id: Ie289e8eefd962631a43f35dbb47fa192fcf60abf
* | Don't process push messages until init JSON is processed (#11529)Leif Åstrand2013-04-101-5/+60
| | | | | | | | | | | | * The test is not running reliably in all browsers, but assuming this is a symptom of other push issues and not related to this particular bug. Change-Id: I848b57502aa01467b0f60624cf599247ec76f32f
* | Fix JSNI syntax (#111)Leif Åstrand2013-04-091-1/+1
| | | | | | | | Change-Id: Ia77aedbcad8a5d8ac02eac0399353b90f3f426a5
* | Fixed one typo and removed one TODO commentMarc Englund2013-04-091-2/+2
| | | | | | | | Change-Id: I941c308873562a5dec13277959abb7b7fd412b83
* | Show all state properties in the hierarchy section (#11548)Leif Åstrand2013-04-092-8/+56
| | | | | | | | Change-Id: I91b9a7a25822006c655a36858198be3a16057dac
* | Fix missing or invalid copyright headersLeif Åstrand2013-04-094-0/+64
| | | | | | | | Change-Id: I75e8713548a93b29fe97ab6e9aaf8cb65ab611be