summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+2
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-2/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-1/+2
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-231-11/+0
* ExtensionInstalledBubble border/sizing polishrafaelw@chromium.org2009-11-201-20/+28
* Adds popups to browser actions, completing the feature.andybons@chromium.org2009-11-201-0/+2
* Undo my revert at r32524 due to a startup test regression.mpcomplete@chromium.org2009-11-201-1/+1
* Revert old change that created an ExtensionHost's RenderView asynchronously.mpcomplete@chromium.org2009-11-191-1/+1
* Fixes several focus issue with popup in the extensions' browser actions:jcampan@chromium.org2009-11-182-0/+12
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-5/+5
* Change width of install bubble to avoid orphan.aa@chromium.org2009-11-111-1/+1
* Add a close button to ExtensionInstalledBubble.rafaelw@chromium.org2009-11-111-4/+37
* Adding a couple of missing parts for extensios on linux/views.oshima@chromium.org2009-11-111-1/+9
* Add confirmation on extension uninstallation.finnur@chromium.org2009-11-101-12/+23
* Reland Extension Installed InfoBubblerafaelw@chromium.org2009-11-072-0/+310
* Fix style issues in View class.maruel@chromium.org2009-11-071-1/+1
* Revert 31322 - Extension Installed InfoBubblewillchan@chromium.org2009-11-062-310/+0
* Extension Installed InfoBubblerafaelw@chromium.org2009-11-062-0/+310
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-034-22/+43
* disable inactive rendering for ExtensionPopuperikkay@chromium.org2009-11-021-0/+5
* Standardize on the plugin icon (puzzle piece) as the default icon forfinnur@chromium.org2009-10-281-1/+5
* Constrain extension popups to a min/max size.erikkay@chromium.org2009-10-282-5/+26
* o Cleans up canonical extension_install_ui.cc to avoid #ifdefs when feasible.mark@chromium.org2009-10-261-1/+16