summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused CSS.jamiewalch@google.com2012-03-023-4195/+17
* Making the me2me host compiling and running on Windows. This includes making ...alexeypa@chromium.org2012-03-027-86/+394
* [Chromoting] Log extension name and version number on startup.garykac@chromium.org2012-03-021-0/+18
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-8/+1
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-0222-99/+117
* Fix check_deps broken in 124769sergeyu@chromium.org2012-03-021-1/+1
* Fix flakiness of the TestFailedChannelAuth unittest.sergeyu@chromium.org2012-03-021-13/+26
* Display correct error message when the client fails to establish P2P connection.sergeyu@chromium.org2012-03-023-1/+6
* Include override the new override headers in libjingle.sergeyu@chromium.org2012-03-021-2/+2
* Added connection history (minus the history data)jamiewalch@google.com2012-03-029-21/+399
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-029-15/+42
* * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...ronghuawu@chromium.org2012-03-011-9/+11
* Chromoting service now launches the host process in the session the is curren...alexeypa@chromium.org2012-03-014-14/+377
* Fix JingleSession to properly set initiator field in session.sergeyu@chromium.org2012-02-294-5/+25
* Replaced IT2Me and host list UI tables with flex-boxes.jamiewalch@google.com2012-02-285-68/+93
* Update Iq log formatting code Chromoting.garykac@chromium.org2012-02-281-43/+42
* Move auth screen to a modal dialog.jamiewalch@google.com2012-02-282-16/+22
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-285-7/+318
* Add usb_key_code to Chromotocol key events.garykac@chromium.org2012-02-282-2/+24
* Change Chromoting logging to use console.log instead of remoting.debug.log.garykac@chromium.org2012-02-2811-241/+246
* Disable keyboard auto-repeat in the Me2Me session.lambroslambrou@google.com2012-02-271-0/+16
* Move client UI into a modal dialog.jamiewalch@google.com2012-02-276-167/+117