Sign in
chromium
/
chromium
/
src
/
04be9805637fc59cf954c9c4f5ff0588a70d7479
/
chrome
/
browser
/
service_process
/
service_process_control.h
aee3b4a
Use the same set of switches for service process autorun and for launching process from browser.
by
[email protected]
· 11 years ago
fca876a1
Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()
by
[email protected]
· 11 years ago
3b0e466
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
by
[email protected]
· 11 years ago
cf178fb7
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
by
[email protected]
· 11 years ago
fd1f2e5
Use service process to collect printers.
by
[email protected]
· 11 years ago
2f3b1cc
Move CommandLine to base namespace.
by
[email protected]
· 11 years ago
cbf160aa
Rename service subdir under chrome/browser to service_process
by
[email protected]
· 12 years ago
[Renamed (97%) from chrome/browser/service/service_process_control.h]
fea4b1f
UMA for service process events.
by
[email protected]
· 12 years ago
c9bbcb4
Run service test with chrome process.
by
[email protected]
· 12 years ago
a307983
Collect metrics data from service process.
by
[email protected]
· 12 years ago
59940fa
Revert 230585 "Run service test with chrome process."
by
[email protected]
· 12 years ago
e14f054
Run service test with chrome process.
by
[email protected]
· 12 years ago
d09a4ce1c
Update include paths in chrome/browser/ for base/process changes.
by
[email protected]
· 12 years ago
57319ce
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
by
[email protected]
· 13 years ago
942efaa
Cloud Print Connector Policy, Service-side enforcement.
by
[email protected]
· 14 years ago
c694427
Remove task.h and finish base::Bind() migration.
by
[email protected]
· 14 years ago
7e5f866
Cleanup pass from Cloud Print Proxy policy check implementation. See original CL at http://codereview.chromium.org/8438020/
by
[email protected]
· 14 years ago
49fd7e2
Add OVERRIDE to chrome/browser/.
by
[email protected]
· 14 years ago
66ad7faa
Cloud print connector policy.
by
[email protected]
· 14 years ago
5376eb7
base::Bind: Finish conversion in ServiceProcessControl.
by
[email protected]
· 14 years ago
4f5cd50
base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.
by
[email protected]
· 14 years ago
1c35a48
base::Bind: Convert CloudPrintProxyService.
by
[email protected]
· 14 years ago
6c2381d
Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser.
by
[email protected]
· 14 years ago
da1bd18
Tag IPC::Channel::Listener implementations with OVERRIDE
by
[email protected]
· 14 years ago
43211582
Moving notification types which are chrome specific to a new header file chrome_notification_types.h.
by
[email protected]
· 14 years ago
3cb054e6
Remove g_browser_process dependency from content. Also make all the SyncChannels in the browser process ChannelProxy instead, since no code in the browser should send synchronous IPC messages. The renderer one was done like that a long time ago to send sync IPCs for accessibility, and we learnt that that doesn't work.
by
[email protected]
· 14 years ago
4e8b123
The ServiceProcessControl class is now a singleton and is not keyed off the profile.
by
[email protected]
· 14 years ago
de119cf2
Changed the IPC between the browser and the service process to return more detailed information about the cloud print proxy. This is a first step towards the new login mechanism for Cloud Print.
by
[email protected]
· 14 years ago
bb76fd4
Remove the Remoting Host component from Chrome.
by
[email protected]
· 14 years ago
8b43b06
iwyu: Use callback_old.h where appropriate, part 2.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
3562f1b7d
Coverity: Pass parameters by ref.
by
[email protected]
· 14 years ago
ebbbb9f
Update a bunch of files to the new location of notification files.
by
[email protected]
· 14 years ago
f4f917d
Report chromoting host status connect after browser is restarted
by
[email protected]
· 14 years ago
3e7ffa4
New OOL violations on linux since last week, along with the final Mac OOL fixes.
by
[email protected]
· 14 years ago
56f0f26
Get service process running standalone on the mac by hooking it into launchd.
by
[email protected]
· 14 years ago
ed31bae7
Chromoting setup flow: implemented rest of setup flow steps.
by
[email protected]
· 15 years ago
8ddbaac4
Fixes for the Remoting setup flow.
by
[email protected]
· 15 years ago
a95986a8
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not.
by
[email protected]
· 15 years ago
809e10f
Remove chromoting host registration from service process. More IPCs to control
by
[email protected]
· 15 years ago
542bdfe
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
by
[email protected]
· 15 years ago
381bc45
FBTF: Remove unneeded headers from base/ (part 10)
by
[email protected]
· 15 years ago
ed453c0a
Fixed ServiceProcessControl::Launch to remember the Task supplied to it in a list so that multiple successive Launch calls will work. Also added separate success and failure tasks to Launch. Modified the browser test to test this new functionality. Modified callers.
by
[email protected]
· 15 years ago
17543d6
All communication with the cloud print proxy service from the browser now happens in the CloudPrintProxyService class. Added code to start the service process if the cloud print proxy was enabled. Also, when detect an auto-update, we send an IPC to the service process. The service process then shuts down when the browser disconnects.
by
[email protected]
· 15 years ago
de2658d5
Removed the ServiceProcessType enum because a single service process should host all types of services. Also implemeneted a rudimentary singleton mechanism for the service process on Windows.
by
[email protected]
· 15 years ago
0233759
Cloud print proxy management UI.
by
[email protected]
· 15 years ago
f61f7286
Don't launch service process if it's already running
by
[email protected]
· 15 years ago
c41b2ec
Gaia authentication for access remoting directory and talk
by
[email protected]
· 15 years ago
5030758
ServiceProcessControl to launch a service process and communicate through IPC.
by
[email protected]
· 15 years ago