summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/extension_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable scroll bars on resizing popups below a maximum size.skerner@chromium.org2010-02-251-1/+7
* Port BrowserActionApiTest.BrowserActionPopup to linux.estade@chromium.org2010-01-191-8/+4
* Limit the size of extension views on linux.estade@chromium.org2009-12-181-6/+17
* 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
* Another regression from r31031: Fix RWHV sizing in extension popups.tony@chromium.org2009-11-061-0/+1
* GTK: add browser actions popups.estade@chromium.org2009-10-221-2/+5
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-2/+2
* Add NULL-checks to render_view_host->view() to fix startup test crash.mpcomplete@chromium.org2009-10-071-1/+1
* Fix a regression with setting the toolstrip background.mpcomplete@chromium.org2009-10-061-1/+12
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-1/+1
* Revert r27137: "Create renderers for ExtensionHosts one at a time to avoidmpcomplete@chromium.org2009-09-241-1/+1
* Create renderers for ExtensionHosts one at a time to avoid blocking the UI.mpcomplete@chromium.org2009-09-241-1/+1
* Draw background of Linux extension toolstrips.phajdan.jr@chromium.org2009-08-271-0/+4
* Fix crash in Linux extension shelf.phajdan.jr@chromium.org2009-08-261-1/+6
* Correctly handle extensions width in the GTK extension shelf.phajdan.jr@chromium.org2009-08-061-0/+4
* Make extensions in the extension shelf render their content to a visible GTKphajdan.jr@chromium.org2009-08-041-1/+2
* Create render view for extensions on Linux.phajdan.jr@chromium.org2009-07-281-0/+31