summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrating back into using the external ppapi/cpp wrappers.ajwong@chromium.org2010-07-087-384/+316
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-284-13/+286
* Chromium side changes to use PP_CompletionCallback as the Flush callback.darin@chromium.org2010-06-251-2/+5
* Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...mrossetti@chromium.org2010-06-234-282/+14
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-234-14/+282
* Convert chromoting to pepperv2 API.ajwong@chromium.org2010-06-225-202/+93
* Deleting obsolete chromoting files.ajwong@chromium.org2010-06-218-913/+0
* Fix up build on Mac. Needed to initialize member vars.dmaclach@chromium.org2010-06-181-1/+2
* Hookup the ChromotingPlugin into the refactored implementationajwong@chromium.org2010-06-176-53/+416
* Coverity: Fix leak in ChromotingClient::read_image.mattm@chromium.org2010-06-152-8/+5
* Fix broken build.dmaclach@chromium.org2010-06-151-2/+12
* Tighten up compile warnings based to match other chromium sub-projects.dmaclach@chromium.org2010-06-154-7/+1
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-0713-0/+1199