1. aee3b4a Use the same set of switches for service process autorun and for launching process from browser. by [email protected] · 11 years ago
  2. fca876a1 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by [email protected] · 11 years ago
  3. 3b0e466 Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by [email protected] · 11 years ago
  4. cf178fb7 Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by [email protected] · 11 years ago
  5. fd1f2e5 Use service process to collect printers. by [email protected] · 11 years ago
  6. 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
  7. 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]
  8. fea4b1f UMA for service process events. by [email protected] · 12 years ago
  9. c9bbcb4 Run service test with chrome process. by [email protected] · 12 years ago
  10. a307983 Collect metrics data from service process. by [email protected] · 12 years ago
  11. 59940fa Revert 230585 "Run service test with chrome process." by [email protected] · 12 years ago
  12. e14f054 Run service test with chrome process. by [email protected] · 12 years ago
  13. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  14. 57319ce Separate out IPC::Message::Sender and Channel::Listener into a separate class. by [email protected] · 13 years ago
  15. 942efaa Cloud Print Connector Policy, Service-side enforcement. by [email protected] · 14 years ago
  16. c694427 Remove task.h and finish base::Bind() migration. by [email protected] · 14 years ago
  17. 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
  18. 49fd7e2 Add OVERRIDE to chrome/browser/. by [email protected] · 14 years ago
  19. 66ad7faa Cloud print connector policy. by [email protected] · 14 years ago
  20. 5376eb7 base::Bind: Finish conversion in ServiceProcessControl. by [email protected] · 14 years ago
  21. 4f5cd50 base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler. by [email protected] · 14 years ago
  22. 1c35a48 base::Bind: Convert CloudPrintProxyService. by [email protected] · 14 years ago
  23. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  24. da1bd18 Tag IPC::Channel::Listener implementations with OVERRIDE by [email protected] · 14 years ago
  25. 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
  26. 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
  27. 4e8b123 The ServiceProcessControl class is now a singleton and is not keyed off the profile. by [email protected] · 14 years ago
  28. 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
  29. bb76fd4 Remove the Remoting Host component from Chrome. by [email protected] · 14 years ago
  30. 8b43b06 iwyu: Use callback_old.h where appropriate, part 2. by [email protected] · 14 years ago
  31. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  32. 3562f1b7d Coverity: Pass parameters by ref. by [email protected] · 14 years ago
  33. ebbbb9f Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  34. f4f917d Report chromoting host status connect after browser is restarted by [email protected] · 14 years ago
  35. 3e7ffa4 New OOL violations on linux since last week, along with the final Mac OOL fixes. by [email protected] · 14 years ago
  36. 56f0f26 Get service process running standalone on the mac by hooking it into launchd. by [email protected] · 14 years ago
  37. ed31bae7 Chromoting setup flow: implemented rest of setup flow steps. by [email protected] · 15 years ago
  38. 8ddbaac4 Fixes for the Remoting setup flow. by [email protected] · 15 years ago
  39. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 15 years ago
  40. 809e10f Remove chromoting host registration from service process. More IPCs to control by [email protected] · 15 years ago
  41. 542bdfe Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) by [email protected] · 15 years ago
  42. 381bc45 FBTF: Remove unneeded headers from base/ (part 10) by [email protected] · 15 years ago
  43. 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
  44. 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
  45. 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
  46. 0233759 Cloud print proxy management UI. by [email protected] · 15 years ago
  47. f61f7286 Don't launch service process if it's already running by [email protected] · 15 years ago
  48. c41b2ec Gaia authentication for access remoting directory and talk by [email protected] · 15 years ago
  49. 5030758 ServiceProcessControl to launch a service process and communicate through IPC. by [email protected] · 15 years ago