summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Run gn --format over all .gn filesagrieve2015-11-205-13/+12
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-1913-156/+198
* Plumbing SSLPrivateKey (//net)svaldez2015-11-192-3/+8
* unbreak the no-webrtc buildmostynb2015-11-191-2/+8
* remoting: remove usage of CapturedFrame.elapsed_time in CastVideoCapturerAdaptertfarina2015-11-192-9/+1
* Revert of Flip 'Linux x64' bot on chromium waterfall to GN. (patchset #2 id:2...dpranke2015-11-191-1/+2
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-1/+3
* Flip 'Linux x64' bot on chromium waterfall to GN.dpranke2015-11-191-2/+1
* mac: Some consumers of SharedMemory require a POSIX fd.erikchen2015-11-191-0/+8
* Implement WebrtcTransportsergeyu2015-11-1913-9/+835
* Chromoting: Avoid double close() of log file descriptor.lambroslambrou2015-11-171-1/+3
* Refactoring to support additional Touch input modes.joedow2015-11-177-247/+471
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-11-1652-209/+85
* Build NaCl in the CrOS GN builds and make sure "all" worksdpranke2015-11-161-1/+1
* Initialize Chromoting env from /etc/default/locale and per-user file.lambroslambrou2015-11-161-19/+23
* Android Chromoting: Fix Help back buttonlambroslambrou2015-11-132-5/+1
* Android Chromoting: Update empty-host-list screenlambroslambrou2015-11-1310-10/+25
* Android Chromoting: Update Play Store what's-new text.lambroslambrou2015-11-131-2/+3
* Closure compiler: Add app_remoting_webapp to bot. Fix some errors.tommycli2015-11-134-3/+7
* Change filename produced by remoting_apk target.lambroslambrou2015-11-123-3/+1
* Android Chromoting: Refactor help-and-feedback implementation.lambroslambrou2015-11-127-15/+116
* Collect prior session summary for reconnect button.kelvinp2015-11-125-4/+93
* Unify mc.exe calling in GN, set environment.brettw2015-11-113-68/+1
* Hide Reconnect button when connection is dropped due to CLIENT_SUSPENDEDkelvinp2015-11-113-33/+65
* Renaming Remoting Android Touch Input classes to prepare for refactor.joedow2015-11-114-522/+521
* [Chromoting] Fix telemetry error in remoting.It2MeActivitykelvinp2015-11-101-9/+22
* Move ChromiumPortAllocatorFactory to remoting/protocolsergeyu2015-11-107-24/+26
* [Chromoting] SessionLogger refactor.kelvinp2015-11-1013-194/+140
* Added default case to fix Desktop.java compilation.timav2015-11-091-0/+4
* GN: Avoid nontrivial shell commands in gcc_toolchain tool("link")mcgrathr2015-11-092-4/+22
* Cleanup list of targets in remoting_allsergeyu2015-11-091-4/+8
* Suspend ActionBar autohide timer during user interaction.joedow2015-11-091-6/+68
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-11-0910-0/+20
* Use the Local Machine Cert store in the token validator.weitaosu2015-11-072-9/+38
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-11-0610-14/+14
* Only build remoting_me2me_host_archive in chrome_branded build.dpranke2015-11-051-4/+4
* Adding assets and menu item for Touch input mode.joedow2015-11-058-6/+14
* Reports PNaCl plugin error to the telemetry service.kelvinp2015-11-054-10/+37
* port remoting_me2me_host_archive to GNdpranke2015-11-046-9/+218
* Fix build_deb.sh script to work for any output directory.sergeyu2015-11-033-10/+18
* Fix chromoting host to report error when closing connection.sergeyu2015-11-0347-159/+207
* Move curtain_mode and signal_handler to remoting_hostsergeyu2015-11-033-12/+14
* Fixing image canvas resize problems when showing/hiding system UI.joedow2015-11-025-36/+218
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-11-0252-4/+108
* Rename TransportSession->Transportsergeyu2015-10-3119-154/+134
* Set encode-time when done encoding a frame.anandc2015-10-311-0/+3
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-3146-193/+145
* Fix chromoting host to report error when closing connection.sergeyu2015-10-3046-145/+193
* Adding initial touch methods and data structures for Android Remoting client.joedow2015-10-289-14/+327
* Remove remoting::protocol::Transport interface.sergeyu2015-10-2812-396/+347