| Commit message (Expand) | Author | Age | Files | Lines |
* | Added extensions API to provide customization values. | altimofeev@chromium.org | 2011-03-24 | 1 | -0/+3 |
* | Exposing extension preferences via the `chrome.extension` API. | bauerb@chromium.org | 2011-03-16 | 1 | -1/+9 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -4/+4 |
* | Cleanup: Remove unneeded includes of notification_registrar.h. | thestig@chromium.org | 2011-01-27 | 1 | -1/+0 |
* | Tests for incognito app install, plus some cleanup. | tessamac@google.com | 2011-01-21 | 1 | -0/+15 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Before creating a theme info bar, check if one is already visible for the sam... | bulach@chromium.org | 2010-04-22 | 1 | -4/+21 |
* | Mechanical refactor of CrxInstaller signatures. This will make | aa@chromium.org | 2010-03-12 | 1 | -2/+2 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -0/+4 |
* | Browser Action Container should not shrink when visible extension is disabled. | finnur@chromium.org | 2010-02-12 | 1 | -1/+5 |
* | Remove poll'n'loop code from extension_browsertest.cc. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -0/+10 |
* | Add basic tests for extension crash recovery. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -0/+7 |
* | Wires TabContents to app extensions. | sky@chromium.org | 2010-02-05 | 1 | -0/+2 |
* | Add 3 tests for extension installation. Fix and re-enable UpdatePermissions t... | kkania@chromium.org | 2010-01-20 | 1 | -4/+10 |
* | Correctly handle extension reloading in the task manager. | phajdan.jr@chromium.org | 2009-10-20 | 1 | -0/+2 |
* | Add a browser test for extensions autoupdate. | asargent@chromium.org | 2009-10-14 | 1 | -0/+9 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Force page-action views to update after reloading an extension, by deleting | pam@chromium.org | 2009-09-11 | 1 | -0/+5 |
* | Don't show extension disabled infobar when manually updating | aa@chromium.org | 2009-08-28 | 1 | -1/+15 |
* | An initial pass at structure to do end-to-end extension API tests. I'll work... | erikkay@chromium.org | 2009-08-17 | 1 | -3/+5 |
* | Adds a copyright header to extension_browsertest.cc and fixes lint error. | mpcomplete@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Disable an extension when it is upgraded to a version that requires more | mpcomplete@chromium.org | 2009-08-14 | 1 | -3/+5 |
* | Add a rudamentary feed preview to the RSS extension. It | finnur@chromium.org | 2009-07-09 | 1 | -0/+3 |
* | Add an ExtensionBrowserTest base class that allows in-process browser tests o... | aa@chromium.org | 2009-07-04 | 1 | -0/+41 |