summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-265-11/+35
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-2615-116/+284
* Redirect Me2Me session stdout+stderr to /tmp.lambroslambrou@chromium.org2012-02-251-2/+11
* Inject key-up events between key-down repeats, so that X sees the repeats.wez@chromium.org2012-02-251-2/+13
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-2515-278/+116
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-2515-116/+278
* Chromoting: remove debug log div and direct logging to console.loggarykac@chromium.org2012-02-259-183/+155
* Renaming remoting_host_service*.* -> host_service*.* to make class names and ...alexeypa@chromium.org2012-02-255-12/+12
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-2421-679/+689
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-2410-242/+111
* Move NAT message inside host dialog.jamiewalch@google.com2012-02-243-64/+69
* Fix leaks due to async cleanup in LibjingleTransportFactory.sergeyu@chromium.org2012-02-241-0/+1
* Revert 123513 - The chromoting host expands dirty regions to a set of 16x16 b...simonmorris@chromium.org2012-02-245-318/+7
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-245-7/+318
* Implemented the infrustructure for monitoring sessions attaching to and detac...alexeypa@chromium.org2012-02-247-12/+324
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-248-58/+111