summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression with setting the toolstrip background.mpcomplete@chromium.org2009-10-061-0/+3
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-061-3/+18
* TBR: mpcompleteerikkay@chromium.org2009-10-051-18/+3
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-3/+18
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-10/+14
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-0/+4
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-1/+70
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-5/+3
* Extensions: Listen for BROWSER_THEME_CHANGED and send updated CSS.erg@google.com2009-09-281-5/+15
* ExtensionApiTest improvements.rafaelw@chromium.org2009-09-251-1/+14
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+2
* Revert r27137: "Create renderers for ExtensionHosts one at a time to avoidmpcomplete@chromium.org2009-09-241-70/+1
* Create renderers for ExtensionHosts one at a time to avoid blocking the UI.mpcomplete@chromium.org2009-09-241-1/+70
* remove the right-click devtools behaviorerikkay@chromium.org2009-09-191-2/+1
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-37/+22
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-20/+35
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-35/+20
* Add a bare-bones extension shelf that displays extension items on OS X.thakis@chromium.org2009-09-161-7/+11
* Handle mole/toolstrip URLs properly.erikkay@chromium.org2009-09-151-2/+28
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-19/+46
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-46/+19
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-19/+46
* Make extensions use ViewMsg_EnableIntrinsicWidthChangedMode.mpcomplete@chromium.org2009-09-101-0/+3
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-2/+6
* Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-031-1/+1
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-021-1/+1
* Allow DOMUI pages to call window.open(), giving DOMUI privileges to the newmpcomplete@chromium.org2009-09-021-1/+1
* Revert accidental commits: r25115 and r25116mpcomplete@chromium.org2009-09-011-1/+1
* Merge branch 'api' of /src/chrome/src into apimpcomplete@chromium.org2009-09-011-1/+1
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-3/+19
* Fix crash in Linux extension shelf.phajdan.jr@chromium.org2009-08-261-2/+3
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-251-76/+1
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-1/+76
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-76/+1
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-2/+23
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-111-1/+76
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-111-76/+1
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-0/+6
* Correctly handle extensions width in the GTK extension shelf.phajdan.jr@chromium.org2009-08-061-2/+2
* Make extensions in the extension shelf render their content to a visible GTKphajdan.jr@chromium.org2009-08-041-3/+8
* mole API - take 2erikkay@chromium.org2009-08-041-2/+9
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+23
* Rolling back change 22245.chrome-bot@google.com2009-08-021-9/+2
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-011-2/+9
* Create render view for extensions on Linux.phajdan.jr@chromium.org2009-07-281-1/+1
* add mole info to toolstrip definition and enable moleserikkay@chromium.org2009-07-261-14/+40
* Begin work on extension shelf for Linux.phajdan.jr@chromium.org2009-07-171-0/+2
* Add more browser tests for Task Manager.phajdan.jr@chromium.org2009-07-151-6/+7