| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ... | michaeln@google.com | 2011-12-07 | 1 | -0/+1 |
* | Update more manifests to manifest_version 2 | abarth@chromium.org | 2011-12-07 | 1 | -0/+1 |
* | Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -8/+8 |
* | Exempt default apps from external-extension alerts. | miket@chromium.org | 2011-12-06 | 1 | -11/+12 |
* | Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -8/+8 |
* | Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-05 | 1 | -8/+8 |
* | Reenable ExtensionServiceTest.UninstallExtension on Windows (speculatively). | yoz@chromium.org | 2011-11-29 | 1 | -8/+1 |
* | Clean up ExtensionServiceTest. | yoz@chromium.org | 2011-11-22 | 1 | -231/+190 |
* | Fix ExtensionServiceTest by moving base::ShadowingAtExitManager into the fixt... | rsesek@chromium.org | 2011-11-18 | 1 | -5/+5 |
* | Move PluginPrefs to use PluginService instead of PluginList. | rsesek@chromium.org | 2011-11-11 | 1 | -0/+11 |
* | Default apps should not be installed on profiles that already have apps. The | rogerta@chromium.org | 2011-11-09 | 1 | -1/+1 |
* | Fix a crash in PageActionImageView when extensions are reloaded due to incogn... | finnur@chromium.org | 2011-11-08 | 1 | -0/+5 |
* | Refactor loading out of ExtensionService. | yoz@chromium.org | 2011-11-02 | 1 | -22/+21 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Exempt component and policy-installed extensions from policy blacklist check. | mnissler@chromium.org | 2011-10-28 | 1 | -2/+88 |
* | Mark some externally installed extensions as 'bookmark apps' | rogerta@chromium.org | 2011-10-26 | 1 | -11/+46 |
* | Refactor code to make it more testable. | miket@chromium.org | 2011-10-20 | 1 | -6/+9 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -12/+13 |
* | Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-18 | 1 | -3/+2 |
* | Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-17 | 1 | -2/+3 |
* | NewRunnable* -> base::Bind for most of chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -3/+2 |
* | Add supported_locales attribute to external_extensions.json | dpolukhin@chromium.org | 2011-10-11 | 1 | -0/+42 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Preserve 'from_webstore' state when an extension is updated. | bbudge@chromium.org | 2011-09-20 | 1 | -0/+6 |
* | Mark UninstallExtension as FLAKY on Win. | dmazzoni@chromium.org | 2011-09-12 | 1 | -2/+8 |
* | When uninstalling a hosted app, delete data for its launch_url's origin, as | michaeln@google.com | 2011-09-02 | 1 | -1/+137 |
* | Fixing crash on sync when app becomes extension or vice versa. | bolms@chromium.org | 2011-08-30 | 1 | -0/+43 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+0 |
* | * Wire up the delete command in the cookie tree UI to actually delete indexed... | michaeln@google.com | 2011-08-25 | 1 | -6/+5 |
* | Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne... | bolms@chromium.org | 2011-08-23 | 1 | -113/+204 |
* | Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glu... | bolms@chromium.org | 2011-08-19 | 1 | -204/+113 |
* | Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne... | bolms@chromium.org | 2011-08-19 | 1 | -113/+204 |
* | Extensions installed by policy overrun previously installed extensions. | joaodasilva@chromium.org | 2011-08-11 | 1 | -0/+27 |
* | Apply the new asynchronous CookieMonster API to extension_service_unittest.cc. | ycxiao@chromium.org | 2011-08-09 | 1 | -5/+45 |
* | Make extension file URL access opt-in. | jstritar@chromium.org | 2011-08-09 | 1 | -0/+12 |
* | Revert 95815 - Make extension file URL access opt-in. | jstritar@chromium.org | 2011-08-08 | 1 | -12/+0 |
* | Make extension file URL access opt-in. | jstritar@chromium.org | 2011-08-08 | 1 | -0/+12 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -0/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Don't check newly loaded extensions' pref state. | estade@chromium.org | 2011-07-29 | 1 | -7/+7 |
* | Re-land the experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -7/+8 |
* | Revert 94288 - Add an experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -8/+7 |
* | Add an experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -7/+8 |
* | The problem: | marja@google.com | 2011-07-22 | 1 | -2/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Add 'from_webstore' state to Extensions, so renderer code can enforce CWS res... | bbudge@chromium.org | 2011-07-15 | 1 | -3/+10 |
* | Update URLPatternSet to contain a std::set instead of std::vector. | jstritar@chromium.org | 2011-07-13 | 1 | -36/+16 |
* | Remember whether an Extension/App was installed from the Web Store. | bbudge@google.com | 2011-07-12 | 1 | -0/+37 |