aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractMedia.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix declarative support for AbstractMedia (#16330 #16331 #16332)Miki2015-03-261-0/+52
| | | | | | | Also fixes HTTPS resource handling (#17267) Contains tests for both Audio and Video. Change-Id: Id4a7325f0d29f6857ff2236757b28b9eb911e39a
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-241-1/+1
| | | | | | | | | Added Automatic Testcase. The testcase needs a default constructor, which has been added. The test also found an edge case in Form.java which has been corrected, as well as one missing getState(false) in AbstractMedia. Change-Id: Id764c9e1596123015a84f6c2a9507f03bde383b1
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-5/+10
| | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Always unlock the same session instance that was locked (#12481)Leif Åstrand2013-08-301-2/+4
| | | | Change-Id: I15ff1177d827bc8fee9f8f723f9a288b0c3aea71
* Fixed locking in RequestHandlers and documented that RequestHandlers are ↵Artur Signell2013-04-021-5/+15
| | | | | | | | | | called without locking (#9945) * Added SynchronizedRequestHandler which locks the session for the whole request * Made request handlers which do not do do heavy IO implement SynchronizedRequestHandler * Fixed locking for GlobalResourceHandler, ConnectorResourceHandler, PublishedFileHandler Change-Id: I0e7b442a9392828f1930685f194dc4f898d0f525
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-3/+4
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-201-4/+4
|
* More state getter removalJohn Ahlroos2012-08-311-16/+16
|
* Refactor to enable implementing #7545 without changing the APILeif Åstrand2012-08-301-1/+1
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-1/+40
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-6/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+196