index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
remoting_test.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
remoting: Simplify FrameConsumer interface and remove FrameProducer interface.
sergeyu
2015-08-20
1
-0
/
+1
*
Implement QuicChannel and QuicChannelFactory
sergeyu
2015-08-14
1
-0
/
+1
*
Created the ConnectionPerformanceFixture and its respective tests.
tonychun
2015-08-06
1
-0
/
+3
*
Remove remoting client plugin from chrome.
sergeyu
2015-08-04
1
-6
/
+0
*
Created debug mode and dump image
liaoyuke
2015-08-04
1
-0
/
+2
*
Remove legacy CRD application types.
sergeyu
2015-08-04
1
-1
/
+1
*
Revert "Remove legacy CRD application types."
Mitsuru Oshima
2015-08-04
1
-1
/
+1
*
Remove legacy CRD application types.
sergeyu
2015-08-03
1
-1
/
+1
*
Added ConnectionTimeObserver to provide a way to calculate times between the ...
tonychun
2015-07-31
1
-0
/
+3
*
Updated latency fixture to match internal classes and refactored
liaoyuke
2015-07-27
1
-0
/
+2
*
Added chromoting test environment for the chromoting tests to share data.
tonychun
2015-07-24
1
-0
/
+7
*
Misc GN build improvements, mostly Windows.
brettw
2015-07-23
1
-0
/
+6
*
Support for connecting to localhost on the chromoting test driver.
tonychun
2015-07-20
1
-1
/
+4
*
Add P2PDatagramSocket and P2PStreamSocket interfaces.
sergeyu
2015-07-20
1
-2
/
+0
*
Cleanup inconsistencies between GN and GYP in //remoting
sergeyu
2015-07-16
1
-81
/
+30
*
Move code that doesn't depend on PPAPI out of remoting/client/plugin
sergeyu
2015-07-16
1
-8
/
+4
*
Adding the ChromotingHostListFetcher and its respective unittests.
tonychun
2015-07-10
1
-0
/
+9
*
Added test interface: AppRemotingLatencyTestFixture
liaoyuke
2015-07-08
1
-0
/
+5
*
Move remoting-specific adapters from jingle/glue to remoting/protocol
sergeyu
2015-07-06
1
-2
/
+4
*
Adding the ability to release hosts after testing to the app remoting test dr...
joedow
2015-07-02
1
-0
/
+11
*
Convert remoting_unittests to run exclusively on Swarming
maruel
2015-07-01
1
-1
/
+18
*
Update TestVideoRenderer with video decoding capabilities
liaoyuke
2015-06-30
1
-0
/
+1
*
Refactored AppRemotingConnectedClientFixture to decouple AppRemotingConnectio...
liaoyuke
2015-06-29
1
-0
/
+2
*
Revert of Adding decoding capabilities to the TestVideoRenderer class (patchs...
benwells
2015-06-29
1
-1
/
+0
*
Updated Test Driver with video decoding capabilities so that when a video sam...
liaoyuke
2015-06-26
1
-0
/
+1
*
Refactored remoting targets to support app remoting and chromoting. Built a n...
tonychun
2015-06-10
1
-0
/
+88
*
Added classes for communicating with the GCD REST API.
jrw
2015-06-02
1
-0
/
+5
*
Added class to subscribe to GCD notifications over XMPP.
jrw
2015-05-19
1
-0
/
+1
*
Normalize JIDs when generating signatures for messages sent to CRD bot.
sergeyu
2015-05-06
1
-0
/
+1
*
[Chromoting] Build webapp package with browser test JavaScript files loaded.
kelvinp
2015-04-29
1
-3
/
+55
*
[Chromoting] Remove CRD-specific JS files from AppRemoting build.
garykac
2015-04-28
1
-1
/
+1
*
Added unit tests for getCredentialsFromAuthCode.
jrw
2015-04-27
1
-0
/
+2
*
[Chromoting] Use MockConnection for bump scrolling browser test.
kelvinp
2015-04-25
1
-0
/
+1
*
Fixing building of remoting_unittests_apk target.
lukasza
2015-03-26
1
-2
/
+3
*
Adding Test Fixture for initial test cases for the App Remoting Test Driver. ...
joedow
2015-03-25
1
-0
/
+2
*
Windows Host Touch Injection
rkuroiwa
2015-03-25
1
-0
/
+1
*
Move mocks and unittest JS files to sit alongside production code.
wez
2015-03-12
1
-9
/
+9
*
Adding the base ChromotingInstance implementation and unittests. This class ...
joedow
2015-03-11
1
-0
/
+16
*
Remove dependency on XMPP implementation in WebRTC
sergeyu
2015-03-09
1
-0
/
+3
*
[Chromoting] Use build-html.py to generate message_window.html
garykac
2015-03-06
1
-2
/
+2
*
Adding the RemoteHostInfo and RemoteHostInfoFetcher classes and unittests for...
joedow
2015-03-06
1
-1
/
+5
*
Connect HostEventDispatcher to InputInjector for touch events
rkuroiwa
2015-03-06
1
-0
/
+1
*
Add remoting and PPAPI tests to GN build
brettw
2015-03-04
1
-0
/
+6
*
Malformed PortRange or ThirdPartyAuthConfig should trigger OnPolicyError.
lukasza
2015-03-03
1
-1
/
+2
*
Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...
cpu
2015-03-02
1
-6
/
+0
*
Add remoting and PPAPI tests to GN build
brettw
2015-03-02
1
-0
/
+6
*
Remove ClientLogin support from remoting host
sergeyu
2015-03-02
1
-1
/
+0
*
Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...
eroman
2015-02-27
1
-6
/
+0
*
Add remoting and PPAPI tests to GN build
brettw
2015-02-27
1
-0
/
+6
*
Add touch events to the protocol, the stub layer, and to the client plugin.
rkuroiwa
2015-02-26
1
-0
/
+1
[next]