summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Me2Me Telemetry Integration test.kelvinp2015-08-2715-88/+929
* Move remoting/base/resources* to remoting/hostsergeyu2015-08-2613-25/+24
* Fix off-by-one error for Chromoting Connections enumerated histogram max.anandc2015-08-261-5/+3
* Android Chromoting: Move load texture function into Desktop object and add bo...shichengfeng2015-08-262-53/+62
* Reland "jni_generator: Make all object-returning natives return ScopedJavaLoc...torne2015-08-261-9/+8
* Android Chromoting: Refactor out skybox.shichengfeng2015-08-252-200/+246
* Removing circular dependency from App Remoting Test Driver code.joedow2015-08-257-73/+41
* Remove dependencies remoting has on GICE-related constants.pthatcher2015-08-254-9/+2
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-241-1/+1
* Revert of jni_generator: Make all object-returning natives return ScopedJavaL...nasko2015-08-241-8/+9
* Remove third-party translations.newt2015-08-241-35/+0
* jni_generator: Make all object-returning natives return ScopedJavaLocalRef.torne2015-08-241-9/+8
* Get Field-Trial for a web-app session and, depending on group returned, enabl...anandc2015-08-223-7/+50
* Add UMA stats for connection times and durations in the Chromoting plugin.anandc2015-08-225-3/+124
* remoting: Remove dependency on YUV code in src/mediasergeyu2015-08-2115-392/+11
* Fix QuicChannelFactory to insert '\0' between fields.sergeyu2015-08-212-6/+32
* Improve the reliability of our Log events.kelvinp2015-08-2111-133/+220
* Fix various errorprone warnings and errors.mikecase2015-08-212-4/+4
* Control the logging channel from the directory for It2Mekelvinp2015-08-211-3/+5
* Android Chromoting: Refactor desktop drawing.shichengfeng2015-08-212-152/+230
* Pass error messages from native messaging to web-app.jamiewalch2015-08-2114-44/+343
* GN: Enable PNaCl plugin compilation for the key_tester app.sergeyu2015-08-203-49/+66
* Simplify VideoDecoder interfacesergeyu2015-08-2010-549/+200
* Android Chromoting: Some small UI tweakslambroslambrou2015-08-203-2/+7
* Fix IT2Me connection error dialog.jamiewalch2015-08-201-3/+1
* remoting: Simplify FrameConsumer interface and remove FrameProducer interface.sergeyu2015-08-2021-1033/+560
* Introduce a client minimum picture pool sizelpique2015-08-201-0/+10
* Include the host version number in logs.jamiewalch2015-08-191-1/+4
* Chromoting Android: Refactor the eye point drawing code into CardboardActivit...shichengfeng2015-08-192-49/+91
* Remove VideoDecoder::Initialize().sergeyu2015-08-198-34/+13
* Report XMPP errors to the backend.kelvinp2015-08-1913-24/+349
* ProcessVideoPacket(): Call |done| callback on expected thread.lambroslambrou2015-08-191-2/+2
* Updating XTBs based on .GRDs from branch masterAlex Mineer2015-08-1941-123/+328
* Android Chromoting: Provide the function to adjust the distance between view ...shichengfeng2015-08-192-15/+75
* Make output paths more consistent in remoting.petermayo2015-08-182-15/+17
* Android Chromoting: Add border for desktop in Cardboard Activity.shichengfeng2015-08-181-2/+9
* Android Chromoting: Add skybox environment for the Cardboard desktop activity.shichengfeng2015-08-183-20/+410
* Create list file for GN target //remoting/webapp:unit_testskelvinp2015-08-173-10/+38
* Updating XTBs based on .GRDs from branch masterAlex Mineer2015-08-1741-328/+123
* Pre-emptive fix for new protobuf version.pkasting2015-08-171-0/+1
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-1741-10252/+10252
* Revert of Record the XMPP error in remoting.FormatIq. (patchset #4 id:60001 o...msramek2015-08-175-252/+37
* Record the RTT for empty packets.jamiewalch2015-08-151-20/+19
* Disable flaky PolicyWatcherTest.TestRealChromotingPolicy on ASAN.jam2015-08-151-1/+7
* Record the XMPP error in remoting.FormatIq.kelvinp2015-08-145-37/+252
* Pre-emptive fix for new protobuf version.pkasting2015-08-141-0/+1
* Send connection setup results using XHRs.jamiewalch2015-08-1410-73/+6
* Implement common stats-update method for use by multiple video-renderers.anandc2015-08-1411-123/+270
* Enable QUIC support in chromotingsergeyu2015-08-1428-21/+268
* Implement QuicChannel and QuicChannelFactorysergeyu2015-08-1413-9/+1292