| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Change-Id: Ic4ca1aa2b3d1ac61a7919b3a8f404915e6ea51ab
|
|
|
|
|
|
| |
* Made it possible to toggle the toString() behavior using the "legacyPropertyToString" init parameter. The default value is "warning" which enables the legacy Property.toString implementation and logs a warning message when it is used. Other supported values are "true" which enables the legacy mode and "false" which disables it.
Change-Id: Ife19352b86590464c8e441b7f82f4fec3b1f3235
|
|
|
|
| |
Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
WebContent/release-notes.html
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
|
| |
| |
| |
| |
| |
| | |
horizontal layout
Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
|
| |\
| | |
| | |
| | |
| | |
| | | |
7.0.4
Change-Id: If47b657f0f941af11b02d0915e689f0568730077
|
| | |
| | |
| | |
| | | |
Change-Id: Iada521e83ddd03dbfab4cba276b313daf27a1173
|
| |/
| |
| |
| |
| |
| | |
inputs and textareas
Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
|
| |
| |
| | |
Change-Id: Idc0e5e00a8f3ddd3f56d87484089c290d52715c2
|
| |
| |
| |
| | |
Change-Id: I1fa7efbf7261ca4cc14ac993affe567fcd9904ea
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Replaced jquery and jquery.atmosphere.js with original, unmodified versions
* Added vaadinPush.js build target to ide.xml and push/build.xml
* Uses yuicompressor to compress the resulting push javascript
Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7
|
| |
| |
| |
| |
| |
| |
| |
| | |
(#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
|
| |
| |
| |
| | |
Change-Id: I8d3519bbf0ec47ec66bf08faea15ca00eb45af66
|
| |
| |
| |
| | |
Change-Id: Ib0f96c2398b6c6759e814cf3c1073191d32a5041
|
| |
| |
| |
| | |
Change-Id: I2a319d2b970d5d0953ece3717af17057c32f2041
|
| |
| |
| |
| | |
Change-Id: I14814cdcaed7ff065c3f2e09535c026c7feea862
|
| |
| |
| |
| | |
Change-Id: Iaa07d0500989d21a2c6ea7899bfb13b86f69636d
|
| |
| |
| |
| | |
Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6
|
| |
| |
| |
| | |
Change-Id: I5b7ce3406017e02ca7494d95090dbbaf9e3836e1
|
| |
| |
| |
| | |
Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
|
| |
| |
| |
| |
| | |
Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0
Ticket: 9626
|
| |
| |
| |
| | |
Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb
|
| |
| |
| |
| |
| |
| | |
Applied fix from GitHub Atmosphere project: https://github.com/Atmosphere/atmosphere/commit/367a88d340910ef5fda702d1467fbbba1dec6907
Change-Id: Ieae27cab5a8637886a66f923184b52ce1e0ed661
|
| |
| |
| |
| | |
Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Asynchronous bidirectional communication
* Use Atmosphere as a backend
* Use websockets if available, fallback to HTTP streaming
* Push mode (disabled, manual, automatic)
* Configurable via servlet parameter pushMode
* Disabled: The default; regular AJAX communication
* Manual: Need explicit UI.push() call
* Automatic: push all UIs in session when lock released
* UI.push()
* Push pending state and RPC to client asynchronously
* Must hold session lock when invoking
Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
|
| |
| |
| |
| |
| |
| |
| | |
Change in CheckBoxConnector led to wrong enabled behaviour and addition
to top coordinate to prevent scrollbars with VPopupCalendar
Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
|
| |
| |
| |
| |
| |
| | |
Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead)
Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
|
|\|
| |
| |
| | |
Change-Id: I329cab3a4a039cd41486353d41d678abf29cb6a9
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
#9566, #11314)
All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs.
* eXo 3 test must be run on Firefox, does not work in Chrome
* Liferay theme test is now a separate test which does not depend on the Liferay integration test
* Changing to maximized state using an action URL does not work with GateIn or eXo
* The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet
Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
uitest/test.xml
Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
|
| |
| |
| |
| |
| |
| | |
the same page (#8350)
Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
|
| |
| |
| |
| |
| |
| | |
Based on svn changeset:25626/svn branch:6.8
Change-Id: I76333c1af0eab1d727a03dcd82ae6b9b7187e58a
|
| |
| |
| |
| |
| | |
Field implementations of the WAI-ARIA changes in the base classes
Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
|
| |
| |
| |
| | |
Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
|
| |
| |
| |
| | |
Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823
|
| |
| |
| |
| | |
Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
|
|/
|
|
| |
Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4
|
|
|
|
| |
Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* Fix body scrolling in touch devices that do not honor overflow: hidden
Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
|
| |
| |
| |
| |
| |
| | |
style #10884
Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
|
| |
| |
| |
| | |
Change-Id: Ia7180a1a9a01e19e8da324dde29b149f866a5651
|
|/
|
|
| |
Change-Id: Ibdc57a75394d52c81af88b2b7c4ea7d07e5492b2
|
|
|
|
| |
Change-Id: Id1ae14206137a366b85c6e25843c11cc2bf4804d
|
|
|
|
| |
Change-Id: I1ad6c0c4fbe969c252d9d0da14344a2943c73620
|
|
|
|
| |
Change-Id: I24fdb9073763d6916c16ae07d82fc676b2a73290
|
|
|
|
| |
Change-Id: I2d428757b62a8bf02d9e898794374ec46a92841b
|
|
|
|
| |
Change-Id: I40f69b18f09252f2cf79ce7e22c43702f2787dd3
|
|
|
|
| |
Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d
|