summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Add missing type annotations in host_controller.jssergeyu2014-10-041-0/+2
* Android Chromoting: Add whats-new text for M39 releaselambroslambrou2014-10-031-1/+1
* [Chromoting] Extract platform checks into platform.jsgarykac2014-10-033-21/+42
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-0172-206/+157
* Use base::Value::IsType() to check base::Value types in src/remotingsergeyu2014-10-015-6/+5
* [Chromoting] Additional prototypes for jscompile.garykac2014-09-302-1/+18
* Fix typo in host_installer.jssergeyu2014-09-301-2/+2
* Fix remoting NM hosts to verify that incoming messages are dictionaries.sergeyu2014-09-293-6/+12
* Save the client base JID for authentication in case it differs from the email...rmsousa2014-09-2910-40/+156
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-2966-175/+151
* Android Chromoting: Don't fetch auth token if there's a fetch pending.lambroslambrou2014-09-271-1/+20
* Remove VPX conditionals from media and remoting.brettw2014-09-272-6/+0
* Link VPX into GN build more.Brett Wilson2014-09-261-2/+1
* Increase buffer size for XMPP sockets.sergeyu2014-09-251-4/+10
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-258-24/+25
* Make pop-up menus more easily dismissable.jamiewalch2014-09-254-23/+42
* Implement basic mocks for testing.jamiewalch2014-09-254-0/+348
* Remove implicit HANDLE conversions from remoting.rvargas2014-09-2513-51/+54
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-232-15/+9
* Roll libvpx 42ddeb:55f7bajohannkoenig2014-09-231-2/+1
* Move ownership of the tool-bar's menu buttons into remoting.Toolbar.jamiewalch2014-09-236-77/+71
* Remove dialog elements out of scroller element.sergeyu2014-09-231-34/+34
* Cleanup Fake* classes in remoting/protocolsergeyu2014-09-2314-495/+786
* Fix side-effect in DCHECK that breaks another DCHECK in JingleSession.sergeyu2014-09-232-2/+15
* Fix IT2Me.jamiewalch2014-09-221-1/+1
* Interfaceify ClientPlugin in preparation for mocking it.jamiewalch2014-09-228-1259/+1857
* Android Chromoting: Remove duplicate code for fetching the host list.lambroslambrou2014-09-201-10/+3
* Maintaining the proper order of initialization WeakPtrFactory in "src/remoting"kulkarni.a2014-09-205-16/+17
* Don't start PseudoTCP until underlying transport is connect.sergeyu2014-09-201-5/+16
* Fix crash in protocol perf test.sergeyu2014-09-201-1/+13
* Remote Assistance on Chrome OS Part II - Native Messaging renamingkelvinp2014-09-2013-203/+245
* Improve sign-in error UX.jamiewalch2014-09-191-2/+1
* Simplify VideoReader and VideoWritersergeyu2014-09-1918-444/+173
* Fix MenuButton for the case where multiple listeners are defined.jamiewalch2014-09-192-1/+4
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-1/+2
* Fix bump-scroll on Mac.jamiewalch2014-09-182-2/+12
* Remote Assistance on Chrome OS - Aura Desktop Capturerkelvinp2014-09-177-66/+389
* Fix JSCompile.jamiewalch2014-09-171-1/+1
* Revert of Remote Assistance on Chrome OS Part I - Aura Desktop Capturer (patc...acolwell2014-09-176-388/+65
* Remote Assistance on Chrome OS - Aura Desktop Capturerkelvinp2014-09-176-65/+388
* Fix V1 app crash when verifying sockets API is available.sergeyu2014-09-171-1/+1
* Fix failing DCHECKs in JingleSession added in r294653sergeyu2014-09-162-0/+4
* Disable Hangouts Remote Desktop Integration until it passes security reviewkelvinp2014-09-161-3/+7
* Remove legacy version of the control channel protocol.sergeyu2014-09-134-51/+12
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-1234-298/+561
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-1217-18/+18
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-1134-555/+298
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-1134-298/+555
* Remove some rtc hacks in the GN build.Brett Wilson2014-09-111-5/+0
* Declaring the weak_ptr_factory in proper order.anand.ratn2014-09-112-5/+5