summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-191-6/+3
* Move Chromoting hostlist into tab (from extension popup)garykac@chromium.org2010-10-141-2/+5
* Hook up communication between Chromoting plugin and JS so that it can notify ...garykac@chromium.org2010-10-086-28/+180
* Fix up PPAPI renames in Chrome.neb@chromium.org2010-10-073-4/+4
* This is a monster CL.ajwong@chromium.org2010-10-044-119/+140
* Fix mouse event handling in Chromoting plugin.garykac@chromium.org2010-09-243-3/+4
* Pull latest PPAPI. Change key handling to support the new API.brettw@chromium.org2010-09-234-27/+33
* Add mouse/keyboard event support to Chromoting client (Pepper and X11).garykac@chromium.org2010-09-073-5/+23
* Unrevert 58354, reland PPAPI with the instance test disabled.brettw@chromium.org2010-09-021-1/+1
* Revert 58328 - Pull new PPAPI, reland 58319 and 58321.rohitrao@chromium.org2010-09-021-1/+1
* Pull new PPAPI, reland 58319 and 58321.brettw@chromium.org2010-09-021-1/+1
* Revert 58319 - Pull latest version of Pepper. This includes a reworked find i...brettw@chromium.org2010-09-021-1/+1
* Pull latest version of Pepper. This includes a reworked find interface.brettw@chromium.org2010-09-021-1/+1
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-303-13/+12
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Add mouse event support to Chromoting client (Pepper and X11).garykac@chromium.org2010-08-263-2/+36
* Pass ClientContext, HostConnection and ChromotingView into the input handler ...garykac@chromium.org2010-08-253-3/+9
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-242-8/+8
* Move common ChromotingView functionality into base class so that the code cangarykac@google.com2010-08-242-34/+20
* Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.thestig@chromium.org2010-08-232-8/+8
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-232-8/+8
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+2
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* Rename ChromotingPlugin -> ChromotingInstance to be more consistent withgarykac@google.com2010-08-077-51/+51
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-1/+2
* Reapply 53892 with ARM build fix as suggested by Kobic.ajwong@chromium.org2010-07-295-48/+328
* Revert 53892 - Initial scriptable object implementation.rsesek@chromium.org2010-07-285-323/+48
* Initial scriptable object implementation.ajwong@chromium.org2010-07-285-48/+323
* Change ClientConfig to be a struct since it's just a dumb data carrier.ajwong@chromium.org2010-07-271-1/+1
* [chromoting] Use zlib as the default encoder and decoderhclam@chromium.org2010-07-271-2/+2
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-232-2/+2
* Refactor the client code for the X11 version.garykac@google.com2010-07-207-88/+87
* Reapply r51857 to start building chromoting plugin. Update for ppapi changes.ajwong@chromium.org2010-07-167-384/+319
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-092-7/+7
* Revert r51857 "Integrating back into using the external ppapi/cpp wrappers."ajwong@chromium.org2010-07-087-316/+384