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
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove UrlFetcher from remoting and use the one in net instead.
jamiewalch@chromium.org
2012-06-23
6
-417
/
+82
*
This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...
simonmorris@chromium.org
2012-06-23
7
-6
/
+42
*
[Chromoting] Detach SessionEventExecutor's weak pointer to itself from the co...
simonmorris@chromium.org
2012-06-22
1
-0
/
+5
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+2
*
The user's consent to crash dumps reporting can now be set via the UI (Window...
alexeypa@chromium.org
2012-06-22
15
-55
/
+339
*
[Chromoting] Add a HostStatusObserver to the ChromotingHost unit tests.
simonmorris@chromium.org
2012-06-21
3
-9
/
+78
*
Removing incorrect usage of TO_L_STRING() macros.
alexeypa@chromium.org
2012-06-20
10
-58
/
+51
*
[Chromoting] Make the sequence expectations in the ChromotingHost unit tests
simonmorris@chromium.org
2012-06-20
1
-102
/
+81
*
Fix crash on it2me disconnect on the mac.
dcaiafa@chromium.org
2012-06-20
1
-3
/
+11
*
Pull Mac Chromoting Host constants into a header file
lambroslambrou@chromium.org
2012-06-19
5
-43
/
+59
*
[Chromoting] Set expectations for MockEventExecutor::OnSessionStarted.
simonmorris@chromium.org
2012-06-19
3
-2
/
+29
*
[Chromoting] Fix 10.5 bots by not running unittests on 10.5.
garykac@chromium.org
2012-06-18
1
-0
/
+13
*
Ignore errors when installing the firewall exception for Chromoting Host.
alexeypa@chromium.org
2012-06-18
1
-1
/
+1
*
[Chromoting] Add cursor shape support for Windows
garykac@chromium.org
2012-06-18
1
-4
/
+195
*
[Chromoting] Add Mac host support for sending cursor shape to client.
garykac@chromium.org
2012-06-18
1
-0
/
+109
*
C++ readability review fixes for r141239: Make Chromoting Host report crashes...
alexeypa@chromium.org
2012-06-16
8
-73
/
+50
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
3
-16
/
+16
*
Detect if user closes the pref-pane without disabling Chromoting
lambroslambrou@chromium.org
2012-06-16
2
-5
/
+3
*
[Chromoting] Re-enable ChromotingHost unit tests.
simonmorris@chromium.org
2012-06-16
1
-48
/
+77
*
[Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...
simonmorris@chromium.org
2012-06-15
8
-36
/
+93
*
Convert use of TimeDeltas in remoting/host/it2me_host_user_interface.
tedvessenes@gmail.com
2012-06-15
1
-2
/
+2
*
[Chromoting] Use productsign to sign installer package.
garykac@chromium.org
2012-06-14
1
-1
/
+4
*
Build pref-pane as universal binary on Mac OS X
lambroslambrou@chromium.org
2012-06-14
1
-33
/
+167
*
Shutdown It2Me host UI only after the host is stopped.
sergeyu@chromium.org
2012-06-14
1
-4
/
+7
*
[Chromoting] Using IDispatch::Invoke() to call Omaha inetrfaces.
alexeypa@chromium.org
2012-06-13
1
-44
/
+55
*
Add an explicit function to init NSS for SSL server sockets
rsleevi@chromium.org
2012-06-13
4
-0
/
+16
*
Don't use MessageLoop or MessageLoopProxy in EventExecutor.
sergeyu@chromium.org
2012-06-13
6
-75
/
+80
*
Move usb_keycode_map.h into ui/base/keycodes.
garykac@chromium.org
2012-06-13
4
-395
/
+3
*
Remove duplicate CPU detection code; use base::CPU instead.
dalecurtis@chromium.org
2012-06-12
1
-4
/
+5
*
Prompt user before restarting System Preferences.
lambroslambrou@chromium.org
2012-06-12
2
-44
/
+143
*
[Chromoting] Sign the prefpane and installer package.
garykac@chromium.org
2012-06-12
2
-6
/
+18
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
2
-13
/
+4
*
Make Chromoting Host report crashes to Breakpad (Windows only). The user must...
alexeypa@chromium.org
2012-06-08
9
-9
/
+130
*
Create UserInterface object on the UI thread.
sergeyu@chromium.org
2012-06-08
2
-4
/
+6
*
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-06-07
4
-44
/
+41
*
[Chromoting] Update Keystone to 1.1.0.3659 and enable Packages.
garykac@chromium.org
2012-06-05
3
-1
/
+1
*
Clipboard support for Mac host.
dcaiafa@chromium.org
2012-06-05
2
-13
/
+110
*
[Chromoting] Make SessionEventExecutorWin use a WeakPtr to post messages to i...
simonmorris@chromium.org
2012-06-05
2
-6
/
+13
*
[Chromoting] Add option for installer to be built using Packages.
garykac@chromium.org
2012-06-04
2
-7
/
+24
*
[Chromoting] Handle CR-LF correctly when transferring text items to and from ...
simonmorris@chromium.org
2012-06-02
1
-2
/
+3
*
[Chromoting] Initial plumbing for cursor shape.
garykac@chromium.org
2012-06-02
11
-24
/
+181
*
Fix pointer-wars on OS X 10.7
lambroslambrou@chromium.org
2012-06-02
1
-0
/
+9
*
[Chromoting] Enable clipboard for the Windows Me2Me host.
simonmorris@chromium.org
2012-06-02
1
-3
/
+27
*
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...
asanka@chromium.org
2012-06-01
1
-2
/
+1
*
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
tedvessenes@gmail.com
2012-06-01
1
-1
/
+2
*
Set focus to PIN entry box in pref-pane
lambroslambrou@chromium.org
2012-05-31
1
-0
/
+2
*
[Chromoting] Let the Windows IT2Me host send clipboard events to the client.
simonmorris@chromium.org
2012-05-31
17
-27
/
+75
*
Specify full path to PlistBuddy.
jamiewalch@chromium.org
2012-05-31
1
-1
/
+1
*
Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
5
-41
/
+45
*
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
5
-45
/
+41
[next]