| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|