| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor PendingExtensionManager for clarity and consistency. | skerner@chromium.org | 2012-01-13 | 1 | -2/+3 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -7/+0 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -0/+7 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -2/+2 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -4/+4 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -3/+7 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-18 | 1 | -3/+0 |
* | Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-17 | 1 | -0/+3 |
* | NewRunnable* -> base::Bind for most of chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -3/+0 |
* | 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 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -2/+3 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Install CRX updates one at a time. | skerner@chromium.org | 2011-06-01 | 1 | -1/+37 |
* | Allow URLFetcher to save results in a file. Have CRX updates use this capabil... | skerner@chromium.org | 2011-05-23 | 1 | -12/+5 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | [Extensions] Add CheckSoon() method to ExtensionUpdater | akalin@chromium.org | 2011-04-13 | 1 | -2/+18 |
* | [Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafe | akalin@chromium.org | 2011-04-12 | 1 | -8/+9 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-06 | 1 | -2/+10 |
* | Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more... | cmp@chromium.org | 2011-04-06 | 1 | -10/+2 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-05 | 1 | -2/+10 |
* | Generalize ExtensionUpdateService to ExtensionServiceInterface | akalin@chromium.org | 2011-04-04 | 1 | -4/+4 |
* | Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Add progress notifications for extension updates (from: 6665014) | dennisjeffrey@chromium.org | 2011-03-21 | 1 | -2/+26 |
* | Send active ping days along with the rollcall ping days parameter. | asargent@chromium.org | 2011-03-08 | 1 | -11/+30 |
* | Part 2 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-28 | 1 | -5/+6 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -3/+3 |
* | Coalesced various extension type enums into Extension::Type. | akalin@chromium.org | 2010-12-21 | 1 | -3/+7 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Add command line flag to override gallery update urls | asargent@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Allow an extension to dynamically set extra data in its update URL, in order | rogerta@chromium.org | 2010-11-12 | 1 | -2/+4 |
* | Ensure that ExtensionUpdater doesn't do anything after Stop() is called | akalin@chromium.org | 2010-11-11 | 1 | -1/+8 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-09 | 1 | -1/+0 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+1 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -5/+3 |
* | Allow update URLs in external_extensions.json. | skerner@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fixed invalid read in ExtensionsServiceTest.ReloadExtensions. | akalin@chromium.org | 2010-07-15 | 1 | -1/+0 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Adding ExtensionPrefs methods for storing update-when-idle data. | asargent@chromium.org | 2010-04-27 | 1 | -3/+0 |