summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_process_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-19/+20
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* remove toolstripserikkay@chromium.org2010-08-121-4/+0
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-3/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add geolocation permission to extensions/apps.erikkay@chromium.org2010-04-261-0/+5
* First cut at adding Extension Infobars to the experimental API.finnur@chromium.org2010-03-171-1/+6
* Fix few remaining issues with incognito extensions.mpcomplete@chromium.org2010-03-101-0/+3
* Prevent a crash and add debugging code for cases where things go wrongphajdan.jr@chromium.org2010-01-111-0/+3
* Make the inspector for the background page stay open whenaa@chromium.org2009-11-071-0/+4
* Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHostsmpcomplete@chromium.org2009-11-051-0/+3
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-2/+14
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-3/+8
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-0/+13
* Reverting 20714.finnur@chromium.org2009-07-151-13/+0
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-0/+13
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-10/+0
* Display an infobar alert when extension process crashes.phajdan.jr@chromium.org2009-06-191-0/+6
* Clean up extension loading:erikkay@google.com2009-06-151-0/+1
* Make extensions visible in the Task Manager.phajdan.jr@chromium.org2009-06-131-0/+3
* part 2 of dragging change: reordering, but not persistingerikkay@google.com2009-06-101-6/+5
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-061-6/+16
* 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
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-2/+5
* Resurrect ExtensionProcessManager. Move the code for starting extensionmpcomplete@google.com2009-05-061-0/+59
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-63/+0
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+8
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-1/+2
* Introducing ExtensionProcessManager. This manages the ExtensionViews tompcomplete@google.com2009-04-091-0/+54