| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 144860 - Roll libjingle 153:157 | sergeyu@chromium.org | 2012-07-10 | 1 | -1/+6 |
* | Add an explicit function to init NSS for SSL server sockets | rsleevi@chromium.org | 2012-06-13 | 1 | -0/+8 |
* | MessageLoopProxy cleanups in remoting client. | sergeyu@chromium.org | 2012-06-12 | 5 | -30/+38 |
* | Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs. | wez@chromium.org | 2012-06-07 | 2 | -37/+38 |
* | [Chromoting] Initial plumbing for cursor shape. | garykac@chromium.org | 2012-06-02 | 4 | -0/+61 |
* | Remove old MIME type for client plugin, and cleanup unused include. | wez@chromium.org | 2012-06-02 | 1 | -2/+0 |
* | Disable V1 auth support in remoting client and Me2Me host. | sergeyu@chromium.org | 2012-05-31 | 1 | -18/+12 |
* | Remove legacy scriptable-object interface from client plugin. | wez@chromium.org | 2012-05-31 | 4 | -742/+8 |
* | Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs. | wez@chromium.org | 2012-05-30 | 2 | -30/+30 |
* | Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs. | wez@chromium.org | 2012-05-30 | 2 | -30/+30 |
* | Revert 139424 - Remove V1 authenticators. | sergeyu@chromium.org | 2012-05-30 | 2 | -24/+39 |
* | Remove V1 authenticators. | sergeyu@chromium.org | 2012-05-29 | 2 | -39/+24 |
* | [Chromoting] Make the client plugin tell the webapp when the first video buff... | simonmorris@chromium.org | 2012-05-25 | 4 | -1/+15 |
* | Don't depend on MessageLoopProxy in remoting protocol code. | sergeyu@chromium.org | 2012-05-24 | 1 | -2/+1 |
* | Changes needed to roll libjingle r141 to chrome. | sergeyu@chromium.org | 2012-05-22 | 2 | -15/+19 |
* | [chromoting] Fix sticky c key with cmd on mac using usb keycode | hclam@chromium.org | 2012-05-22 | 3 | -230/+143 |
* | Switch client to Pepper UDP API instead of Transport API. | sergeyu@chromium.org | 2012-05-16 | 2 | -3/+17 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting... | thestig@chromium.org | 2012-05-16 | 1 | -3/+1 |
* | Fix PepperPortAllocator to resolve STUN addresses using HostResolverPrivate. | sergeyu@chromium.org | 2012-05-16 | 5 | -90/+229 |
* | Revert 136692 - Switch client to Pepper UDP API instead of Transport API. | sergeyu@chromium.org | 2012-05-14 | 3 | -18/+3 |
* | Switch client to Pepper UDP API instead of Transport API. | sergeyu@chromium.org | 2012-05-11 | 3 | -3/+18 |
* | [chromoting] Fix missing keyup events on Mac. | hclam@chromium.org | 2012-05-08 | 5 | -0/+441 |
* | Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources. | viettrungluu@chromium.org | 2012-05-08 | 1 | -2/+1 |
* | Implement PepperPortAllocator | sergeyu@chromium.org | 2012-05-04 | 2 | -0/+268 |
* | Add a message to allow clients to control the video channel. | wez@chromium.org | 2012-05-03 | 2 | -1/+18 |
* | Check whether the client is connected before trying to write to channels. | wez@chromium.org | 2012-05-01 | 2 | -5/+14 |
* | Add notifyClientDimensions API to the Chromoting Client plugin. | wez@chromium.org | 2012-05-01 | 2 | -1/+22 |
* | Clamp events before they are sent to EventExecutors. | wez@chromium.org | 2012-04-30 | 2 | -4/+4 |
* | Roll libjingle 132:135 | sergeyu@chromium.org | 2012-04-26 | 1 | -0/+1 |
* | Implement PepperPacketSocketFactory. | sergeyu@chromium.org | 2012-04-25 | 2 | -0/+456 |
* | Move PepperNetworkManager to client/plugin | sergeyu@chromium.org | 2012-04-17 | 2 | -0/+161 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 1 | -1/+2 |
* | Fix the USB keycode field name in injectKeyEvent API. | wez@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Add APIs to the client plugin to re-map and trap key events. | wez@chromium.org | 2012-04-09 | 2 | -2/+47 |
* | Switch PepperView to use asynchronous completion for Flush(). | wez@chromium.org | 2012-04-08 | 4 | -51/+25 |
* | Don't warn about low-memory when AllocateBuffer sees an empty clip rect. | wez@chromium.org | 2012-04-07 | 1 | -14/+15 |
* | [Chromoting] Let the client plugin pass clipboard items to the host. | simonmorris@chromium.org | 2012-04-04 | 1 | -1/+7 |
* | Add an apiFeatures property to the client plugin. | wez@chromium.org | 2012-04-03 | 2 | -1/+10 |
* | [Chromoting] The client plugin can pass clipboard items to the webapp. | simonmorris@chromium.org | 2012-04-03 | 4 | -0/+19 |
* | This CL moves much of the input tracking logic out of ClientSession, which me... | wez@chromium.org | 2012-04-03 | 3 | -13/+13 |
* | Add an injectKeyEvent API to the Chromoting client plugin. | wez@chromium.org | 2012-04-01 | 2 | -2/+23 |
* | [Chromoting] Let the webapp send text clipboard items to the client plugin. | simonmorris@chromium.org | 2012-03-30 | 2 | -1/+17 |
* | Prevent a couple unnecessary copies of Vars | tbreisacher@chromium.org | 2012-03-29 | 2 | -3/+3 |
* | Address remaining nits for r129104. | sergeyu@chromium.org | 2012-03-28 | 3 | -5/+5 |
* | Implement exponential backoff for failed Me2Me authentication attempts | sergeyu@chromium.org | 2012-03-27 | 3 | -0/+6 |
* | [Chromoting] Remove noisy key event logging on client. | garykac@chromium.org | 2012-03-17 | 1 | -2/+0 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 2 | -1/+2 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Fix RectangleUpdateDecoder to reference the FrameConsumerProxy. | wez@chromium.org | 2012-03-15 | 4 | -22/+12 |
* | Update Linux nativeKeyCode to USB keycode conversion table. | garykac@chromium.org | 2012-03-15 | 1 | -0/+2 |