summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Html5File.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-65/+0
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-4/+6
| | | | svn changeset:20616/svn branch:6.7
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-2/+2
| | | | svn changeset:15962/svn branch:6.5
* #5743, #5742, #5741, #4275 related refactoring. Renamed ↵Matti Tahvonen2010-11-031-86/+12
| | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5
* Minor javadoc/comment fixes around upload functionality, removed extra semicolonHenri Sara2010-10-141-3/+3
| | | | svn changeset:15553/svn branch:6.5
* added serializable to interfacesMatti Tahvonen2010-10-111-5/+5
| | | | svn changeset:15488/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-0/+137
fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW. svn changeset:15461/svn branch:6.5