summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin/host_script_object.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 159572 - Updated 'Connected' message to include audio info.jamiewalch@google.com2012-10-021-10/+3
* [Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins...alexeypa@chromium.org2012-10-011-42/+35
* Updated 'Connected' message to include audio info.jamiewalch@google.com2012-10-011-3/+10
* Move DaemonController to remoting/host/setupsergeyu@chromium.org2012-10-011-1/+0
* Revert 159402 - Move DaemonController to remoting/host/setupdharani@google.com2012-09-291-0/+1
* Move DaemonController to remoting/host/setupsergeyu@chromium.org2012-09-291-1/+0
* Revert 159354 - Move DaemonController to remoting/host/setupmichaeln@google.com2012-09-291-0/+1
* Move DaemonController to remoting/host/setupsergeyu@chromium.org2012-09-281-1/+0
* Show a helpful error message if a host domain policy blocked an attempt to usesimonmorris@chromium.org2012-09-191-2/+10
* Handle certificate generation errors in chromoting host.sergeyu@chromium.org2012-09-141-2/+10
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-6/+19
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-34/+8
* [Chromoting] Wait synchronously until it is safe to drop task runner references.alexeypa@chromium.org2012-09-121-5/+12
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-8/+36
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-36/+8
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-8/+36
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-36/+8
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-8/+36
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-36/+8
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-041-7/+20
* Log when the host is started for an account.rmsousa@chromium.org2012-08-311-1/+1
* Limit the ports used by IT2Me when NAT traversal is disabled.wez@chromium.org2012-08-241-6/+13
* [Chromoting] Implement the host domain policy.simonmorris@chromium.org2012-08-021-18/+47
* Add HostEventLogger to It2Me host plugin.alexeypa@chromium.org2012-07-271-0/+6
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-2/+2
* Replace PluginMessageLoopProxy with PluginThreadTaskRunner.sergeyu@chromium.org2012-07-271-2/+2
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-2/+2
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-2/+2
* [Chromoting] Refactor the host policy watcher so that policies can easily be ...simonmorris@chromium.org2012-07-241-10/+27
* Move responsibility for l10n parameters to the caller.jamiewalch@chromium.org2012-07-241-4/+17
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-47/+47
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-221-3/+60
* [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
* Create UserInterface object on the UI thread.sergeyu@chromium.org2012-06-081-2/+4
* Chromoting: the Me2me host (on Mac and Windows) now presents a notification o...alexeypa@chromium.org2012-05-111-5/+6
* Implemented getVersion framework.jamiewalch@chromium.org2012-05-111-0/+43
* [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
* Making sure that UAC promts fired by the Chromoting plugin get focus (instead...alexeypa@chromium.org2012-04-251-0/+4
* Add file thread in MessageHostContext.sergeyu@chromium.org2012-04-171-2/+1
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-0/+1
* 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-111-2/+4
* Use ScopedRefNPObject to pass NPObjects in the host plugin.sergeyu@chromium.org2012-04-091-30/+17
* Add config validation for updateDaemonConfig() method.sergeyu@chromium.org2012-04-091-13/+21
* Store PIN hash in host config.sergeyu@chromium.org2012-04-071-1/+42
* Replace SetDaemonPin() method with UpdateDaemonConfig()sergeyu@chromium.org2012-04-041-17/+21
* Add completion callbacks in the DaemonController interface.sergeyu@chromium.org2012-04-031-12/+64