summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-1629-71/+312
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-162-3/+5
* Fixed auth dialog spacing.jamiewalch@chromium.org2012-03-161-1/+1
* remoting: Move CGRectToSkIRect() to the only file where it's calledthakis@chromium.org2012-03-151-4/+13
* Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.wez@chromium.org2012-03-158-45/+30
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-153-3/+4
* Update Linux nativeKeyCode to USB keycode conversion table.garykac@chromium.org2012-03-151-0/+2
* The Disconnect and Continue windows should have the WS_EX_TOOLWINDOW style se...alexeypa@chromium.org2012-03-151-6/+6
* [Chromoting] Add USB keycode handling to Windows host.garykac@chromium.org2012-03-152-142/+173
* [Chromoting] Let the webapp detect new clipboard text items when it gets focus.simonmorris@chromium.org2012-03-156-1/+124
* Native to USB keycode conversion for Macgarykac@chromium.org2012-03-151-0/+6
* Fixed button centering.jamiewalch@chromium.org2012-03-151-1/+1
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-2/+2
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-156-5/+15
* USB -> Mac keycode data.garykac@chromium.org2012-03-142-324/+375
* remoting: convert another unittest MessageLoop to MessageLoopForIOagl@chromium.org2012-03-141-1/+1
* [Chromoting] Add USB keycode handling to Linux host.garykac@chromium.org2012-03-143-16/+406
* Making remoting unittests use an IO MessageLoop.agl@chromium.org2012-03-141-1/+1
* Fixing the plugin crash when a user tries to share the screen (it2me).alexeypa@chromium.org2012-03-144-25/+12
* Schedule a paint if the client plugin's view size or clip change.wez@chromium.org2012-03-132-5/+23
* Port remoting_me2me_host to Mac.lambroslambrou@chromium.org2012-03-135-169/+108
* [Chromoting] Fix left alignment of stats bargarykac@chromium.org2012-03-131-0/+1
* Hide daemon UI initially.jamiewalch@google.com2012-03-123-11/+22
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-1225-87/+780
* Remove NewRequiredCallback.brettw@chromium.org2012-03-101-3/+2
* Allow the Linux daemon to be stopped and started via the web-app and for the ...jamiewalch@chromium.org2012-03-096-28/+132
* Making sure NetworkSettings is always properly initialized.alexeypa@chromium.org2012-03-081-0/+1
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-087-24/+48
* Making remoting::ScopedScHandle an instance of the base::win::GenericScopedHa...alexeypa@chromium.org2012-03-083-64/+16
* [Chromoting] Rename usb_keycode proto field to be consistent with keycode field.garykac@chromium.org2012-03-082-3/+2
* Cleaned up message and centered-button classes.jamiewalch@google.com2012-03-072-21/+13
* Show confirmation prompt when the user deletes a host.jamiewalch@google.com2012-03-074-5/+114
* Fixed button font on Macjamiewalch@google.com2012-03-071-1/+1
* Suppress key-repeat on Linux hostlambroslambrou@chromium.org2012-03-072-18/+31
* Updated icons to look good against themed NTP.jamiewalch@google.com2012-03-074-0/+0
* Include user or host in session-finished message.jamiewalch@google.com2012-03-063-0/+16
* Fixed tool-bar button padding.jamiewalch@google.com2012-03-061-4/+0
* Prevent initial display of modal dialogs when loading.jamiewalch@chromium.org2012-03-061-1/+9
* Use classList in host_table_entryjamiewalch@chromium.org2012-03-065-79/+34
* Don't crash in ~HostNPScriptObject() when the object wasn't initialized.sergeyu@chromium.org2012-03-068-68/+61
* [Chromoting] Get extension name directly from translation.garykac@chromium.org2012-03-061-1/+2
* [Chromoting] Use classList instead of custom addClass/removeClass routines.garykac@chromium.org2012-03-066-52/+50
* Sort host list to put on-line hosts first.jamiewalch@google.com2012-03-061-0/+13
* CSS clean-up.jamiewalch@google.com2012-03-054-257/+123
* Remove scrollbar styling, which provokes a WebKit/Chrome rendering issue.wez@chromium.org2012-03-051-39/+0
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-055-9/+11
* Disable rendering on up-scale.wez@chromium.org2012-03-032-10/+12
* Include the headers from the libjingle overrides.ronghuawu@chromium.org2012-03-035-8/+9
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-033-14/+6
* To get the chromoting host list, pass the OAuth access token as a URL parameter,simonmorris@chromium.org2012-03-021-2/+4