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
*
Set the initial resolution of an RDP session to the client screen resolution ...
alexeypa@chromium.org
2013-04-19
14
-48
/
+208
*
Restart the Chromoting daemon after one minute when it crashes.
alexeypa@chromium.org
2013-04-19
1
-1
/
+12
*
Do not access memory freed by WTSFreeMemory().
alexeypa@chromium.org
2013-04-17
1
-1
/
+2
*
Enable RDP integration by default when the curtain mode is enabled by the pol...
alexeypa@chromium.org
2013-04-16
1
-8
/
+20
*
Cancel any modal UI shown by the RDP control.
alexeypa@chromium.org
2013-04-16
2
-6
/
+106
*
Remove unnecessary #include.
pkasting@chromium.org
2013-04-15
1
-2
/
+0
*
Remove base::DictionaryValue::HasNext.
pneubeck@chromium.org
2013-04-12
3
-4
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
13
-55
/
+72
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
13
-72
/
+55
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
13
-55
/
+72
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.
dcheng@chromium.org
2013-04-08
7
-8
/
+8
*
Change default size for RDP screens to 1280x768.
wez@chromium.org
2013-04-06
1
-1
/
+1
*
Host-side third party token validation
rmsousa@chromium.org
2013-04-06
6
-5
/
+308
*
Refactored the disconnect window such that it can be owned by the desktop env...
alexeypa@chromium.org
2013-04-05
27
-358
/
+577
*
Close the RDP connection if the authentication warning dialog is about to be ...
alexeypa@chromium.org
2013-04-02
2
-3
/
+15
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-2
/
+0
*
Don't use $USER for Local Login check
lambroslambrou@chromium.org
2013-03-30
2
-35
/
+7
*
Moved code implementing message-only windows to a dedicated class (Windows on...
alexeypa@chromium.org
2013-03-30
7
-236
/
+375
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
5
-5
/
+5
*
Set SHELL environment in Chromoting session.
lambroslambrou@chromium.org
2013-03-29
1
-1
/
+2
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
2
-14
/
+2
*
Set environment variables in chromoting session
lambroslambrou@chromium.org
2013-03-28
1
-1
/
+2
*
Destroy NetworkChangeNotifier on the thread on which it is created
sergeyu@chromium.org
2013-03-26
1
-3
/
+4
*
DesktopEnvironment is now responsible for creation of the local input monitor.
alexeypa@chromium.org
2013-03-25
19
-357
/
+185
*
Removed task runners from the DesktopEnviroment interface and introduced Scre...
alexeypa@chromium.org
2013-03-25
32
-477
/
+620
*
Improve logging of interactions with the RDP ActiveX control.
alexeypa@chromium.org
2013-03-24
1
-20
/
+36
*
Add unit tests for sub-components of CaptureScheduler.
wez@chromium.org
2013-03-24
3
-2
/
+90
*
Rename EventExecutor to InputInjector.
wez@chromium.org
2013-03-24
32
-323
/
+321
*
Fix undefined variable for hosts service url in release builds.
wez@chromium.org
2013-03-22
1
-1
/
+2
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
2
-1
/
+2
*
Don't run login scripts in foreground when running per-user daemon.
lambroslambrou@chromium.org
2013-03-20
1
-13
/
+9
*
Enable 32-bit color, enhanced graphics, font smoothing and desktop compositio...
alexeypa@chromium.org
2013-03-19
1
-0
/
+15
*
Add cevans as an IPC OWNER for all areas.
palmer@chromium.org
2013-03-18
1
-0
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
3
-11
/
+11
*
Fixing a typo/bad merge in the code setting the default screen resolution for...
alexeypa@chromium.org
2013-03-18
1
-1
/
+1
*
Cosmetic changes split out from r188673:
alexeypa@chromium.org
2013-03-18
1
-0
/
+4
*
Set the default screen resolution of an RDP session to 1024x768.
alexeypa@chromium.org
2013-03-18
1
-1
/
+15
*
Pass the client resolutin updates to the daemon and desktop processes and cre...
alexeypa@chromium.org
2013-03-18
16
-21
/
+181
*
Reworked the plumbing required to pass the client resolution to the desktop r...
alexeypa@chromium.org
2013-03-18
26
-149
/
+277
*
Avoid reporting the same error multiple times when repeatedly capturing audio...
alexeypa@chromium.org
2013-03-16
2
-14
/
+24
*
Add postrm to remove Unix group for chromoting.
lambroslambrou@chromium.org
2013-03-15
1
-0
/
+13
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-1
/
+1
*
Remote RDP sessions, rather than the console, if curtain-mode is configured.
alexeypa@chromium.org
2013-03-15
4
-78
/
+484
*
Create a desktop environment instance late so that it will see the curtain_re...
alexeypa@chromium.org
2013-03-15
3
-53
/
+94
*
Disable key-auto-repeat globally, instead of for individual keys.
lambroslambrou@chromium.org
2013-03-14
1
-21
/
+39
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
2
-2
/
+3
*
Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.
alexeypa@chromium.org
2013-03-14
10
-45
/
+138
*
Refactored LocalInputMonitor so that it can be used on any thread while runni...
alexeypa@chromium.org
2013-03-14
9
-392
/
+636
*
OSStatus is an SInt32; use the correct formatting.
avi@chromium.org
2013-03-14
2
-4
/
+7
*
Made ClientSession a non ref-counted class.
alexeypa@chromium.org
2013-03-13
6
-76
/
+46
[next]