aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | Split method at roughly 30000 chars to avoid size limit (#10221)Leif Åstrand2012-11-221-15/+163
| | | | | | | | | | | | | | | | Change-Id: Ib7f03f1d5dbd66bc5478cf424664e89672069c8d
* | | | Merge "Change a few "root" occurrences to "UI" in error messages, javadoc"Artur Signell2012-11-223-7/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Change a few "root" occurrences to "UI" in error messages, javadocJohannes Dahlström2012-11-223-7/+8
| | | | | | | | | | | | | | | | Change-Id: I3140b91262ca179bed48e2081c6093a21fc834a1
* | | | Merge "Warns and removes if parent reference '&' is used w/o parent, fixes ↵Henri Sara2012-11-224-0/+37
|\ \ \ \ | |_|_|/ |/| | | | | | | #10327"
| * | | Warns and removes if parent reference '&' is used w/o parent, fixes #10327Marc Englund2012-11-224-0/+37
| | | | | | | | | | | | | | | | Change-Id: I58eaf3f2acd27a7627c8df31e411a75fc4a48016
* | | | Added Component constructors (#10246)Artur Signell2012-11-224-1/+63
| | | | | | | | | | | | | | | | Change-Id: I86845693004fcdf65d5307c47a27e7d3a3274c52
* | | | Account for that converter can modify value (#8191)Artur Signell2012-11-222-0/+72
| |/ / |/| | | | | | | | Change-Id: Iee81b46c985bbb37b98d23433e42d8d007c30d6a
* | | Add a note to Navigator.addView and setErrorView javadoc that views should ↵Johannes Dahlström2012-11-221-0/+6
| | | | | | | | | | | | | | | | | | not be shared between UIs (#10240) Change-Id: I870bacb1794a222931db0a49a03b840dd66662b0
* | | Unified deprecation messagesArtur Signell2012-11-2282-327/+341
| | | | | | | | | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* | | Merge "Deprecated setColumns in selects (#5814)"Johannes Dahlström2012-11-223-12/+62
|\ \ \ | |/ / |/| |
| * | Deprecated setColumns in selects (#5814)Artur Signell2012-11-223-12/+62
| |/ | | | | | | Change-Id: Iada489b12b904d1a52d2e4633e4360d61b88a4af
* | Merge "Combine Sass Block node handlers (parent selector), comments"Marc Englund2012-11-225-81/+57
|\ \