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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around jscompile bug.
jamiewalch@chromium.org
2014-06-05
1
-1
/
+2
*
Remove PlatformFile from remoting
rvargas@chromium.org
2014-06-04
11
-49
/
+33
*
Fix Chromoting client startup warnings.
garykac@chromium.org
2014-06-03
2
-8
/
+15
*
Cleanup: Get rid of unneeded base::UTF16ToWide() conversions.
thestig@chromium.org
2014-06-03
1
-2
/
+1
*
Fix Chromoting Android client crashed on launch
kelvinp@chromium.org
2014-06-02
1
-3
/
+3
*
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
lambroslambrou@chromium.org
2014-06-02
8
-36
/
+42
*
Remove extra newline in log lines from plugin.
garykac@chromium.org
2014-06-02
1
-1
/
+1
*
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
morrita@chromium.org
2014-06-02
8
-42
/
+36
*
Client-side changes to support requesting lossless encode & color.
wez@chromium.org
2014-05-31
3
-10
/
+59
*
Clean up VideoEncoderVpx tests.
wez@chromium.org
2014-05-31
1
-14
/
+14
*
Set allow_new_privs when launching CRD host controller from the NM process.
sergeyu@chromium.org
2014-05-31
1
-0
/
+6
*
Host extensions
dcaiafa@chromium.org
2014-05-30
10
-5
/
+366
*
Extend VideoControl to allow clients to request lossless modes.
wez@chromium.org
2014-05-30
9
-47
/
+209
*
Use base::STLSet* in place of std::set_* for simplicity.
zard17@gmail.com
2014-05-30
1
-10
/
+4
*
Revert 273652 "Host extensions"
mattm@chromium.org
2014-05-30
10
-365
/
+4
*
Host extensions
dcaiafa@chromium.org
2014-05-29
10
-4
/
+365
*
Always call talk_base::InitializeSSL() in chromoting plugin.
sergeyu@chromium.org
2014-05-29
1
-2
/
+5
*
Updating XTBs based on .GRDs from branch 2019
karen@chromium.org
2014-05-29
41
-0
/
+164
*
Fix VideoScheduler not to stop after empty frames.
sergeyu@chromium.org
2014-05-28
1
-14
/
+18
*
Restore client advertisement of VP9 support.
wez@chromium.org
2014-05-28
1
-0
/
+1
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-28
2
-7
/
+7
*
Updating XTBs based on .GRDs from branch 1985
matthewyuan@chromium.org
2014-05-27
41
-89
/
+130
*
Initialize JingleThreadWrapper in the Android client
sergeyu@chromium.org
2014-05-27
1
-0
/
+3
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-27
2
-4
/
+7
*
Add support for I444 frames to VideoDecoderVpx.
wez@chromium.org
2014-05-26
1
-75
/
+120
*
More reliable keep-alive video packets.
sergeyu@chromium.org
2014-05-26
2
-23
/
+58
*
Call talk_base::InitializeSSL() in the remoting client
sergeyu@chromium.org
2014-05-26
2
-20
/
+8
*
Change video channel timeout to 2 seconds instead of 1
sergeyu@chromium.org
2014-05-26
1
-1
/
+1
*
Remove the NPAPI plugin from the webapp.
weitaosu@chromium.org
2014-05-24
5
-126
/
+58
*
Make reconnection in response to video channel inactivity less aggressive.
sergeyu@chromium.org
2014-05-24
1
-13
/
+3
*
Cleanup: Use base::CommandLine in remoting/
thestig@chromium.org
2014-05-23
19
-60
/
+71
*
Handle odd width and height in the MediaSource renderer.
sergeyu@chromium.org
2014-05-23
1
-1
/
+17
*
Pull out common code from client and host versions of ServerLogEntry.
lambroslambrou@chromium.org
2014-05-22
26
-588
/
+683
*
Allow mouse-input to be enabled even if the plugin does not have keyboard focus.
jamiewalch@chromium.org
2014-05-22
4
-3
/
+21
*
Switch CandidateSession to use lists rather than vectors.
wez@chromium.org
2014-05-22
8
-67
/
+51
*
Automatic host installation for IT2Me on Windows.
weitaosu@chromium.org
2014-05-22
7
-50
/
+91
*
Move ConnectionToHost parameters out from Connect() call.
wez@chromium.org
2014-05-22
6
-59
/
+73
*
Add a command-line option to enable VP9 encoding.
wez@chromium.org
2014-05-22
1
-3
/
+8
*
Initialize Talk thread pointer during ChromotingHost initialization.
wez@chromium.org
2014-05-22
2
-0
/
+4
*
Enable keyboard filters in PNaCl client
sergeyu@chromium.org
2014-05-21
16
-273
/
+299
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
24
-153
/
+113
*
Add auto-refresh support to OAuthTokenGetter (disabled for now).
rmsousa@chromium.org
2014-05-21
3
-8
/
+39
*
Build remoting for PNaCl
sergeyu@chromium.org
2014-05-19
14
-19
/
+408
*
Revert 271343 "Build remoting for PNaCl"
sergeyu@chromium.org
2014-05-19
14
-408
/
+19
*
Build remoting for PNaCl
sergeyu@chromium.org
2014-05-19
14
-19
/
+408
*
Use @SuppressLint in place of @TargetApi to suppress lint warnings for the in...
sungmann.cho@navercorp.com
2014-05-17
2
-4
/
+4
*
Android: cleans up jni_generator_ptr_type.
bulach@chromium.org
2014-05-16
1
-1
/
+0
*
Revert 270872 "Move all callers of GetHomeDir() to PathService::..."
benwells@chromium.org
2014-05-16
2
-7
/
+4
*
Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).
nkostylev@chromium.org
2014-05-16
2
-4
/
+7
*
Revert 270750 "Android: cleans up jni_generator_ptr_type."
jiayl@chromium.org
2014-05-15
1
-0
/
+1
[next]