summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_process_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disabled extensions should be uninstallable. finnur@chromium.org2009-11-101-1/+2
* Make the inspector for the background page stay open whenaa@chromium.org2009-11-071-0/+11
* Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHostsmpcomplete@chromium.org2009-11-051-6/+21
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-041-2/+3
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-5/+2
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-5/+28
* Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...mpcomplete@chromium.org2009-09-281-1/+1
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-281-1/+1
* Implementing chrome.i18n.getMessage call, that loads message from the extensi...cira@chromium.org2009-09-281-0/+6
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-1/+2
* 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
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-7/+12
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-2/+4
* Addressing minor review comments in ExtensionProcessManager post-submit.finnur@chromium.org2009-07-221-0/+3
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+12
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-0/+46
* Reverting 20714.finnur@chromium.org2009-07-151-46/+0
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-0/+46
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-29/+11
* Clean up a few startup and shutdown dependencies which should fix some of the...erikkay@google.com2009-06-241-6/+17
* Display an infobar alert when extension process crashes.phajdan.jr@chromium.org2009-06-191-0/+14
* Clean up extension loading:erikkay@google.com2009-06-151-0/+13
* Make extensions visible in the Task Manager.phajdan.jr@chromium.org2009-06-131-3/+18
* Fix object ownership and cleanup issues between ExtensionHost and ExtensionVi...erikkay@google.com2009-06-121-3/+6
* part 2 of dragging change: reordering, but not persistingerikkay@google.com2009-06-101-14/+10
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-061-8/+20
* Fixes a slew of random link/compile errors for views on gtk.sky@chromium.org2009-05-291-2/+2
* Fix unit test bustage by making sure ExtensionView::ViewHierarchyChanged call...ben@chromium.org2009-05-291-0/+4
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-3/+26
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-10/+5
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-27/+3
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-3/+27
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-27/+3
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-3/+27
* Resurrect ExtensionProcessManager. Move the code for starting extensionmpcomplete@google.com2009-05-061-0/+71
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-64/+0
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-1/+20
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-2/+5
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-0/+42