summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-0/+1
* Implement PepperPacketSocketFactory.sergeyu@chromium.org2012-04-252-0/+456
* Refcounted types should not have public destructors, remoting/ editionrsleevi@chromium.org2012-04-243-6/+7
* Move PepperNetworkManager to client/pluginsergeyu@chromium.org2012-04-172-0/+161
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Fix the USB keycode field name in injectKeyEvent API.wez@chromium.org2012-04-101-1/+1
* Add APIs to the client plugin to re-map and trap key events.wez@chromium.org2012-04-095-2/+317
* Switch PepperView to use asynchronous completion for Flush().wez@chromium.org2012-04-084-51/+25
* Don't warn about low-memory when AllocateBuffer sees an empty clip rect.wez@chromium.org2012-04-071-14/+15
* [Chromoting] Let the client plugin pass clipboard items to the host.simonmorris@chromium.org2012-04-041-1/+7
* Use MockInputStub from protocol/protocol_mock_objects.h in tests.wez@chromium.org2012-04-041-10/+3
* Add an apiFeatures property to the client plugin.wez@chromium.org2012-04-032-1/+10
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-036-2/+27
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-034-15/+15
* Add an injectKeyEvent API to the Chromoting client plugin.wez@chromium.org2012-04-012-2/+23
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-312-1/+13
* [Chromoting] Let the webapp send text clipboard items to the client plugin.simonmorris@chromium.org2012-03-302-1/+17
* Prevent a couple unnecessary copies of Varstbreisacher@chromium.org2012-03-292-3/+3
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-283-5/+5
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-284-14/+18
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-273-0/+6
* [Chromoting] Remove noisy key event logging on client.garykac@chromium.org2012-03-171-2/+0
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-162-1/+2
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.wez@chromium.org2012-03-158-45/+30