summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin
Commit message (Expand)AuthorAgeFilesLines
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-012-3/+10
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-1/+1
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-292-13/+6
* The host sends simple log entries to the server.simonmorris@chromium.org2011-11-222-2/+12
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-4/+0
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-4/+22
* -Wexit-time-destructors for remoting.thakis@chromium.org2011-11-101-5/+8
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-1/+2
* Fix the Chromoting Host plugin's MIME type on Linux.wez@chromium.org2011-11-031-1/+1
* Change linux NAT traversal default for Chromoting.dmaclach@chromium.org2011-11-011-12/+0
* Get web-app name, MIME type and description from gyp file for all platforms, ...jamiewalch@google.com2011-10-314-50/+49
* Refactored web-appjamiewalch@chromium.org2011-10-281-0/+2
* Pass current state to callback.jamiewalch@google.com2011-10-261-2/+4
* Remove exe permission.jamiewalch@chromium.org2011-10-251-0/+0
* Initial prototype minus drop-shadow.jamiewalch@chromium.org2011-10-241-10/+7
* Fix check for existing host log handler. [Chromoting]garykac@chromium.org2011-10-221-1/+2
* Use separate strings for host- and client-side disconnect buttons.jamiewalch@google.com2011-10-111-1/+1
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Show warning if NAT is disabled.jamiewalch@google.com2011-10-052-3/+57
* Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct...sergeyu@chromium.org2011-09-301-7/+1
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-292-3/+3
* Turn on NAT traversal on Mac by default.dmaclach@chromium.org2011-09-261-3/+3
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+3
* Set policy for Windows to ON by default.dmaclach@chromium.org2011-09-201-2/+11
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-183-6/+6
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-132-9/+5
* Added l10n support to Mac host dialogs.jamiewalch@google.com2011-09-121-1/+1
* Cleanup state transitions for Host plugin.sergeyu@chromium.org2011-09-092-49/+142
* Fix Linux checkperm failure from r100441.thestig@chromium.org2011-09-091-0/+0
* Added l10n support to host dialogs on Windows.jamiewalch@chromium.org2011-09-091-5/+9
* Policy for the plugin is now governed by policies set for Chrome. This keeps ...dmaclach@chromium.org2011-09-083-66/+11
* Change Chromoting logger to be setup in CreatePlugin.garykac@chromium.org2011-09-065-54/+203
* Run LocalizeStrings() on plugin thread.lambroslambrou@chromium.org2011-08-304-36/+67
* Remoting host policy for mac.dmaclach@chromium.org2011-08-271-2/+76
* Add build step to verify the l10n strings are not out of sync.jamiewalch@google.com2011-08-241-9/+13
* Fix handling of DesktopEnvironment creation failure.wez@chromium.org2011-08-201-4/+4
* Fixed web-app share error handling.jamiewalch@google.com2011-08-191-1/+2
* Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.sergeyu@chromium.org2011-08-182-31/+26
* Fixed footer i18n so that 3 entries are no longer needed.jamiewalch@google.com2011-08-181-9/+10
* Implement Windows NAT traversal policy support for the Chromoting host plugin.ajwong@chromium.org2011-08-175-119/+340
* Clean up init sequence for capturer.dmaclach@chromium.org2011-08-171-0/+4
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-163-49/+67
* Revert 97050 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-163-67/+49
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-163-49/+67
* Revert 96981 - Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-163-67/+49
* Add PluginMessageLoopProxy and use it for Host plugin UI thread.sergeyu@chromium.org2011-08-163-49/+67
* Host process i18n and Linux implementation.jamiewalch@google.com2011-08-164-30/+129
* Framework to allow Chromoting host to respect NAT traversal policy in linux.ajwong@chromium.org2011-08-156-7/+575
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-1/+2