summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Update cloud_print and chrome/service to use the new version of LaunchProcess.rvargas2014-12-132-4/+2
* gn format //chromescottmg2014-12-031-1/+1
* Make content::StartSandboxedProcess return a Process instead of a handle.rvargas2014-11-241-2/+1
* Don't pass ProcessHandle through ChildProcessHostDelegate.rvargas2014-11-182-11/+14
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-11-122-10/+7
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-7/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-285-13/+9
* Standardize usage of virtual/override/final in chrome/dcheng2014-10-2116-140/+131
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+0
* Change PDF scaling factor from double to float.pkasting2014-10-093-8/+8
* Replacing the OVERRIDE with override and FINAL with final in chrome/servicemohan.reddy2014-10-0721-130/+130
* Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windowsscottmg2014-10-071-3/+0
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+11
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-252-12/+13
* StartPage/EndPage from spooling code. Calling this from metafiles unreliable....vitalybuka2014-09-241-0/+2
* Fix WeakPtrFactory member ordering in chrome/browsermohan.reddy2014-09-231-1/+2
* Use file handles to interact with utility process.vitalybuka2014-09-175-255/+269
* Added helper function to log CloudPrint.ServiceUtilityProcessHostEvent histog...vitalybuka2014-09-161-36/+20
* Added value to ServiceUtilityProcessHostEventType to track when utility proce...vitalybuka2014-09-161-0/+4
* Fixed indentation.vitalybuka2014-09-161-11/+11
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-122-3/+3
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-051-2/+2
* Use SetAlternateDesktop(false) for service process.vitalybuka2014-09-052-0/+9
* Removed print_web_view_helper_win.ccvitalybuka2014-08-281-3/+3
* Remove implicit conversions from scoped_refptr to T* in chrome/dcheng2014-08-261-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-264-4/+4
* Port parts of //third_pary/libjingle build to GNajwong2014-08-231-1/+1
* Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi...tfarina@chromium.org2014-08-141-1/+2
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-134-6/+5
* Cleanup: Remove unneeded #include from ui/base/l10n/l10n_util.h.thestig@chromium.org2014-08-121-0/+1
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-083-6/+1
* GN support for //jingle directoryrlarocque@chromium.org2014-08-051-1/+1
* Add chrome/service to GN build.brettw@chromium.org2014-07-091-0/+71
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-086-85/+22
* Clamp down various chrome/ DEPS files.thestig@chromium.org2014-06-243-8/+2
* Split printing utility IPC messages into its own file.thestig@chromium.org2014-06-181-1/+5
* Add paper size support for local printing on Windows.vitalybuka@chromium.org2014-06-161-3/+6
* Add URLRequestJobFactories to URLRequestContexts without one.mmenke@chromium.org2014-06-131-0/+2
* Convert local printer capabilites to CDD format to unify with cloud printers ...alekseys@chromium.org2014-06-053-116/+9
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-051-2/+2
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-021-2/+3
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-021-3/+2
* Printing on Windows via PDFscottmg@chromium.org2014-05-202-32/+27
* Moved CloudPrintUrl to components/cloud_devices/cloud_devices_urls.h.vitalybuka@chromium.org2014-04-203-17/+4
* Moved current cloud_devices content into cloud_devices/common.vitalybuka@chromium.org2014-04-182-2/+2
* Added --cloud-print-xmpp-endpoint to make possible test with non-default XMPP...vitalybuka@chromium.org2014-04-151-0/+3
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-20/+1
* Use service process to collect printers.vitalybuka@chromium.org2014-03-274-12/+36
* Move CommandLine to base namespace.brettw@chromium.org2014-03-172-7/+7
* Removed code related to Mac virtual printer.vitalybuka@chromium.org2014-03-123-106/+0