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
/
chrome
/
service
/
service_process.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Service process fixes for Linux.
scottbyer@chromium.org
2011-03-03
1
-0
/
+9
*
Revert 76612 - Service process fixes for Linux.
scottbyer@chromium.org
2011-03-02
1
-9
/
+0
*
Service process fixes for Linux.
scottbyer@chromium.org
2011-03-02
1
-0
/
+9
*
Fixes service_process.cc when not using ENABLE_REMOTING flag.
bulach@chromium.org
2011-02-28
1
-0
/
+2
*
Added a command-line option to disable adding the service process to autorun....
sanjeevr@chromium.org
2011-02-26
1
-1
/
+3
*
Removed the command line from ServiceProcessState::AddToAutoRun() and had the...
sanjeevr@chromium.org
2011-02-25
1
-3
/
+1
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
1
-5
/
+7
*
Run event executor on the ui thread to remove the need to explicitly XFlush()...
ajwong@chromium.org
2011-02-19
1
-1
/
+8
*
Initialize media library on service process startup.
wez@chromium.org
2011-02-18
1
-3
/
+23
*
Added code to restart the service process in the event of a crash.
sanjeevr@chromium.org
2011-02-15
1
-1
/
+44
*
Fix service process crash when chromoting is enabled and browser shuts down.
hclam@chromium.org
2011-02-08
1
-7
/
+17
*
Make changes sanjeev suggested
dmaclach@chromium.org
2011-02-03
1
-1
/
+1
*
Get service processes working on Mac and Linux.
dmaclach@chromium.org
2011-02-02
1
-2
/
+5
*
Fix bustage by updating header includes.
ben@chromium.org
2011-01-20
1
-2
/
+2
*
Code to send diagnostic messages about cloud print proxy. Currently diagnosti...
sanjeevr@chromium.org
2011-01-20
1
-8
/
+31
*
Remove chromoting host registration from service process. More IPCs to control
sergeyu@chromium.org
2010-12-23
1
-155
/
+14
*
Stop the chromoting_context
dmaclach@chromium.org
2010-12-21
1
-0
/
+4
*
HostConfig interface updates.
sergeyu@chromium.org
2010-12-16
1
-19
/
+5
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
1
-10
/
+10
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-4
/
+4
*
Use VP8 over PseudoTCP by default.
sergeyu@chromium.org
2010-11-23
1
-2
/
+2
*
Move creation of capturer, input stub into ChromotingHost
hclam@chromium.org
2010-11-17
1
-36
/
+1
*
Inject MessageLoop into Capturer
hclam@chromium.org
2010-11-17
1
-3
/
+6
*
Implement input stub in the host side for chromoting
hclam@chromium.org
2010-11-16
1
-5
/
+8
*
Fix build failure with -Dremoting=0
phajdan.jr@chromium.org
2010-11-05
1
-0
/
+2
*
Add VideoReader and VideoWriter interfaces.
sergeyu@chromium.org
2010-11-03
1
-5
/
+1
*
Make sure the service process kills all URLFetcher::Cores on shutdown.
willchan@chromium.org
2010-10-22
1
-2
/
+30
*
Implement basic X11 screen capture on linux.
ajwong@chromium.org
2010-10-21
1
-5
/
+12
*
Convert LOG(INFO) to VLOG(1) - chrome/service/.
pkasting@chromium.org
2010-10-20
1
-4
/
+3
*
Make sure to use scoped_refptr for refcounted params in audio/video/remoting
willchan@chromium.org
2010-10-18
1
-2
/
+6
*
Spilt code in service_process_utils.cc into separate files for Windows and Po...
sanjeevr@chromium.org
2010-10-13
1
-38
/
+5
*
Added the service process pid to the shared memory data. This will be used fo...
sanjeevr@chromium.org
2010-10-12
1
-2
/
+2
*
The IPC channel names and event names used by the service process now append ...
sanjeevr@chromium.org
2010-10-09
1
-7
/
+5
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-6
/
+2
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-2
/
+6
*
All communication with the cloud print proxy service from the browser now hap...
sanjeevr@chromium.org
2010-10-07
1
-2
/
+14
*
Removed the ServiceProcessType enum because a single service process should h...
sanjeevr@chromium.org
2010-10-05
1
-3
/
+2
*
The service process now enables a timebomb on startup to check if its service...
sanjeevr@chromium.org
2010-10-04
1
-6
/
+21
*
The LSID for Cloud Print can now be supplied on the command line even if Clou...
sanjeevr@chromium.org
2010-09-14
1
-8
/
+18
*
The Cloud Print proxy now handles auth errors and disables the cloud print pr...
sanjeevr@chromium.org
2010-09-13
1
-0
/
+14
*
Registered the service process to AutoRun (for Windows) if any service (Cloud...
sanjeevr@chromium.org
2010-09-01
1
-7
/
+80
*
Use named events instead of lock files for service process
hclam@chromium.org
2010-08-31
1
-9
/
+7
*
Chromoting: Get screen size locally if it wasn't given in the mouse message.
garykac@google.com
2010-08-31
1
-4
/
+4
*
Resubmit r56600 - Start/stop service process when browser starts and stop
hclam@chromium.org
2010-08-23
1
-1
/
+20
*
Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.
rvargas@google.com
2010-08-18
1
-19
/
+0
*
Start/stop service process when browser starts and stop
hclam@chromium.org
2010-08-18
1
-0
/
+19
*
RemotingDirectoryService to register remoting host
hclam@chromium.org
2010-08-18
1
-14
/
+35
*
Gaia authentication for access remoting directory and talk
hclam@chromium.org
2010-08-17
1
-0
/
+24
*
ServiceProcessControl to launch a service process and communicate through IPC.
hclam@chromium.org
2010-08-12
1
-13
/
+25
*
Resubmit "Start chromoting host in the service process though a method call"
hclam@chromium.org
2010-08-10
1
-13
/
+112
[next]