summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_process_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-14/+14
* Move:ben@chromium.org2010-12-021-1/+1
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-221-1/+5
* Revert 66646 - Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-5/+9
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-9/+5
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-21/+21
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-2/+2
* Fix flaky IncognitoSplitMode.mpcomplete@chromium.org2010-10-131-0/+4
* Fix some issues with incognito split mode extensions.mpcomplete@chromium.org2010-09-021-7/+26
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-14/+154
* remove toolstripserikkay@chromium.org2010-08-121-11/+0
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-15/+2
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-061-4/+2
* Add geolocation permission to extensions/apps.erikkay@chromium.org2010-04-261-0/+11
* Fix a bug where opening an extension options tab from a sole incognito windowmpcomplete@chromium.org2010-04-161-0/+2
* First cut at adding Extension Infobars to the experimental API.finnur@chromium.org2010-03-171-1/+12
* 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