summaryrefslogtreecommitdiffstats
path: root/chrome/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-134-5/+4
* Fix Linux Views build breakage.willchan@chromium.org2011-09-133-3/+4
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-133-4/+3
* 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