summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Remove UrlFetcher from remoting and use the one in net instead.jamiewalch@chromium.org2012-06-236-417/+82
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-237-6/+42
* [Chromoting] Detach SessionEventExecutor's weak pointer to itself from the co...simonmorris@chromium.org2012-06-221-0/+5
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+2
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-2215-55/+339
* [Chromoting] Add a HostStatusObserver to the ChromotingHost unit tests.simonmorris@chromium.org2012-06-213-9/+78
* Removing incorrect usage of TO_L_STRING() macros.alexeypa@chromium.org2012-06-2010-58/+51
* [Chromoting] Make the sequence expectations in the ChromotingHost unit testssimonmorris@chromium.org2012-06-201-102/+81
* Fix crash on it2me disconnect on the mac.dcaiafa@chromium.org2012-06-201-3/+11
* Pull Mac Chromoting Host constants into a header filelambroslambrou@chromium.org2012-06-195-43/+59
* [Chromoting] Set expectations for MockEventExecutor::OnSessionStarted.simonmorris@chromium.org2012-06-193-2/+29
* [Chromoting] Fix 10.5 bots by not running unittests on 10.5.garykac@chromium.org2012-06-181-0/+13
* Ignore errors when installing the firewall exception for Chromoting Host.alexeypa@chromium.org2012-06-181-1/+1
* [Chromoting] Add cursor shape support for Windowsgarykac@chromium.org2012-06-181-4/+195
* [Chromoting] Add Mac host support for sending cursor shape to client.garykac@chromium.org2012-06-181-0/+109
* C++ readability review fixes for r141239: Make Chromoting Host report crashes...alexeypa@chromium.org2012-06-168-73/+50
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-163-16/+16
* Detect if user closes the pref-pane without disabling Chromotinglambroslambrou@chromium.org2012-06-162-5/+3
* [Chromoting] Re-enable ChromotingHost unit tests.simonmorris@chromium.org2012-06-161-48/+77
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-158-36/+93
* Convert use of TimeDeltas in remoting/host/it2me_host_user_interface.tedvessenes@gmail.com2012-06-151-2/+2
* [Chromoting] Use productsign to sign installer package.garykac@chromium.org2012-06-141-1/+4
* Build pref-pane as universal binary on Mac OS Xlambroslambrou@chromium.org2012-06-141-33/+167
* Shutdown It2Me host UI only after the host is stopped.sergeyu@chromium.org2012-06-141-4/+7
* [Chromoting] Using IDispatch::Invoke() to call Omaha inetrfaces.alexeypa@chromium.org2012-06-131-44/+55
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-134-0/+16
* Don't use MessageLoop or MessageLoopProxy in EventExecutor.sergeyu@chromium.org2012-06-136-75/+80
* Move usb_keycode_map.h into ui/base/keycodes.garykac@chromium.org2012-06-134-395/+3
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-121-4/+5
* Prompt user before restarting System Preferences.lambroslambrou@chromium.org2012-06-122-44/+143
* [Chromoting] Sign the prefpane and installer package.garykac@chromium.org2012-06-122-6/+18
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-102-13/+4
* Make Chromoting Host report crashes to Breakpad (Windows only). The user must...alexeypa@chromium.org2012-06-089-9/+130
* Create UserInterface object on the UI thread.sergeyu@chromium.org2012-06-082-4/+6
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-074-44/+41
* [Chromoting] Update Keystone to 1.1.0.3659 and enable Packages.garykac@chromium.org2012-06-053-1/+1
* Clipboard support for Mac host.dcaiafa@chromium.org2012-06-052-13/+110
* [Chromoting] Make SessionEventExecutorWin use a WeakPtr to post messages to i...simonmorris@chromium.org2012-06-052-6/+13
* [Chromoting] Add option for installer to be built using Packages.garykac@chromium.org2012-06-042-7/+24
* [Chromoting] Handle CR-LF correctly when transferring text items to and from ...simonmorris@chromium.org2012-06-021-2/+3
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-0211-24/+181
* Fix pointer-wars on OS X 10.7lambroslambrou@chromium.org2012-06-021-0/+9
* [Chromoting] Enable clipboard for the Windows Me2Me host.simonmorris@chromium.org2012-06-021-3/+27
* 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
* Set focus to PIN entry box in pref-panelambroslambrou@chromium.org2012-05-311-0/+2
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-3117-27/+75
* Specify full path to PlistBuddy.jamiewalch@chromium.org2012-05-311-1/+1
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-305-41/+45
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-305-45/+41