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
*
Adds an icon to the final confirmation dialog after uninstall succeeds (or fa...
skonig@chromium.org
2012-11-20
2
-10
/
+68
*
Adding support of shared memory buffers to the video capturer (Windows only).
alexeypa@chromium.org
2012-11-20
13
-24
/
+360
*
Rename ipc_consts.h to ipc_constants.h
wez@chromium.org
2012-11-20
8
-13
/
+13
*
Tear down AudioPipeReader on host shutdown, to release audio thread.
wez@chromium.org
2012-11-20
2
-2
/
+15
*
Reinstate curtain mode on non-Lion Mac.
jamiewalch@chromium.org
2012-11-20
1
-4
/
+27
*
Tweak VideoFrameCapturer::Create() to return a scoped_ptr.
wez@chromium.org
2012-11-20
8
-26
/
+21
*
Fix Linux AudioPipeReader creation & teardown.
wez@chromium.org
2012-11-20
3
-11
/
+37
*
Fixed l10n verification warning.
jamiewalch@chromium.org
2012-11-20
1
-0
/
+1
*
Move PluginThreadTaskRunner to HostNPPlugin.
wez@chromium.org
2012-11-19
3
-23
/
+27
*
Tweak the HostProcess lifetime in preparation for AutoThread.
wez@chromium.org
2012-11-19
1
-67
/
+102
*
Remove ChromotingHostContext::ReleaseTaskRunners(), which is unused.
wez@chromium.org
2012-11-19
2
-13
/
+0
*
Delete trigger file if the host ID has been deleted.
jamiewalch@chromium.org
2012-11-17
1
-0
/
+10
*
Linux clipboard support for Chromoting host.
lambroslambrou@chromium.org
2012-11-17
3
-47
/
+108
*
Fixed potential umask bug.
jamiewalch@chromium.org
2012-11-17
1
-2
/
+3
*
Add an option to run the remoting session script with a specific config.
wez@chromium.org
2012-11-17
1
-8
/
+21
*
Fixed gyp to work with both xcodebuild and ninja.
jamiewalch@chromium.org
2012-11-17
3
-3
/
+31
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-17
5
-5
/
+343
*
Revert 168349 - Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-17
4
-35
/
+5
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-17
4
-5
/
+35
*
Make all pdb file names follow the same naming convention.
iannucci@chromium.org
2012-11-17
1
-1
/
+0
*
Restrict the Chromoting client plugin to use by extensions & apps.
wez@chromium.org
2012-11-16
2
-0
/
+29
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
2
-4
/
+4
*
Removed shortcut text from disconnect buttons.
jamiewalch@chromium.org
2012-11-16
7
-32
/
+3
*
Chromoting Debian package improvements
lambroslambrou@chromium.org
2012-11-16
3
-4
/
+20
*
Revert 168056 - Enable PAM-based local login check on Mac.
jamiewalch@google.com
2012-11-16
3
-31
/
+3
*
Enable PAM-based local login check on Mac.
jamiewalch@chromium.org
2012-11-15
3
-3
/
+31
*
Remove remoting.cancelConnect, since it doesn't update the URL correctly.
jamiewalch@google.com
2012-11-15
2
-5
/
+12
*
Fix DCHECK when sharing is aborted on the host while connecting.
sergeyu@chromium.org
2012-11-15
1
-4
/
+1
*
Remove UI dependencies from remoting.HostController.
sergeyu@chromium.org
2012-11-15
5
-144
/
+166
*
Treat switching to the desktop that the thread is currently assigned to a suc...
alexeypa@chromium.org
2012-11-15
2
-8
/
+22
*
Remove various DoNothing functions in favor of base::DoNothing
akalin@chromium.org
2012-11-15
1
-9
/
+8
*
Revert 167794 - Native remoting host configurer for linux.
ilevy@chromium.org
2012-11-15
5
-342
/
+4
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-15
5
-4
/
+342
*
Fixed start-up crash with curtain mode.
jamiewalch@google.com
2012-11-15
1
-1
/
+2
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
5
-5
/
+5
*
Check for negative cursor width and height.
wez@chromium.org
2012-11-14
1
-6
/
+10
*
Rename capture and encode threads to make it clear that they are for video.
sergeyu@chromium.org
2012-11-14
9
-52
/
+56
*
[Chromoting] Add option to Mac host installer build script to skip signing.
garykac@chromium.org
2012-11-14
1
-8
/
+31
*
Add DebugOverridePolicies preference to debug host builds.
wez@chromium.org
2012-11-13
3
-0
/
+75
*
Enforce the RemoteAccessHostRequireCurtain policy on all platforms.
wez@chromium.org
2012-11-13
6
-36
/
+62
*
remoting: Switch PolicyWatcherLinux to use the callback interface of FilePath...
tfarina@chromium.org
2012-11-13
1
-39
/
+9
*
Unselect GDI bitmaps after use to make sure that the device context and bitma...
alexeypa@chromium.org
2012-11-12
1
-6
/
+10
*
Revert "Linux: change protobuf default option to allow building"
nyquist@chromium.org
2012-11-12
6
-0
/
+12
*
replace verify-webapp.py script with verify_resources.py
sergeyu@chromium.org
2012-11-12
4
-147
/
+191
*
Simplify remoting::PolicyWatcher's cross-platform core.
wez@chromium.org
2012-11-10
4
-139
/
+87
*
Rename SocketReaderBase to SocketReader and move it to remoting/base
sergeyu@chromium.org
2012-11-10
5
-103
/
+129
*
Brushing up video capturers to make them more uniform.
alexeypa@chromium.org
2012-11-10
8
-325
/
+477
*
Security team as IPC message file owners.
tsepez@chromium.org
2012-11-09
1
-0
/
+8
*
Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...
alexeypa@chromium.org
2012-11-08
14
-238
/
+211
*
Linux: change protobuf default option to allow building
phajdan.jr@chromium.org
2012-11-07
6
-12
/
+0
[next]