summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Modify client to open up chromoting connection in a new tab.ajwong@chromium.org2010-08-043-54/+83
* Rudamentary Chrome extension version of the chromoting client UI.ajwong@chromium.org2010-08-044-0/+302
* 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-299-107/+332
* Revert 53892 - Initial scriptable object implementation.rsesek@chromium.org2010-07-289-327/+107
* Initial scriptable object implementation.ajwong@chromium.org2010-07-289-107/+327
* Fix class -> struct.ajwong@chromium.org2010-07-273-3/+4
* Change ClientConfig to be a struct since it's just a dumb data carrier.ajwong@chromium.org2010-07-2710-43/+27
* [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-239-374/+4
* Refactor the client code for the X11 version.garykac@google.com2010-07-2026-618/+695
* Reapply r51857 to start building chromoting plugin. Update for ppapi changes.ajwong@chromium.org2010-07-169-389/+328
* Changing UpdateStreamPacket protobuf definition for chromotinghclam@chromium.org2010-07-156-36/+141
* 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-089-325/+389
* Integrating back into using the external ppapi/cpp wrappers.ajwong@chromium.org2010-07-089-389/+325
* Fixed up some comments while I was looking at these files.dmaclach@chromium.org2010-06-302-5/+5
* Add flag to decoder class to flip the image vertically since that is requiredgarykac@google.com2010-06-282-2/+14
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-284-13/+286
* remoting: Extract the utility to get the BytesPerPixel from PixelFormat into ...tfarina@chromium.org2010-06-261-14/+3
* 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-2210-921/+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
* Fix remoting_unittestshclam@chromium.org2010-06-171-2/+3
* Hookup the ChromotingPlugin into the refactored implementationajwong@chromium.org2010-06-1716-88/+751
* Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.mattm@chromium.org2010-06-161-0/+1
* 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-156-9/+5
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-153-5/+82
* Fixing DecoderVerbatim in chromotinghclam@chromium.org2010-06-112-2/+5
* Add cmdline options to set the hostjid, jid and auth token for the chromotinggarykac@google.com2010-06-114-100/+140
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-113-9/+15
* Separate out HostConnection into an interface and a jingle-basedajwong@chromium.org2010-06-107-160/+282
* Fix chromoting windows buildhclam@chromium.org2010-06-102-33/+6
* Implement a chromoting client using X11hclam@chromium.org2010-06-0911-133/+683
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-11/+10
* Revert 49298 - Broke compile - Token-based authentication for chromoting.rsesek@chromium.org2010-06-093-10/+11
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-11/+10
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-0725-0/+2474