summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
Commit message (Expand)AuthorAgeFilesLines
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-3/+4
* Added nonce to client interface.jamiewalch@chromium.org2011-05-094-10/+29
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-062-0/+7
* Cope gracefully with scripts querying stats before client has started.wez@chromium.org2011-04-263-5/+9
* If the user selects scale-to-fit, then PepperView startssimonmorris@chromium.org2011-04-209-44/+388
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Report capture and encode time for chromotinghclam@google.com2011-04-053-11/+20
* Report decode and render latency for Chromotinghclam@google.com2011-04-054-7/+23
* Measure bandwidth for chromoting video channelhclam@google.com2011-04-054-0/+24
* Move some files from base to base/memory.levin@chromium.org2011-03-286-9/+9
* Move core renderer subdirectories to content.jam@chromium.org2011-03-161-2/+2
* Chromoting plugin to use a backing storehclam@google.com2011-03-142-15/+26
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-086-2/+501
* Chromoting client don't submit login info if not connectedhclam@chromium.org2011-03-071-0/+6
* Wire up the codepath from Javascript into Jingle for IQ packets.ajwong@chromium.org2011-03-0710-124/+232
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-1/+2
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-041-1/+29
* Let the host change resolution.simonmorris@chromium.org2011-03-046-13/+31
* Clang style fix for r76746.ajwong@chromium.org2011-03-031-4/+6
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-036-31/+13
* Let the host change resolution.simonmorris@chromium.org2011-03-036-13/+31
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-034-2/+126
* More logs from chromoting pepper clienthclam@chromium.org2011-03-021-8/+16
* Change the chromoting plugin login interfacehclam@chromium.org2011-03-022-38/+12
* Quick fix for chromoting plugni to connect.hclam@chromium.org2011-03-011-1/+1
* Chromoting client plugin use DebugString() instead of AsString()hclam@chromium.org2011-03-011-7/+7
* Add some missing VK to KeySym mappings, and some logging to aid debug.wez@chromium.org2011-03-011-0/+3
* Fold jingle_connection_to_host into connection_to_host.garykac@chromium.org2011-02-281-2/+1
* Add debug logging to Chromoting client UI.garykac@chromium.org2011-02-284-12/+66
* Implement a scrollbar for chromoting client pluginhclam@chromium.org2011-02-093-2/+26
* Speed up chromoting encoding and decoding path for VP8hclam@chromium.org2011-02-041-24/+32
* Handle Pepper ContextMenu event in Chromoting client plugingarykac@chromium.org2011-01-291-0/+5
* Chromoting pepper plugin to respond to BeginSessionResponsehclam@chromium.org2011-01-288-27/+93
* Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdownhclam@chromium.org2011-01-266-51/+271
* Chromoting plugin script interface to support login challengehclam@chromium.org2011-01-102-5/+50
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-072-4/+5
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-5/+8
* Removed dependence on remoting/client from remoting/protocol.sergeyu@chromium.org2010-11-052-2/+6
* Chromoting: Rename HostConnection to ConnectionToHostgarykac@chromium.org2010-11-044-7/+11
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-044-5/+8
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-0211-29/+28
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-0211-28/+29
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0211-29/+28
* Revert PPAPI change.brettw@chromium.org2010-11-0211-28/+29
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0211-29/+28
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-0211-28/+29
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-0211-29/+28
* Fix remoting to use scoped_refptr.willchan@chromium.org2010-10-231-3/+3