summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Mark CloudPrintURLFetcherBasicTest.HandleRawResponse FLAKY because ofkbr@chromium.org2010-12-281-3/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-244-6/+13
* Move directory code from chrome/service to chrome/browser.sergeyu@chromium.org2010-12-232-156/+0
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-238-240/+327
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-2210-114/+329
* Stop the chromoting_contextdmaclach@chromium.org2010-12-211-0/+4
* change host_id over to using uuiddmaclach@chromium.org2010-12-201-6/+6
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+3
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-3/+0
* Almost done deinlining virtual methods.erg@google.com2010-12-162-8/+17
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-19/+5
* Cache certificate verification results in memory.wtc@google.com2010-12-161-0/+4
* Making CUPS calls non-blocking.gene@google.com2010-12-161-2/+7
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-152-7/+1
* Added 'dry run' tag to the print job, to test proxy health without wasting pa...gene@google.com2010-12-1310-9/+76
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* 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