summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/browser_actions_container.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename BubbleBorder::ArrowLocation to Arrow; etc.msw@chromium.org2013-04-111-2/+2
* Second batch of fixing prefs registrations.joi@chromium.org2013-02-211-15/+0
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-5/+7
* Add synchronous Widget closing eventwittman@chromium.org2013-02-051-2/+2
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-3/+5
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+5
* Remove TabContents from views code.avi@chromium.org2012-12-121-1/+0
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-6/+13
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+2
* views: Fix a bunch of dchecks.tfarina@chromium.org2012-10-171-1/+1
* Make extension commands grant the activeTab permission.kalman@chromium.org2012-09-241-3/+18
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-2/+5
* Add back Inspect Popup command to extension popups on Windowsbenwells@chromium.org2012-09-121-8/+18
* Enable commands API for platform apps.mek@chromium.org2012-09-101-1/+2
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-2/+2
* Convert mostly favicon related code from SkBitmap to ImageSkia and Image.pkotwicz@chromium.org2012-08-171-5/+7
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-3/+3
* Convert extension action icons code to use ImageSkia instead of SkBitmaptbarzic@chromium.org2012-08-141-3/+2
* Initial implementation of action box menu. It is still work in progress, just...yefim@chromium.org2012-08-091-32/+35
* views: Extract Widget observer into its own header file.tfarina@chromium.org2012-08-021-0/+1
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+2
* views: Be consistent in our for loop usage.tfarina@chromium.org2012-06-271-13/+13
* TabContentsWrapper -> TabContents, part 48.avi@chromium.org2012-06-111-2/+2
* Moved BrowserActionButton and BrowserActionView to a new file (from browser_a...yefim@chromium.org2012-05-311-343/+1
* Pull browser action click logic into ToolbarModelController, so that the upco...kalman@chromium.org2012-05-251-29/+35
* Allow Extension Commands to trigger BrowserAction popups even if the extensio...finnur@chromium.org2012-05-241-0/+7
* Rename ExtensionCommand* to Command* within the extensions namespace.finnur@chromium.org2012-05-221-5/+5
* This adds a webui overlay on the extensions page for showing what Extension k...finnur@chromium.org2012-05-211-3/+5
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+4
* Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.tedvessenes@gmail.com2012-05-171-2/+1
* views: Refactor the way we register BrowserActionsContainer prefs.tfarina@chromium.org2012-05-101-9/+17
* Move Command class out of the Extension class and into its own location (unde...finnur@chromium.org2012-05-041-1/+1
* A bit of cleanup for the Extension Commands.finnur@chromium.org2012-05-041-1/+1
* Move extension command files to the api folder, as requested in previous revi...finnur@chromium.org2012-05-031-2/+2
* Conflict detection for Extension Keybinding.finnur@chromium.org2012-05-031-2/+6
* Have UIs call BrowserActionExecuted through ExtensionToolbarModel.yoz@chromium.org2012-04-191-3/+1
* Remove unused parameters from views popup extension windowbenwells@chromium.org2012-04-191-7/+6
* Disable loading of unpacked extensions when '*' is blacklisted, both via the ...joaodasilva@chromium.org2012-04-181-1/+1
* Remove Inspect Popup command from browser actions.benwells@chromium.org2012-04-171-5/+2
* views: Stop using ResourceBundle without the namespace prefix.tfarina@chromium.org2012-04-051-3/+3
* Polish the keybinding implementation a bit.finnur@chromium.org2012-04-021-12/+7
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-0/+1
* Default browser action icon to the puzzle piece.cduvall@chromium.org2012-03-161-11/+15
* views: Rename MenuButtonDelegate::RunMenu to something more obvious.tfarina@chromium.org2012-03-151-1/+2
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-1/+0
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Fix DCHECK in BrowserActionsContainer::OnWidgetClosingstevenjb@chromium.org2012-03-051-1/+7