summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_utility_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-0/+4
* Added ChromeUtilityMsg_GetPrinterSemanticCapsAndDefaults message and handler.vitalybuka@chromium.org2014-02-071-1/+59
* Remove ServiceUtilityProcessHost::Client::OnGetPrinterCapsAndDefaultsFailed.vitalybuka@chromium.org2014-02-061-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* UMA instrumentation for CloudPrint connector.vitalybuka@chromium.org2013-11-041-2/+58
* Update include paths in chrome/service for base/process changes.rsesek@chromium.org2013-07-231-1/+2
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-2/+26
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-8/+9
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-4/+4
* Get rid of internal content includes for sandbox code from chrome.jam@chromium.org2012-06-041-2/+2
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-281-5/+8
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-7/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-0/+7
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-7/+0
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-5/+7
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-11/+45
* Dispatch the Windows font caching IPCs in one filter. This avoids having the ...jam@chromium.org2011-12-011-23/+5
* Don't make ServiceChildProcessHost derive from ChildProcessInfo. It didn't re...jam@chromium.org2011-11-301-6/+2
* base::Bind: Convert chrome/service.jhawkins@chromium.org2011-11-151-15/+9
* Fixed issues with Cloud Print proxy.gene@chromium.org2011-10-131-26/+39
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-061-4/+2
* New implementation of font precache on Windows.arthurhsu@chromium.org2011-09-201-2/+10
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+6
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-13/+16
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-1/+2
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-1/+2
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-8/+7
* Move app/app_switches to ui/gfx/gl/gl_switches.backer@chromium.org2011-03-211-1/+0
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-1/+1
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-7/+8
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-8/+7
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+9
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-9/+5
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-5/+9
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-0/+1
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-131-1/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-6/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+6
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+6
* As the first step in an effort to improve robustness of the cloud print proxy...sanjeevr@chromium.org2010-12-221-3/+17