summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-6/+9
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-096-41/+146
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-092-5/+5
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-5/+7
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+5
* Fix the Visual Studio 2005 build.darin@chromium.org2010-12-031-1/+1
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Changed the CloudPrint Proxy custom header from X-Google-CloudPrint-Proxy to ...sanjeevr@chromium.org2010-12-011-1/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Implement exponential back-off mechanism.joi@chromium.org2010-11-258-107/+57
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-2/+2
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-0/+1
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-1/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-0/+1
* Fixed an issue with flaky connections causing too many job fetches. The logic...sanjeevr@chromium.org2010-11-228-30/+86
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-212-0/+2
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-1/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-0/+1
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-171-36/+1
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-3/+6
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-5/+8
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-152-8/+8
* Fix warnings on Mac that has been reported by Eric.gene@google.com2010-11-111-4/+4
* Mark the CloudPrintURLFetcherBasicTest.HandleRawData and CloudPrintURLFetcher...ananta@chromium.org2010-11-111-2/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-111-3/+8
* Used GetProcAddress to load exported functions from prntvpt.dll instead of us...sanjeevr@chromium.org2010-11-101-23/+25
* Add print server name to the full name of the printer. This allows proxygene@google.com2010-11-091-34/+87
* base: Remove 'using' declaration of SStringPrintf.tfarina@chromium.org2010-11-081-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-062-2/+5
* Fix build failure with -Dremoting=0phajdan.jr@chromium.org2010-11-051-0/+2
* Make CUPS cloud print proxy to support multiple print servers.gene@google.com2010-11-035-168/+446
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-5/+1
* Fixed a bug where we were treating the "status" field in the printer list res...sanjeevr@chromium.org2010-11-021-2/+6
* HTTP requests from the service process now use a non-empty user agent. Also a...sanjeevr@chromium.org2010-11-025-7/+105
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-6/+6
* Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ...sanjeevr@chromium.org2010-10-2913-573/+1044
* Change LOG(INFO) to VLOG(1).gene@google.com2010-10-291-7/+7
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-1/+0
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-0/+1
* Mac cloud print proxy work.scottbyer@chromium.org2010-10-291-1/+0
* Revert 64359 - Created a CloudPrintURLFetcher class to wrap URLFetcher. This ...jochen@chromium.org2010-10-2913-1033/+573
* Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implement...sanjeevr@chromium.org2010-10-2913-573/+1033
* 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