summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove --check-cloud-print-connector-policyvitalybuka2015-04-151-22/+0
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-3/+3
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-211-2/+2
* Replacing the OVERRIDE with override and FINAL with final in chrome/servicemohan.reddy2014-10-071-1/+1
* Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi...tfarina@chromium.org2014-08-141-1/+2
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-131-2/+2
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-081-1/+1
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-20/+1
* Use USE_GLIB flag instead of OS_XXXX for choosing whether to initialize glib.uekawa@chromium.org2014-02-241-2/+2
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-2/+2
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-3/+4
* Fix service process crash on opening chrome://settings in desktop aura builds.sudarsana.nagineni@intel.com2013-09-101-0/+10
* Removed LCID authentication from cloud print and cloud print setup dialog.vitalybuka@chromium.org2013-06-191-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-3/+4
* Use a direct include of strings headers in chrome/service/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-4/+3
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-5/+5
* Allow cloud print connector to use test gaia.vitalybuka@chromium.org2013-05-031-0/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-2/+3
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-1/+1
* SharedWorkerPool.Shutdown(int max_new_blocking_tasks)michaeln@chromium.org2012-12-191-1/+6
* Move common cloud print code from service/cloud_print to common/cloud_print.chenyu@chromium.org2012-12-031-2/+2
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-1/+11
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-11/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-1/+11
* Removed unused switch.vitalybuka@chromium.org2012-10-051-6/+1
* Removed dead code.vitalybuka@chromium.org2012-10-051-20/+0
* Removed unnecessary returning by reference to simplify code.vitalybuka@chromium.org2012-09-231-15/+5
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-3/+3
* Add new ResourceBundle::Delegate interface.marshall@chromium.org2012-05-091-1/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Convert use of int ms to TimeDelta in chrome/service files.tedvessenes@gmail.com2012-01-311-7/+7
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-1/+1
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-141-1/+24
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-121-2/+2
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-121-2/+2
* Delete meabodenha@chromium.org2011-12-211-1/+2
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* NewRunnable* conversion to base::Bindscottbyer@chromium.org2011-11-121-2/+3
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-2/+2
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-3/+20