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
*
[Chromoting] Fix jscompiler warning
garykac@chromium.org
2013-06-06
1
-1
/
+1
*
Remove host/auth config based on Linux Me2Me host exit codes.
lambroslambrou@chromium.org
2013-06-06
1
-0
/
+2
*
Make patch silent.
jamiewalch@chromium.org
2013-06-06
1
-1
/
+1
*
Disable audio in an RDP session.
alexeypa@chromium.org
2013-06-06
1
-0
/
+23
*
Fix Windows use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
2
-4
/
+4
*
Fixed patch and updated script to be stricter.
jamiewalch@chromium.org
2013-06-05
2
-7
/
+7
*
Fix OS X use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
3
-3
/
+3
*
Position dialogs using absolute rather than fixed.
jamiewalch@chromium.org
2013-06-05
1
-1
/
+1
*
Fix non-Linux uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
2
-4
/
+4
*
Roll webrtc 4143:4179
sergeyu@chromium.org
2013-06-05
1
-12
/
+8
*
Remove padding at the bottom of the <body>
jamiewalch@chromium.org
2013-06-04
1
-1
/
+2
*
Add link to Hangouts Remote Desktop in the It2Me section of the remoting app.
sergeyu@chromium.org
2013-06-04
9
-108
/
+184
*
Issue 245137: Mouse-move events not sent after clicking on drop-down toolbar
weitaosu@chromium.org
2013-06-04
4
-56
/
+27
*
Send enums as strings between Chromoting Native Messaging host and web-app.
lambroslambrou@chromium.org
2013-06-04
4
-33
/
+59
*
Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A...
alexeypa@chromium.org
2013-06-04
10
-6
/
+153
*
This CL adds the "request pairing" implementation between the web-app and the...
jamiewalch@chromium.org
2013-06-04
23
-48
/
+284
*
Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
13
-40
/
+42
*
Remove unnecessary xrandr include/lib from ui/,
oshima@chromium.org
2013-06-02
1
-0
/
+1
*
Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...
rsleevi@chromium.org
2013-06-01
45
-149
/
+183
*
Use camelCase for JSON key names in Chromoting Native Messaging interface
lambroslambrou@chromium.org
2013-06-01
3
-14
/
+14
*
Updating XTBs based on .GRDs from branch 1500
laforge@chromium.org
2013-05-31
39
-0
/
+78
*
Fixed a typo in DesktopSessionProxy::SetScreenResolution().
alexeypa@chromium.org
2013-05-31
2
-1
/
+39
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
2
-2
/
+2
*
Initialize CPU-specific features in media when starting the host.
alexeypa@chromium.org
2013-05-30
1
-0
/
+4
*
Do not allow "curtained" connections on Windows XP/2003...
alexeypa@chromium.org
2013-05-30
1
-0
/
+6
*
unittests for Chromoting native messaging host.
lambroslambrou@chromium.org
2013-05-30
10
-27
/
+893
*
Remove verify-translations.py
sergeyu@chromium.org
2013-05-29
1
-53
/
+0
*
Build both v1 and v2 apps on the bots. Change #1: building both V1 and V2 app...
weitaosu@chromium.org
2013-05-29
2
-34
/
+69
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-29
1
-7
/
+5
*
Streamline SIMD targets in media.gyp
dalecurtis@google.com
2013-05-24
1
-1
/
+0
*
Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."
erg@chromium.org
2013-05-24
1
-5
/
+7
*
Remove all but one use of WeakPtrFactory::DetachFromThread.
wez@chromium.org
2013-05-24
1
-7
/
+5
*
Don't serialize config dictionary in Native Messaging interface.
lambroslambrou@chromium.org
2013-05-24
4
-86
/
+70
*
Show a 'remember me' checkbox in the web-app when connecting to a host that s...
jamiewalch@chromium.org
2013-05-24
14
-48
/
+93
*
Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."
dbeam@chromium.org
2013-05-24
8
-14
/
+263
*
Allow multiple base::MessagePumpForUI instances to be created simultanenously...
alexeypa@chromium.org
2013-05-24
8
-263
/
+14
*
Make CreateConnectedIpcChannel() a cross-platform API.
alexeypa@chromium.org
2013-05-24
14
-466
/
+322
*
Removing unused Chromoting host code.
alexeypa@chromium.org
2013-05-23
10
-346
/
+40
*
Clear |event_handler_| in UnprivilegedProcessDelegate::KillProcess() so that ...
alexeypa@chromium.org
2013-05-23
1
-0
/
+1
*
PairingAuthenticator implementation and plumbing.
jamiewalch@chromium.org
2013-05-22
21
-59
/
+811
*
Issue 236549: Inactive window should not be capturing mouseover
weitaosu@chromium.org
2013-05-22
4
-27
/
+56
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
1
-4
/
+4
*
Revert 201202 "base: Support setting thread priorities generically."
scottmg@chromium.org
2013-05-21
1
-4
/
+4
*
base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-21
1
-4
/
+4
*
[Chromoting] Refactored worker process launching code and speeded up the desk...
alexeypa@chromium.org
2013-05-18
11
-806
/
+834
*
Fix memory leak in IpcDesktopEnvironmentTest.CaptureFrame
sergeyu@chromium.org
2013-05-16
1
-2
/
+6
*
Use webrtc::DesktopCapturer for screen capturer implementation.
sergeyu@chromium.org
2013-05-16
34
-643
/
+863
*
Add deps on allocator.gyp:allocator for some remoting executables
akalin@chromium.org
2013-05-16
1
-0
/
+26
*
Read the port number used by RDP from the registry.
alexeypa@chromium.org
2013-05-16
1
-2
/
+16
*
Add header file for NativeMessagingHost
lambroslambrou@chromium.org
2013-05-16
4
-128
/
+160
[next]