summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print
Commit message (Expand)AuthorAgeFilesLines
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-142-8/+27
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-123-22/+21
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-123-21/+22
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+0
* Delete meabodenha@chromium.org2011-12-212-4/+7
* [Coverity] More pass by val to pass by const ref conversions.dbeam@chromium.org2011-12-213-4/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-5/+5
* Fix failure to disable cloud print connector.abodenha@chromium.org2011-12-091-1/+1
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-196-114/+129
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-196-34/+35
* Fixing url for user messages for CloudPrint.gene@chromium.org2011-11-172-2/+2
* Revert 110369 - Fix URL on proxy/connector for sending user messages.cpu@chromium.org2011-11-161-1/+1
* Fix URL on proxy/connector for sending user messages.gene@chromium.org2011-11-161-1/+1
* base: Refactor PendingTask out of MessageLoop.jhawkins@chromium.org2011-11-151-0/+1
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-155-117/+92
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Cleanup: Remove unneeded forward declarations from various chrome subdirector...thestig@chromium.org2011-11-143-8/+4
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-1/+2
* Fixed crash in the proxy. Reference has been passed between threads,gene@chromium.org2011-11-116-47/+4
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-2821-921/+1331
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-4/+4
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-273-6/+5
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-262-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-258-79/+82
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-242-27/+23
* scoped_ptr and new[] don't mix.thakis@chromium.org2011-10-071-1/+1
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+4
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-4/+10
* Remove dead macros after updating _WIN32_WINNT and WINVERjschuh@chromium.org2011-09-281-4/+0
* Fix issue where printing output got trunkated on the right and bottom sides.gene@chromium.org2011-09-131-0/+9
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-132-2/+2
* 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
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-153-4/+4
* Fixd issue with accessing null pointer, when print servergene@google.com2011-07-281-1/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-262-7/+7
* Switched the cloud print login from a WebUI local dialog to a web-based scheme.sanjeevr@chromium.org2011-07-221-0/+4
* Add virtual to some destructorsbattre@chromium.org2011-07-181-1/+1
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-184-9/+9
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1210-19/+32
* Change the WebResourceService to use SystemURLRequestContext, and fix leak th...mirandac@chromium.org2011-06-282-1/+4
* Add checks on DictionaryValue.Getxxxgbillock@chromium.org2011-06-273-13/+10
* Flag for switching GAIA backendgfeher@chromium.org2011-06-153-3/+3
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-012-2/+2
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-272-8/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1