| Commit message (Expand) | Author | Age | Files | Lines |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -3/+3 |
* | Change most content::URLFetcher references to net::URLFetcher | akalin@chromium.org | 2012-05-23 | 1 | -4/+4 |
* | Remove content::URLFetcherDelegate | akalin@chromium.org | 2012-05-22 | 1 | -3/+3 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -7/+7 |
* | RefCounted types should not have public destructors, chrome/browser/ part 1 | rsleevi@chromium.org | 2012-04-27 | 1 | -0/+2 |
* | Adding a const to a time var in component updater. | cpu@chromium.org | 2012-04-06 | 1 | -1/+1 |
* | Convert uses of int ms to TimeDelta in component updater. | tedvessenes@gmail.com | 2012-03-04 | 1 | -4/+8 |
* | Spelling mistakes fixed | cpu@chromium.org | 2012-02-15 | 1 | -4/+4 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -7/+9 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2012-01-24 | 1 | -1/+1 |
* | Coverity Fixlet: fix PASS_BY_VALUE. | scr@chromium.org | 2011-12-21 | 1 | -2/+4 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -2/+6 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -6/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -2/+6 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -6/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -2/+6 |
* | Convert calls to the utility process in service code to use the zygote on Linux. | jorgelo@chromium.org | 2011-12-13 | 1 | -0/+1 |
* | base::Bind() conversion for ComponentUpdaterService. | dcheng@chromium.org | 2011-11-21 | 1 | -9/+12 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -3/+5 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -15/+17 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -2/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -9/+9 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -4/+4 |
* | Component updater: send extra attributes in the request to | cpu@chromium.org | 2011-10-05 | 1 | -3/+21 |
* | net: Put more functions from escape.h into net namespace. | tfarina@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Adding UMA instrumentation to the component updater | cpu@chromium.org | 2011-09-01 | 1 | -0/+26 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -3/+3 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -2/+1 |
* | Component updater: Fix couple of bugs (part nine) | cpu@chromium.org | 2011-08-17 | 1 | -11/+17 |
* | Component updater eight piece | cpu@chromium.org | 2011-08-09 | 1 | -10/+24 |
* | Component updater fifth piece | cpu@chromium.org | 2011-08-03 | 1 | -0/+689 |