summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix chameleon "body" css selectors (#10382)Artur Signell2012-11-264-21/+21
| | | | Change-Id: I39095703e74bdcad16d4b6cb700cc5f1953a66c6
* Merge "Refactor tests imported from the sass-lang project (#9751)"Artur Signell2012-11-26659-0/+48
|\
| * Refactor tests imported from the sass-lang project (#9751)Henri Sara2012-11-26659-0/+48
| | | | | | | | | | | | Currently broken tests are separated from those that succeed. Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee
* | Merge "Imported tests from the sass-lang project (#9751)"Artur Signell2012-11-26846-0/+9777
|\|
| * Imported tests from the sass-lang project (#9751)Henri Sara2012-11-26846-0/+9777
| | | | | | | | Change-Id: I9acd28e13718a0f78b0f91af5161e94599193a15
* | Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-262-9/+31
|/ | | | | | | * Refactor ApplicationRunnerServlet UIProvider to avoid indirect reference through anonymous inner class Change-Id: Ie4148e633192b1940ba82edbd26fbbc0cc2c4da3
* Made ServerRpcManager serializable again (#10364)Artur Signell2012-11-241-1/+2
| | | | Change-Id: If0c6b9d6cc09265c813c4f739363c7bd88812943
* Compile parser during build (#9283)Artur Signell2012-11-231-2/+11
| | | | Change-Id: If47b459ff3f26d991a9b39e7fee1469b7bdd09e3
* Merge "Allow JavaScriptConnectors to get unRegister events (#9292)"Marc Englund2012-11-236-10/+52
|\
| * Allow JavaScriptConnectors to get unRegister events (#9292)Leif Åstrand2012-11-236-10/+52
| | | | | | | | Change-Id: Ie9e11810df6484e34d3895be175d6a180911252f
* | Merge "Fixed browser specific theme selectors (#10362)"Marc Englund2012-11-2335-136/+136
|\ \
| * | Fixed browser specific theme selectors (#10362)Artur Signell2012-11-2335-136/+136
| | | | | | | | | | | | | | | | | | Browser specific class names are set on the body element and the theme class name is inside body. Theme selectors must therefore be of type ".v-ie & " Change-Id: I1893946ed9b5441a6977945a757a85ae87c07ce8
* | | Fixed javadoc referring to wrong classArtur Signell2012-11-231-2/+2
|/ / | | | | | | Change-Id: Ie79a600aad9c5bff68d927011679fd15bdf51e4b
* | Do not build field for Address to avoid conversion problemsArtur Signell2012-11-231-1/+3
| | | | | | | | Change-Id: Ib168032668d6115e955e87cade397a6c9e31a3c3
* | Merge "Updated javadoc (#9684)"Marc Englund2012-11-231-1/+7
|\ \
| * | Updated javadoc (#9684)Artur Signell2012-11-231-1/+7
| | | | | | | | | | | | Change-Id: I38ca8700d2c6bf0cd2b8514295de607af7c15edb
* | | Defer session closing until the end of a request like with UIs (#10252)Johannes Dahlström2012-11-233-26/+50
| | | | | | | | | | | | Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034
* | | Ensure generated-body rules are not prefixed (#10360)Artur Signell2012-11-236-12/+17
|/ / | | | | | | | | | | This should not cause issue with multiple themes as you do not have a generated body then. Change-Id: I9391ee006de9c5759df0d7e1a7d6470caf82a8c4
* | Ensure only one sass compilation takes place at a time (#10293)Artur Signell2012-11-231-34/+44
| | | | | | | | Change-Id: I782c754d16ffd4f80f81fad0aca18836910bdc50
* | Revert "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-11-237-262/+47
| | | | | | | | | | | | This reverts commit a003c8724c1f719e3a9f3ab876396a180b19cae1 Change-Id: Ie73b6f0455a9f8ba1ed5a8cee7573ae998a67b17
* | Refactor heartbeat handling and inactive UI/session closing (#10252)Johannes Dahlström2012-11-239-231/+253
| | | | | | | | | | | | | | | | | | * Package-private VaadinService.cleanupSession() handles these, called from VaadinServlet and VaadinPortlet at the end of a request * UI detach() called when removing from the session (#9755) * UIs can be explicitly closed; UIs marked as closed are removed at the end of the request (#10249) * Remove UI cleanup events and listeners in favor of detach events (#10251) Change-Id: I1f994c43bd2fc5fe7f99f7152c9db35927235291
* | Merge "Moved DebugConsole (and related) styles to separate mixin which is ↵Artur Signell2012-11-233-27/+35
|\ \ | | | | | | | | | applied globally; the console is a widgetset-wide singleton, not usually to be styled. Fixes #10357"
| * | Moved DebugConsole (and related) styles to separate mixin which is applied ↵Marc Englund2012-11-233-27/+35
| | | | | | | | | | | | | | | | | | globally; the console is a widgetset-wide singleton, not usually to be styled. Fixes #10357 Change-Id: I39940fa92f748a6ef7a143797f06ef9d7d68ce36
* | | Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-2311-32/+52
| | | | | | | | | | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0
* | | Remove server-side RpcManager interface (#10302)Leif Åstrand2012-11-237-74/+43
| | | | | | | | | | | | Change-Id: Id693f49d68d4daa6bd8cbe6b1b1a6553fc988c75
* | | Remove "tests" directory accidentally merged from 6.8Johannes Dahlström2012-11-231-38/+0
| | | | | | | | | | | | Change-Id: I31f1ce1da4c5d6fbc0d23daabd0853fb4febdd69
* | | Merge "Removed outdated code example from javadoc"Marko Grönroos2012-11-231-31/+0
|\ \ \
| * | | Removed outdated code example from javadocArtur Signell2012-11-221-31/+0
| | | | | | | | | | | | | | | | Change-Id: Ifa4d405a86b635af12c5e6dc693d742c1a8ac68f
* | | | Fix incorrect null check in PopupView (#10238)Henri Sara2012-11-231-1/+1
| |/ / |/| | | | | | | | Change-Id: I6a1a3754787f312bbe8fee27588f04d2d6157afe
* | | Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-2388-275/+282
| | | | | | | | | | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* | | Add VaadinService.setClassLoader (#9819)Leif Åstrand2012-11-234-25/+64
| | | | | | | | | | | | | | | | | | | | | * Set default value in constructor * Remove support for getting a null class loader Change-Id: Ib2ac914e0832395bb25cb1cff1a9caffbe09631e
* | | Merge "Change sass compoent @mixin parameter from $name to ↵Artur Signell2012-11-2372-1378/+1378
|\ \ \ | | | | | | | | | | | | $primaryStyleName, fixes #10294"
| * | | Change sass compoent @mixin parameter from $name to $primaryStyleName, fixes ↵Marc Englund2012-11-2372-1378/+1378
| | | | | | | | | | | | | | | | | | | | | | | | #10294 Change-Id: I548fdd3b0295db980bc4d769826e7c149ec0b3b3
* | | | Throw exception for non-UIDL requests again (#10332)Artur Signell2012-11-231-12/+21
|/ / / | | | | | | | | | Change-Id: Ia523927c5b990eff7f25f0af9cd5dd080a07c21d
* | | Refactor node traversal and empty node removal.Henri Sara2012-11-233-21/+53
| | | | | | | | | | | | Change-Id: If5c66e3fd01341636e481a093f90471c92755ce9
* | | Merge "Disabled @media print {} to avoid invalid CSS, see #10336"Artur Signell2012-11-231-0/+3
|\ \ \
| * | | Disabled @media print {} to avoid invalid CSS, see #10336Marc Englund2012-11-231-0/+3
| | | | | | | | | | | | | | | | Change-Id: I258b786d43bb26af564f911f6aa0d655d835ca97
* | | | Merge "Document @PreserveOnRefresh"Artur Signell2012-11-231-1/+18
|\ \ \ \
| * | | | Document @PreserveOnRefreshLeif Åstrand2012-11-231-1/+18
| | | | | | | | | | | | | | | | | | | | Change-Id: I620838632525851246fd2273d71312744bf27662
* | | | | Merge "Refactor BrowserPopupOpener API (#10241)"Artur Signell2012-11-236-102/+84
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-236-102/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename BrowserPopupOpener to BrowserWindowOpener * Rename setPopupName -> setWindowName * Rename BrowserPopupUIProvider -> BrowserWindowUIProvider * Make BrowserWindowUIProvider a private static inner class Change-Id: Id839b274762424bb50fe3590d7cd1187e92baa6c
* | | | | Merge "Set bootstrap error using innerHTML instead of document.write (#9735) ↵Johannes Dahlström2012-11-232-5/+38
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | * Also remove the testbench hook so waitForVaadin can continue * Add automatic test"
| * | | | Set bootstrap error using innerHTML instead of document.write (#9735)Leif Åstrand2012-11-232-5/+38
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * Also remove the testbench hook so waitForVaadin can continue * Add automatic test Change-Id: I6a6e53f23af9746f33977dfdb3768870956943f2
* / | | Refactor Extension API (#10337)Leif Åstrand2012-11-235-11/+10
|/ / / | | | | | | | | | Change-Id: Ib16ffceb8dce235b59848c55e59407074e7d5bda
* | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates ↵Artur Signell2012-11-2332-102/+163
|\ \ \ | | | | | | | | | | | | legacy-styles.css, updates themes to support this."
| * | | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-2332-102/+163
| | | | | | | | | | | | | | | | | | | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* | | | Reformatted server/srcArtur Signell2012-11-239-28/+35
| | | | | | | | | | | | | | | | Change-Id: Idfb1e782c6d544765f8ebad0f9c9969358f1e5fe
* | | | Merge "Update value when field/label local changes (#8192)"Henri Sara2012-11-233-15/+97
|\ \ \ \ | |_|/ / |/| | |
| * | | Update value when field/label local changes (#8192)Artur Signell2012-11-223-15/+97
| | | | | | | | | | | | | | | | Change-Id: Ifbb426f7aee107db0be555c5ab1ef0b5f4948e5e
* | | | Merge "Split method at roughly 30000 chars to avoid size limit (#10221)"Henri Sara2012-11-221-15/+163
|\ \ \ \ | |/ / / |/| | |