summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-4/+4
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-2/+1
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-231-2/+3
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-0/+6
* [Mac] Implements popups for Page Actions, plus fixes a leak within the Browse...andybons@chromium.org2009-12-181-2/+2
* New event style for pageAction API.asargent@chromium.org2009-10-291-15/+32
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-291-10/+45
* Issue 21729: Add new event chrome.tabs.onStatusChange .skerner@chromium.org2009-10-281-0/+7
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-12/+12
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-1/+1
* Extensions: guarantee removal of BROWSER_WINDOW_READY registration.estade@chromium.org2009-10-201-3/+3
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-3/+7
* Update page action manifest parsing to match the new format.mpcomplete@chromium.org2009-10-131-1/+1
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-2/+12
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-221-6/+15
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-111-1/+5
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-8/+17
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-241-7/+8
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+4
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-1/+1
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-1/+3
* Reverting 20714.finnur@chromium.org2009-07-151-3/+1
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-1/+3
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-131-3/+4
* ExtensionBrowserEventRouter now observes TAB_CONTENTS_DESTROYED. This became ...rafaelw@chromium.org2009-07-101-14/+18
* DevTools: remove extensions-related workaround from the docked devtools windo...pfeldman@chromium.org2009-07-081-1/+13
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-9/+10
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-39/+33
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-6/+4
* tabs.onUpdated now sends 'url' when 'state' has changed to 'loading' when nav...rafaelw@chromium.org2009-05-201-31/+109
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-151-11/+46
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-52/+54
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-2/+24
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-0/+28
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-221-11/+85
* Remove ExtensionProcessManager and move its functionality ontompcomplete@google.com2009-04-161-3/+10
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+93