summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.cc
Commit message (Expand)AuthorAgeFilesLines
* 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