summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-1/+1
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-281-1/+1
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-281-1/+1
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-261-1/+3
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Move useful printing backend code from chrome/service/cloud_print to printing...thestig@chromium.org2010-10-2512-426/+98
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-222-3/+4
* Make sure the service process kills all URLFetcher::Cores on shutdown.willchan@chromium.org2010-10-221-2/+30
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-22/+54
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-222-4/+3
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-222-3/+4
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-5/+12
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-3/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-201-1/+3
* Convert LOG(INFO) to VLOG(1) - chrome/service/.pkasting@chromium.org2010-10-203-87/+95
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-3/+5
* Revert 62699 - [Sync] Added some switches for testing/debugging.rsimha@chromium.org2010-10-191-3/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-194-16/+31
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-0/+1
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-2/+6
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+0
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+1
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-151-1/+3
* Add an option ProxyService::Create() to disable use of proxy auto-config.eroman@chromium.org2010-10-141-3/+2
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-133-42/+7
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-2/+2
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-7/+5
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-6/+2
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-0/+4
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+6
* All communication with the cloud print proxy service from the browser now hap...sanjeevr@chromium.org2010-10-074-3/+40
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-4/+0
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-0/+4
* Match up array delete to array allocate.avi@chromium.org2010-10-061-1/+1
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-052-3/+7
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-045-11/+46
* Added the X-Google-CloudPrint-Proxy: header to all cloud print proxy requests.sanjeevr@chromium.org2010-10-013-1/+6
* Changed the implementation of the utility process method to render a PDF into...sanjeevr@chromium.org2010-09-305-14/+73
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-1/+2
* Cloud Print Proxy error handling.scottbyer@chromium.org2010-09-281-1/+1
* Handled failures of Spool correctly.sanjeevr@chromium.org2010-09-281-8/+6
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-2/+1
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-1/+2
* Cloud print proxy management UI.scottbyer@chromium.org2010-09-272-4/+6
* Switched the cloud print proxy to use the Google push notifications.sanjeevr@chromium.org2010-09-273-9/+16
* Added code to launch the browser to show token expired notifications.sanjeevr@chromium.org2010-09-241-0/+32
* Recreate the channel when an IPC client to the service process (typically a b...sanjeevr@chromium.org2010-09-222-6/+17
* Added a sync IPC method to check the enabled state of the cloud print proxy.sanjeevr@chromium.org2010-09-164-6/+34
* Removed TalkMediator SSL initialization.akalin@chromium.org2010-09-161-3/+1