summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Changed AudioPacket data to a repeated field.kxing@chromium.org2012-08-161-3/+10
* Tidy up ChromotingInstance members a little.wez@chromium.org2012-08-152-45/+31
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-141-1/+1
* Piping for audio decoding.kxing@chromium.org2012-08-049-28/+154
* Replace PluginMessageLoopProxy with PluginThreadTaskRunner.sergeyu@chromium.org2012-07-273-18/+18
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Support for both 44.1 kHz and 48 kHz on the client.kxing@chromium.org2012-07-244-33/+65
* Make Chromoting client plugin always render at device DPI.wez@chromium.org2012-07-244-25/+51
* Create and destroy Pepper audio player on connect and disconnect.kxing@chromium.org2012-07-231-1/+2
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-235-0/+14
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-237-251/+153
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-209-19/+49
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-207-148/+251
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-207-251/+148
* Fix pepper crash when destroying client.sergeyu@chromium.org2012-07-181-3/+8
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-142-2/+6
* Ignore all sendto() errors for P2P sockets on the client side.sergeyu@chromium.org2012-07-091-2/+18
* Client code for playing back audiokxing@chromium.org2012-07-027-4/+238
* Roll libjingle 153:157sergeyu@chromium.org2012-06-291-1/+6
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-262-2/+2
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-262-4/+7
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-252-2/+15
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-131-0/+8
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-1213-129/+115
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-06-074-45/+51
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-027-1/+75
* Remove old MIME type for client plugin, and cleanup unused include.wez@chromium.org2012-06-021-2/+0
* Disable V1 auth support in remoting client and Me2Me host.sergeyu@chromium.org2012-05-314-31/+17
* Remove legacy scriptable-object interface from client plugin.wez@chromium.org2012-05-314-742/+8
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-304-43/+38
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-304-38/+43
* Revert 139424 - Remove V1 authenticators.sergeyu@chromium.org2012-05-305-28/+51
* Remove V1 authenticators.sergeyu@chromium.org2012-05-295-51/+28
* [Chromoting] Make the client plugin tell the webapp when the first video buff...simonmorris@chromium.org2012-05-254-1/+15
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-2/+1
* [Chromoting] Add a filter that will stop the host sending unnecessary clipboa...simonmorris@chromium.org2012-05-221-1/+0
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-222-15/+19
* [chromoting] Fix sticky c key with cmd on mac using usb keycodehclam@chromium.org2012-05-223-230/+143
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-164-7/+29
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-3/+1
* Fix PepperPortAllocator to resolve STUN addresses using HostResolverPrivate.sergeyu@chromium.org2012-05-165-90/+229
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-145-30/+7
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-115-7/+30
* [chromoting] Fix missing keyup events on Mac.hclam@chromium.org2012-05-085-0/+441
* Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources.viettrungluu@chromium.org2012-05-081-2/+1
* Implement PepperPortAllocatorsergeyu@chromium.org2012-05-042-0/+268
* Add a message to allow clients to control the video channel.wez@chromium.org2012-05-032-1/+18
* Check whether the client is connected before trying to write to channels.wez@chromium.org2012-05-012-5/+14
* Add notifyClientDimensions API to the Chromoting Client plugin.wez@chromium.org2012-05-012-1/+22
* Clamp events before they are sent to EventExecutors.wez@chromium.org2012-04-305-269/+4