summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Remove UrlFetcher from remoting and use the one in net instead.jamiewalch@chromium.org2012-06-237-420/+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-2222-63/+414
* Adding support of [in] [out] parameters to remoting::dispatch::Invoke().alexeypa@chromium.org2012-06-212-29/+80
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-212-24/+0
* [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
* Fix up-scaling case to early-exit if no updates are within clip area.wez@chromium.org2012-06-201-0/+6
* [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-196-43/+63
* [Chromoting] Set expectations for MockEventExecutor::OnSessionStarted.simonmorris@chromium.org2012-06-193-2/+29
* Allow the Chromoting client plugin to support up-scaling, albeit slowly.wez@chromium.org2012-06-183-10/+48
* [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-182-1/+110
* C++ readability review fixes for r141239: Make Chromoting Host report crashes...alexeypa@chromium.org2012-06-1614-166/+177
* 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
* Cleaned up the reader and writer create methods to return scoped_ptr.kxing@chromium.org2012-06-158-16/+20
* Added files for audio readers.kxing@chromium.org2012-06-153-0/+137
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-1511-36/+134
* Convert use of TimeDeltas in remoting/host/it2me_host_user_interface.tedvessenes@gmail.com2012-06-151-2/+2
* Revert 142056 - Adding "Help us to improve..." message to be presented next t...jamiewalch@google.com2012-06-151-4/+0
* Added files for audio writers.kxing@chromium.org2012-06-155-0/+151
* [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-142-43/+185
* Roll Breakpad to @970.alexeypa@chromium.org2012-06-141-2/+3
* Shutdown It2Me host UI only after the host is stopped.sergeyu@chromium.org2012-06-141-4/+7
* Adding "Help us to improve..." message to be presented next to the checkbox e...alexeypa@chromium.org2012-06-141-0/+4
* [Chromoting] Using IDispatch::Invoke() to call Omaha inetrfaces.alexeypa@chromium.org2012-06-134-44/+772
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-138-1/+40
* Fix SSLSocketAdapter to handle asynchronous writes appropriately.sergeyu@chromium.org2012-06-132-63/+142
* Remvoe usb_keycode_map.h include from remoting.gypi to fix the treejam@chromium.org2012-06-131-1/+0
* 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-135-395/+4
* Update libjingle to 153.ronghuawu@chromium.org2012-06-132-3/+3
* Don't replace $1 with an empty string when localizing string for host plugin.sergeyu@chromium.org2012-06-131-1/+10
* Fix bump-scroll on Windows.jamiewalch@google.com2012-06-121-1/+4
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-122-9/+7
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-1213-129/+115
* 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-0816-11/+578
* Don't deregister the host if it wasn't stopped.jamiewalch@google.com2012-06-081-1/+2