summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Linux nativeKeyCode to USB keycode conversion table.garykac@chromium.org2012-03-151-0/+2
* Schedule a paint if the client plugin's view size or clip change.wez@chromium.org2012-03-132-5/+23
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-085-10/+22
* [Chromoting] Rename usb_keycode proto field to be consistent with keycode field.garykac@chromium.org2012-03-081-2/+1
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-051-2/+2
* Disable rendering on up-scale.wez@chromium.org2012-03-031-10/+3
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-025-11/+23
* Add usb_key_code to Chromotocol key events.garykac@chromium.org2012-02-281-0/+17
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-262-5/+5
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-2412-515/+526
* Revert 119390 - Log out input event modifiers and pressed keys every time ESC...wez@chromium.org2012-02-172-16/+0
* Implement support for messaging interface in the client plugin.sergeyu@chromium.org2012-02-177-236/+447
* Chromoting: Remove old client test server and test files that we no longergarykac@chromium.org2012-02-131-9/+0
* Switch Chromoting client to use new mime type.garykac@chromium.org2012-02-082-6/+1
* Fix crash on disconnectdcaiafa@chromium.org2012-02-041-16/+12
* Send position with mouse up/down events. dcaiafa@chromium.org2012-01-311-0/+2
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-314-37/+44
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-297-37/+37
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+2
* Log out input event modifiers and pressed keys every time ESC key is released.alexeypa@chromium.org2012-01-272-0/+16
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-244-13/+65
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-244-65/+13
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-244-13/+65
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-247-37/+37
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-247-37/+37
* Enable scale-to-fit by default if the plugin supports high-quality scaling.wez@chromium.org2012-01-181-1/+1
* Fix some style nits in the MouseInputFilter unit-tests.wez@chromium.org2012-01-181-11/+12
* Prevent the Chromoting log message handler from trying to handle LOG messages...garykac@chromium.org2012-01-141-10/+21