summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* TBR: mpcompleteerikkay@chromium.org2009-10-051-1/+0
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-0/+1
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-0/+1
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-0/+1
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-4/+11
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+1
* Revert r27137: "Create renderers for ExtensionHosts one at a time to avoidmpcomplete@chromium.org2009-09-241-11/+4
* Create renderers for ExtensionHosts one at a time to avoid blocking the UI.mpcomplete@chromium.org2009-09-241-4/+11
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-3/+5
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-5/+3
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-3/+5
* Add a bare-bones extension shelf that displays extension items on OS X.thakis@chromium.org2009-09-161-0/+6
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-0/+3
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-3/+0
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-0/+3
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-2/+3
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-251-4/+0
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-181-0/+4
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-181-4/+0
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-1/+7
* Revert "Fix "crashed extension" infobar browser crashes."phajdan.jr@chromium.org2009-08-111-0/+4
* Fix "crashed extension" infobar browser crashes.phajdan.jr@chromium.org2009-08-111-4/+0
* mole API - take 2erikkay@chromium.org2009-08-041-0/+1
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+25
* Rolling back change 22245.chrome-bot@google.com2009-08-021-1/+0
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-011-0/+1
* Create render view for extensions on Linux.phajdan.jr@chromium.org2009-07-281-1/+7
* add mole info to toolstrip definition and enable moleserikkay@chromium.org2009-07-261-0/+5
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-1/+1
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-11/+10
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-0/+7
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-2/+8
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-3/+3
* Move extension view classes from browser/extensions to browser/views/extensions.erikkay@google.com2009-06-231-1/+1
* TBR: Fix Toolstrips sometimes show scrollbars as renderingaa@chromium.org2009-06-191-0/+1
* Display an infobar alert when extension process crashes.phajdan.jr@chromium.org2009-06-191-0/+8
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+1
* part 2 of dragging change: reordering, but not persistingerikkay@google.com2009-06-101-7/+14
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-061-1/+10
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-2/+2
* Fixing more bustage by ifdefing out Windows-only code.ben@chromium.org2009-05-291-0/+4
* Fix inspection of extensions.aa@chromium.org2009-05-191-2/+0
* Add a handle to the ExtensionShelf. This is how users will drag extension to...erikkay@google.com2009-05-181-0/+2
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-1/+1
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-071-2/+4
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-071-1/+4
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2