summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_process_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix few remaining issues with incognito extensions.mpcomplete@chromium.org2010-03-101-0/+15
* Further tweaks to incognito extensions.mpcomplete@chromium.org2010-03-021-13/+0
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+13
* Prevent a crash and add debugging code for cases where things go wrongphajdan.jr@chromium.org2010-01-111-0/+4
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-171-6/+0
* Reattempt at r465143. The UI tests rely too heavily on the current behavior o...andybons@chromium.org2009-12-151-3/+16
* Rolling back r34316 due to tab_switching_test failing. TBR=scherkusandybons@chromium.org2009-12-111-15/+1
* Mac: Fixes bug where extension background hosts were being cleared when the l...andybons@chromium.org2009-12-111-1/+15
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-2/+5
* Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo...andybons@chromium.org2009-12-091-0/+14
* 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