summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add a first run bubble to show after installing an extension app.finnur@chromium.org2010-04-242-15/+85
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* Correction of sizing of experimental.extension.popup.* windows. When displayi...twiz@chromium.org2010-04-201-9/+18
* Make ExtensionContextMenuModel hold on to a reference to itselffinnur@chromium.org2010-04-082-3/+3
* Fix build break in linux_views from r43575.aa@chromium.org2010-04-031-4/+5
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-032-17/+1
* Don't apply toolstrip theming stylesheet to popups.finnur@chromium.org2010-03-311-2/+2
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-303-17/+16
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-302-3/+3
* Basic change correcting the coordinate space of the reference anchor point fo...twiz@chromium.org2010-03-251-7/+6
* First part of new install dialog on Windows. Later changes willaa@chromium.org2010-03-251-0/+309
* GTK: allow inspecting of extension popups.estade@chromium.org2010-03-231-1/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Refactor ExtensionActionContextMenuModel.estade@chromium.org2010-03-225-89/+26
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-191-2/+3
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-191-3/+2
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-191-2/+3
* Extension popups now stay open and drag while inspector is open, when browser...rafaelw@chromium.org2010-03-191-4/+14
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-192-0/+11
* Minor extension infobar changes.finnur@chromium.org2010-03-181-1/+1
* Initial support for inspecting extension popups.rafaelw@chromium.org2010-03-175-19/+179
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Spruced up the warning dialog for when you enable an extension in incognito.mpcomplete@chromium.org2010-03-171-17/+9
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-082-5/+6
* Disable scroll bars for popups that will grow on windows and linux_view.skerner@chromium.org2010-03-041-1/+8
* Removes tab overview related classes and renames TabOverviewTypes tosky@chromium.org2010-02-221-4/+7
* Fix a crash when installing an extension from incognito mode.mpcomplete@chromium.org2010-02-191-3/+6
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-171-5/+12
* Fix anchoring of the menu. It was flipped.finnur@chromium.org2010-02-161-2/+2
* Clone of issue 577015.twiz@chromium.org2010-02-123-50/+141
* Use the generic IDS_CANCEL resource for Cancel buttons that say "Cancel". Th...pkasting@chromium.org2010-02-121-2/+2
* Make context menu in Browser Action overflow menu do something.finnur@chromium.org2010-02-113-12/+6
* Now showing the browser action image (including badge) when dragging andfinnur@chromium.org2010-02-051-8/+3
* Adding drag-drop support in and out of the Browser Action overflow menu.finnur@chromium.org2010-02-042-5/+163
* Remove the "On top" display mode of the extension shelf, it is no longer used...ben@chromium.org2010-02-032-20/+3
* Support reordering of Browser Actions within the container. Currently does no...finnur@chromium.org2010-02-034-1/+214
* Add overflow menu to the browser action container (part 2 offinnur@chromium.org2010-01-274-0/+153
* Install/uninstall dialog had stopped showing Uninstallfinnur@chromium.org2010-01-261-1/+1
* Resize and overflow for browser actions (part 1).finnur@chromium.org2010-01-222-6/+31
* Fix compile error from 36513.aa@chromium.org2010-01-191-1/+1
* Only create a desktop shortcut for apps if the user requests.aa@chromium.org2010-01-191-23/+69
* Fix a case where we could theoretically install an extension without prompt.aa@chromium.org2010-01-191-1/+1
* Fixes two fullscreen bugs on views/gtk:sky@chromium.org2010-01-111-4/+1
* Implement browser action context menu on linux.estade@chromium.org2009-12-312-13/+2
* Gets the extension popup/bubble to work correctly on Chrome OS.sky@chromium.org2009-12-221-1/+18
* Add the right-click context menu for Browser actions and Page Actions.finnur@chromium.org2009-12-172-0/+72
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-102-8/+36
* extensions: Properly use string16 for Unicode text.evan@chromium.org2009-12-091-2/+3
* Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo...andybons@chromium.org2009-12-091-2/+0
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-082-11/+24