summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-124-24/+23
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-124-23/+24
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-5/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+1
* Delete meabodenha@chromium.org2011-12-213-5/+9
* [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-102-6/+6
* Fix failure to disable cloud print connector.abodenha@chromium.org2011-12-091-1/+1
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-3/+0
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-063-16/+16
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-032-7/+12
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-024-109/+68
* Dispatch the Windows font caching IPCs in one filter. This avoids having the ...jam@chromium.org2011-12-012-34/+5
* Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't re...jam@chromium.org2011-11-303-17/+18
* base::Bind: Convert chrome/service/cloud_print.jhawkins@chromium.org2011-11-197-116/+131
* Add OVERRIDE to chrome/service/.avi@chromium.org2011-11-1911-46/+50
* 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-157-134/+103
* 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-144-13/+4
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-1/+2
* NewRunnable* conversion to base::Bindscottbyer@chromium.org2011-11-121-2/+3
* Fixed crash in the proxy. Reference has been passed between threads,gene@chromium.org2011-11-116-47/+4
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-2/+2
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-292-4/+6
* Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud ...gene@chromium.org2011-10-2822-922/+1333
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-4/+4
* Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...jam@chromium.org2011-10-271-7/+7
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-275-10/+10
* 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-2510-84/+88
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-244-32/+30
* Fixed issues with Cloud Print proxy.gene@chromium.org2011-10-132-29/+49
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-2/+2
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* 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-063-10/+14
* Update URLFetcher::OnURLFetchComplete() parameters.skerner@chromium.org2011-10-052-15/+4
* Remove dead macros after updating _WIN32_WINNT and WINVERjschuh@chromium.org2011-09-281-4/+0
* New implementation of font precache on Windows.arthurhsu@chromium.org2011-09-202-2/+13
* Fix issue where printing output got trunkated on the right and bottom sides.gene@chromium.org2011-09-131-0/+9