summaryrefslogtreecommitdiffstats
path: root/remoting/host/it2me_host_user_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-241-121/+0
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-051-1/+0
* Moved the localized strings from ChromotinHost to HostUserInterface, closer t...alexeypa@chromium.org2013-01-161-4/+5
* Move it2me business logic out of the UI classrmsousa@chromium.org2012-10-191-13/+0
* Create OS windows on the UI thread, since that's where they're destroyed.rmsousa@chromium.org2012-10-181-16/+4
* Remove ChromotingHostContext from [It2Me]HostUserInterface.wez@chromium.org2012-10-101-3/+4
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-12/+12
* Convert use of TimeDeltas in remoting/host/it2me_host_user_interface.tedvessenes@gmail.com2012-06-151-2/+2
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-071-27/+14
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-2/+1
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-1/+2
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-14/+27
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-301-27/+14
* Chromoting: the Me2me host (on Mac and Windows) now presents a notification o...alexeypa@chromium.org2012-05-111-117/+72
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-6/+7
* Log client jid for rejected clients.sergeyu@chromium.org2012-01-181-1/+1
* Remove set_it2me() from ChromotingHost.sergeyu@chromium.org2012-01-181-3/+10
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-171-0/+4
* Minor fixes for the it2me host.sergeyu@chromium.org2012-01-141-3/+2
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-8/+1
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-1/+1
* Fix race condition disconnecting hosts.jamiewalch@chromium.org2011-12-021-16/+6
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-011-0/+209