summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service
Commit message (Expand)AuthorAgeFilesLines
* Allow cloud print connector to use test gaia.vitalybuka@chromium.org2013-05-031-0/+3
* Pass --cloud-print-service into GCP connector.vitalybuka@chromium.org2013-04-301-0/+1
* Copy --no-service-autorun and --cloud-print-setup-proxy to service chrome pro...vitalybuka@chromium.org2013-03-281-29/+14
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Add more OWNERS inside chrome/browser.thestig@chromium.org2012-08-221-0/+5
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-4/+4
* Switch to TimeDelta interfaces of TestTimeouts in chrome and ui code reviewab...tedvessenes@gmail.com2012-07-091-1/+1
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-4/+6
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-1/+1
* check for successful exit code in WaitForSingleProcess on Windows tobruening@chromium.org2012-01-231-1/+3
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-1/+1
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-1/+1
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-142-2/+11
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-042-6/+2
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-3/+3
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-1/+2
* 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