| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the --event-page-idle-time and --event-page-suspending-time switches. | yoz | 2014-09-19 | 1 | -7/+4 |
* | Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher. | yoz | 2014-09-09 | 1 | -1/+2 |
* | Transition BROWSER/PAGE_ACTION_UPDATED notifications to observers. | rdevlin.cronin@chromium.org | 2014-08-20 | 3 | -40/+27 |
* | Move extension notifications to extensions/browser/notification_types.h | jamescook@chromium.org | 2014-07-31 | 1 | -3/+4 |
* | remove NOTIFICATION_EXTENSION_UNLOADED from system_indicator API | limasdf@gmail.com | 2014-04-29 | 2 | -20/+31 |
* | Use EventRouter instead of ExtensionSystem::Get->event_router() from c/b/e/api | limasdf@gmail.com | 2014-04-16 | 1 | -2/+1 |
* | Rename NOTIFICATION_EXTENSION_UNLOADED to | kalman@chromium.org | 2014-03-19 | 1 | -2/+2 |
* | Move extensions-related files to using //components/keyed_service. | blundell@chromium.org | 2014-03-13 | 3 | -8/+7 |
* | ExtensionSystem cleanup part 3 | yoz@chromium.org | 2014-02-14 | 1 | -2/+3 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 2 | -2/+2 |
* | Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Revert 242450 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -1/+1 |
* | Convert string16 to use base namespace. | brettw@chromium.org | 2013-12-09 | 1 | -1/+1 |
* | Add KeepaliveImpulse to extension process manager. | scheib@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 2 | -2/+2 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 2 | -2/+2 |
* | Move ExtensionFunction to the extensions component. | benwells@chromium.org | 2013-11-13 | 1 | -1/+1 |
* | Reland: Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-10 | 1 | -2/+2 |
* | Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." | rockot@google.com | 2013-11-08 | 1 | -2/+2 |
* | Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-08 | 1 | -2/+2 |
* | Reland: Convert ExtensionProcessManager to BrowserContext, part 1 | jamescook@chromium.org | 2013-11-05 | 1 | -3/+5 |
* | Revert 232456 "Convert ExtensionProcessManager to BrowserContext..." | jamescook@chromium.org | 2013-11-01 | 1 | -5/+3 |
* | Convert ExtensionProcessManager to BrowserContext, part 1 | jamescook@chromium.org | 2013-11-01 | 1 | -3/+5 |
* | Add C++ fixture for extension settings browser test | aboxhall@chromium.org | 2013-10-21 | 1 | -1/+1 |
* | JSON/IDL Compiler now generates event names as of r215660. Use these generate... | DHNishi@gmail.com | 2013-08-20 | 1 | -2/+3 |
* | Add OWNERS for a bunch more extension APIs: alarms, bluetooth, context_menus, | kalman@chromium.org | 2013-08-15 | 1 | -0/+1 |
* | Status tray refactor and no-menu status icon support on Linux | sidharthms@chromium.org | 2013-07-31 | 1 | -32/+54 |
* | Add support for named status icons. | dewittj@chromium.org | 2013-07-18 | 1 | -1/+2 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Change ApiResourceManager to use ProfileKeyedApi. | patrickriordan177@gmail.com | 2013-06-17 | 1 | -0/+3 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 3 | -10/+12 |
* | Move ProfileKeyedService infrastructure to a component | phajdan.jr@chromium.org | 2013-05-20 | 3 | -3/+3 |
* | Drop more dependencies of ProfileKeyedService infrastructure on chrome. | phajdan.jr@chromium.org | 2013-05-17 | 1 | -0/+2 |
* | Revert 199566 "Drop more dependencies of ProfileKeyedService inf..." | tzik@chromium.org | 2013-05-13 | 1 | -2/+0 |
* | Drop more dependencies of ProfileKeyedService infrastructure on chrome. | phajdan.jr@chromium.org | 2013-05-10 | 1 | -0/+2 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 2 | -50/+0 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -2/+1 |
* | [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext | phajdan.jr@chromium.org | 2013-04-26 | 2 | -3/+5 |
* | Move SystemIndicator parsing out of Extension class | rdevlin.cronin@chromium.org | 2013-03-25 | 2 | -0/+52 |
* | Part I: clear primary and selection clipboards if data came from content area. | vasilii@chromium.org | 2013-02-18 | 1 | -0/+1 |
* | Rename "unload" to "suspend" for consistency | rpaquay@chromium.org | 2013-02-16 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -1/+1 |
* | Use ImageLoader instead of ImageLoadingTracker (Part 11) | rpaquay@chromium.org | 2013-02-08 | 1 | -1/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Consolidate [BrowserAction,PageAction,ScriptBadge]API into ExtensionActionAPI | rdevlin.cronin@chromium.org | 2013-01-23 | 1 | -1/+1 |
* | Record histogram of extension API usage | rpaquay@chromium.org | 2013-01-18 | 1 | -3/+3 |
* | Address a VS2102 compile error in SystemIndicator | dewittj@chromium.org | 2012-12-19 | 2 | -1/+3 |
* | Add systray icon and click functionality to systemIndicator API. | dewittj@chromium.org | 2012-12-17 | 5 | -1/+399 |
* | Revert 170660 | benwells@chromium.org | 2012-12-04 | 1 | -1/+1 |