summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-252-3/+28
* 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
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-4/+4
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-157-2/+174
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-153-4/+4
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-1/+2
* 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
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-1/+1
* Add virtual to some destructorsbattre@chromium.org2011-07-181-1/+1
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-184-9/+9
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-1/+1
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-152-5/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-142-3/+6
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-1211-20/+38
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-1/+2
* 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
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-1/+1
* 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-014-4/+4
* Move sandbox_policy to content.jam@chromium.org2011-05-282-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-253-3/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-0/+1
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+0
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-0/+1
* Created an IPC method to enable the cloud print proxy using robot OAuth2 cred...sanjeevr@chromium.org2011-05-136-48/+133
* Changed the name of the Cloudprint XMPP channel to cloudprint.google.com.sanjeevr@chromium.org2011-05-121-7/+1
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-122-2/+0
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-23/+25
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-114-7/+10
* Changed the IPC between the browser and the service process to return more de...sanjeevr@chromium.org2011-05-114-26/+23
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-108-474/+2
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+1
* Changed the cloud print connector logic to request the OAuth2 credentials of ...sanjeevr@chromium.org2011-05-0621-176/+580
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-067-13/+13
* Mark job as error if we failed to fetch job data from the server after severa...gene@google.com2011-05-052-1/+33
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-031-0/+11
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Fix Linux proxy.scottbyer@chromium.org2011-04-282-34/+24
* Stop refcounting ProxyService.willchan@chromium.org2011-04-272-29/+32
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-271-1/+1
* Cleanup: Fix some style issues in the printing code. Fix misuse of scoped_ptr.csilv@chromium.org2011-04-211-1/+1