summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service
Commit message (Expand)AuthorAgeFilesLines
* Cleanup pass from Cloud Print Proxy policy check implementation. See original...scottbyer@chromium.org2011-11-223-9/+9
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+2
* Cloud print connector policy.scottbyer@chromium.org2011-11-162-5/+15
* Move BrowserThread to content namespace.joi@chromium.org2011-11-022-0/+4
* base::Bind: Finish conversion in ServiceProcessControl.jhawkins@chromium.org2011-10-293-25/+29
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-282-4/+4
* base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.jhawkins@chromium.org2011-10-273-14/+15
* ServiceProcessControl: Remove redundant clears added in r107235.jhawkins@chromium.org2011-10-261-6/+0
* base::Bind: Convert CloudPrintProxyService.jhawkins@chromium.org2011-10-253-58/+38
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-11/+12
* try turning tests back ondmaclach@chromium.org2011-08-271-37/+6
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+8
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-2/+1
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-1/+2
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-3/+3
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-1/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-102-4/+5
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-132-6/+4
* The ServiceProcessControl class is now a singleton and is not keyed off the p...sanjeevr@chromium.org2011-06-025-130/+38
* GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_msphajdan.jr@chromium.org2011-05-201-1/+1
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-113-22/+29
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-103-97/+4
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-7/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-282-3/+3
* BUG=nonesimonmorris@chromium.org2011-03-181-0/+5
* Coverity: Pass parameters by ref.jhawkins@chromium.org2011-03-112-2/+2
* Tests are timing out, so disabling.zea@chromium.org2011-03-101-10/+10
* Mark CheckPid,DieOnDisconnect,LaunchTwice,MultipleLaunchTasks,SameLaunchTask ...zea@chromium.org2011-03-101-5/+37
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-092-4/+4
* Report chromoting host status connect after browser is restartedhclam@chromium.org2011-03-022-9/+36
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-012-0/+5
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-013-3/+3
* Mac proxy auto-launch.scottbyer@chromium.org2011-02-252-5/+9
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-244-79/+128
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-022-24/+27
* Disable forceshutdown.lzheng@chromium.org2011-01-251-1/+3
* Update another include pathben@chromium.org2011-01-201-1/+1
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-0/+4
* Disable ServiceProcessControlBrowserTest.LaunchAndIPC, flakily times outphajdan.jr@chromium.org2011-01-191-1/+3
* Chromoting setup flow: implemented rest of setup flow steps.sergeyu@chromium.org2011-01-063-41/+14
* Fixes for the Remoting setup flow.sergeyu@chromium.org2011-01-063-29/+46
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-242-7/+10
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-232-16/+52