| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync extension icon order on toolbar. | haitaol@chromium.org | 2013-05-01 | 1 | -1/+10 |
* | Fixed a long-standing browser action icon order randomization bug. | finnur@chromium.org | 2013-03-21 | 1 | -29/+13 |
* | Add ActionBoxController, a controller class for the action box scoped to the | kalman@chromium.org | 2012-09-28 | 1 | -1/+1 |
* | Renamed ExtensionIdSet to ExtensionIds | yefim@chromium.org | 2012-08-17 | 1 | -1/+1 |
* | Initial implementation of action box menu. It is still work in progress, just... | yefim@chromium.org | 2012-08-09 | 1 | -17/+30 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Rename ActionBoxController -> LocationBarController. | aa@chromium.org | 2012-05-27 | 1 | -2/+3 |
* | Pull browser action click logic into ToolbarModelController, so that the upco... | kalman@chromium.org | 2012-05-25 | 1 | -7/+18 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -10/+12 |
* | Have UIs call BrowserActionExecuted through ExtensionToolbarModel. | yoz@chromium.org | 2012-04-19 | 1 | -1/+8 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Clean up ExtensionService shutdown and related notifications. | aa@chromium.org | 2011-04-28 | 1 | -4/+0 |
* | Revert 83198 - Remove DestroyingProfile from a few places.These guys are both... | aa@chromium.org | 2011-04-27 | 1 | -0/+4 |
* | Remove DestroyingProfile from a few places. | aa@chromium.org | 2011-04-27 | 1 | -4/+0 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -4/+4 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -7/+7 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-29 | 1 | -0/+4 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | GTK browser actions toolbar fiddling: | estade@chromium.org | 2010-04-02 | 1 | -0/+3 |
* | Fix a bug where an open incognito window's browser actions would not update | mpcomplete@chromium.org | 2010-03-30 | 1 | -0/+5 |
* | Add a pref for the number of showing icons in the browser actions toolbar. | estade@chromium.org | 2010-03-17 | 1 | -3/+12 |
* | GTK: more browser action toolbar functionality. | estade@chromium.org | 2010-03-12 | 1 | -0/+2 |
* | GTK: make browser actions container resizable. | estade@chromium.org | 2010-03-11 | 1 | -0/+3 |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -0/+5 |
* | Preserve order of extensions when they auto-update. | finnur@chromium.org | 2010-02-08 | 1 | -0/+6 |
* | Support reordering of Browser Actions within the container. Currently does no... | finnur@chromium.org | 2010-02-03 | 1 | -1/+5 |
* | Persist the order of extensions in the browser action toolbar across sessions. | estade@chromium.org | 2009-12-14 | 1 | -0/+8 |
* | GTK: hook up drag and drop of browser actions (for reordering). | estade@chromium.org | 2009-12-10 | 1 | -0/+6 |
* | Extensions: create a simple model for the browser action buttons toolstrip an... | estade@chromium.org | 2009-12-07 | 1 | -0/+64 |