summaryrefslogtreecommitdiffstats
path: root/remoting/host/clipboard_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on it2me disconnect on the mac.dcaiafa@chromium.org2012-06-201-3/+11
| | | | | | | | | | | | | | | | | | | In it2me, the destructor of EventExecutor does not get called in the same thread from where it's used. This is causing the Timer object used in EventExecutorMac to CHECK in the destructor because it requires that it be destroyed in the same thread where it was first started - even if it has already been stopped. So instead of reusing the Timer and starting and stopping it on demand, EventExecutorMac will now create and destroy the timer on session start and stop, respectively. BUG=133017 TEST=Connect and disconnect with it2me. Repeat with me2me. Review URL: https://chromiumcodereview.appspot.com/10557012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143089 0039d316-1c4b-4281-b951-d872f2087c98
* Clipboard support for Mac host.dcaiafa@chromium.org2012-06-051-7/+74
| | | | | | | | | | BUG=117473 TEST=clipboard operations over me2me and it2me (linux -> mac) Review URL: https://chromiumcodereview.appspot.com/10500007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140484 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-311-2/+4
| | | | | | | | | | | This CL lets ClipboardWin send clipboard events to ClientSession. BUG=117473 Review URL: https://chromiumcodereview.appspot.com/10413060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139854 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Let a Windows IT2Me host write to the clipboard.simonmorris@chromium.org2012-05-111-0/+42
BUG=117473 Review URL: https://chromiumcodereview.appspot.com/10332042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136591 0039d316-1c4b-4281-b951-d872f2087c98