summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-15/+16
* Make scoped dc objects smartercpu@chromium.org2012-02-141-16/+15
* Convert use of int ms to TimeDelta in chrome/service files.tedvessenes@gmail.com2012-01-314-28/+29
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-1/+1
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-283-26/+34
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-6/+7
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-12/+6
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-9/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-202-0/+9
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-9/+0
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-145-10/+62
* 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