summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater/component_updater_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-3/+3
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-4/+4
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-3/+3
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-7/+7
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-0/+2
* Adding a const to a time var in component updater.cpu@chromium.org2012-04-061-1/+1
* Convert uses of int ms to TimeDelta in component updater.tedvessenes@gmail.com2012-03-041-4/+8
* Spelling mistakes fixedcpu@chromium.org2012-02-151-4/+4
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-7/+9
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-1/+1
* Coverity Fixlet: fix PASS_BY_VALUE.scr@chromium.org2011-12-211-2/+4
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-2/+6
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-6/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-2/+6
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-6/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-2/+6
* Convert calls to the utility process in service code to use the zygote on Linux.jorgelo@chromium.org2011-12-131-0/+1
* base::Bind() conversion for ComponentUpdaterService.dcheng@chromium.org2011-11-211-9/+12
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+5
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-15/+17
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-2/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-9/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+4
* Component updater: send extra attributes in the request tocpu@chromium.org2011-10-051-3/+21
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Adding UMA instrumentation to the component updatercpu@chromium.org2011-09-011-0/+26
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-3/+3
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-2/+1
* Component updater: Fix couple of bugs (part nine)cpu@chromium.org2011-08-171-11/+17
* Component updater eight piececpu@chromium.org2011-08-091-10/+24
* Component updater fifth piececpu@chromium.org2011-08-031-0/+689