summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Update targetSdkVersion for Chromium applications.aurimas2014-10-213-3/+3
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-21190-1268/+1140
* [Chromoting] Update build-webapp.py to support app_remoting webapps.garykac2014-10-181-29/+149
* Convert ARRAYSIZE_UNSAFE -> arraysize in remoting/.viettrungluu2014-10-163-6/+4
* Chromoting Android: Fix getActionBar() NullPointerExceptionlambroslambrou2014-10-161-2/+2
* Fix Java indentation issues.aurimas2014-10-163-28/+30
* Cleanup: Consolidate initialization of Android's SecureRandom class.lambroslambrou2014-10-162-41/+2
* Use int64 more pervasively in storing time s/ms/us values.pkasting2014-10-142-3/+3
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-144-13/+17
* Use View Holder pattern in AccountsAdapter.getView().sungmann.cho2014-10-141-1/+4
* Android Chromoting: Don't include API key with Directory requestlambroslambrou2014-10-111-6/+2
* Linux Chromoting: Explicitly kill all child processes on termination.lambroslambrou2014-10-101-3/+18
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-1/+1
* remove more OVERRIDE instances in remoting/mostynb2014-10-094-14/+14
* Improve identity error log message.jamiewalch2014-10-091-1/+4
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-08262-986/+986
* Update remoting.LogToServer to use SignalStrategy for outgoing messages.sergeyu2014-10-072-47/+42
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-078-69/+185
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-10-072-3/+3
* Linux Chromoting: Run session script with '/bin/sh', not $SHELL.lambroslambrou2014-10-071-5/+4
* Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost"Hayato Ito2014-10-078-185/+69
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-078-69/+185
* 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