summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin
Commit message (Expand)AuthorAgeFilesLines
* C++ readability review fixes for r141239: Make Chromoting Host report crashes...alexeypa@chromium.org2012-06-161-26/+18
* Detect if user closes the pref-pane without disabling Chromotinglambroslambrou@chromium.org2012-06-161-1/+1
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-151-3/+7
* 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-131-0/+2
* Make Chromoting Host report crashes to Breakpad (Windows only). The user must...alexeypa@chromium.org2012-06-081-6/+4
* Create UserInterface object on the UI thread.sergeyu@chromium.org2012-06-081-2/+4
* Return NOT_IMPLEMENTED on unsupported OSes.jamiewalch@chromium.org2012-05-302-0/+7
* Use distributed notifications instead of polling to determine success/failure...jamiewalch@chromium.org2012-05-151-49/+100
* Chromoting: Implemented GetVersion for Windows.alexeypa@chromium.org2012-05-151-3/+30
* Merging IDaemonControl and IDaemonControlUi.alexeypa@chromium.org2012-05-141-20/+10
* Implemented GetVersion for Mac.jamiewalch@chromium.org2012-05-111-7/+33
* Chromoting: the Me2me host (on Mac and Windows) now presents a notification o...alexeypa@chromium.org2012-05-113-130/+6
* Implemented getVersion framework.jamiewalch@chromium.org2012-05-116-0/+80
* Add polling to DoSetConfigAndStart and increased timeout for Stop.jamiewalch@google.com2012-05-091-12/+25
* Preference Pane for chromoting on Maclambroslambrou@chromium.org2012-05-081-127/+63
* The unprivileged part of Chromoting host configuration is read via the daemon...alexeypa@chromium.org2012-05-051-43/+67
* Chromoting: Stop the Mac daemon if a permanent error is encountereddcaiafa@chromium.org2012-05-041-18/+20
* Make the PIN confirmation dialog focused properly.alexeypa@chromium.org2012-05-021-1/+26
* Make sure the elevated controller release timer is stopped and destroyed on t...alexeypa@chromium.org2012-05-011-100/+98
* [Chromoting] Factor out common code for pin hashing.simonmorris@chromium.org2012-05-011-11/+2
* Implement HostPortAllocator.sergeyu@chromium.org2012-05-011-1/+3
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-1/+1
* Don't read Linux host configuration if binary is not on path.wez@chromium.org2012-04-282-16/+20
* [Chromoting] Factor duplicated code out of the Windows daemon controller.simonmorris@chromium.org2012-04-271-16/+22
* Limiting the maximum time the Chromoting Host Controller UAC promt can be sus...alexeypa@chromium.org2012-04-261-1/+20
* Making sure that UAC promts fired by the Chromoting plugin get focus (instead...alexeypa@chromium.org2012-04-259-21/+103
* [Chromoting] Clarify the daemon controller interface documentation.simonmorris@chromium.org2012-04-251-5/+9
* [Chromoting] Let the Windows daemon controller read the unprivileged part of ...simonmorris@chromium.org2012-04-251-20/+39
* Write Mac Me2Me config as rootlambroslambrou@chromium.org2012-04-201-24/+44
* [Chromoting] Implement UpdateConfig() for the Windows host.simonmorris@chromium.org2012-04-171-3/+34
* Add file thread in MessageHostContext.sergeyu@chromium.org2012-04-171-2/+1
* Avoiding unnecessary conversion to UTF16 in runtime.alexeypa@chromium.org2012-04-141-2/+1
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-0/+1
* Implemented updateConfig for Mac.jamiewalch@chromium.org2012-04-122-4/+34
* Don't return from Stop until the GetState returns STOPPED.jamiewalch@chromium.org2012-04-121-2/+37
* Fixed missing negation.jamiewalch@chromium.org2012-04-111-1/+1
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-112-3/+6
* Implemented on-demand installation of the Chromoting Host on Windows.alexeypa@chromium.org2012-04-104-23/+513
* Use ScopedRefNPObject to pass NPObjects in the host plugin.sergeyu@chromium.org2012-04-094-39/+36
* Add config validation for updateDaemonConfig() method.sergeyu@chromium.org2012-04-092-18/+22
* Implement GetConfig() and UpdateConfig in DaemonControllerLinux.sergeyu@chromium.org2012-04-071-4/+59
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-071-13/+12
* Store PIN hash in host config.sergeyu@chromium.org2012-04-072-1/+50
* Move host registration code to the HostController class.sergeyu@chromium.org2012-04-061-0/+3
* Cleaning up remoting/remoting.gyp:alexeypa@chromium.org2012-04-051-2/+1
* Chromoting Me2Me installation flow for Mac.lambroslambrou@chromium.org2012-04-051-3/+1
* Replace SetDaemonPin() method with UpdateDaemonConfig()sergeyu@chromium.org2012-04-046-59/+58
* Add completion callbacks in the DaemonController interface.sergeyu@chromium.org2012-04-036-224/+300