summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* Make ExtensionBrowserEventRouter owned by ExtensionService.asargent@chromium.org2011-01-151-8/+3
* Changes instant so that the newly created tab has a new id. Doingsky@chromium.org2011-01-111-1/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-3/+3
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-10/+12
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-081-0/+10
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+1
* Indicate if window is closing in tabs.onRemoved callbackjstritar@chromium.org2010-10-151-1/+3
* Make sure the download status in the application icon is updatedphajdan.jr@chromium.org2010-10-131-1/+1
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-2/+1
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-1/+1
* Makes ExtensionBrowserEventRouter correctly deal with replacing a tab.sky@chromium.org2010-09-091-2/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...rafaelw@chromium.org2010-06-161-1/+23
* Prevent extensions api windows.onFocusChange from firing more than once with ...rafaelw@chromium.org2010-05-211-0/+4
* fix chrome.tabs.onUpdated bugs, add browsertest.rafaelw@chromium.org2010-05-191-14/+5
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-2/+1
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-12/+14
* New event style for pageAction API.asargent@chromium.org2009-10-291-0/+10
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-291-0/+8
* Makes inactive pinned tabs on linux throb when the title changes. Isky@chromium.org2009-10-231-1/+2
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-1/+1
* Implement Browser Actions extensions.finnur@chromium.org2009-09-261-1/+5
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-221-0/+4
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-111-1/+2
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-241-3/+3
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-0/+1
* Reverting 20714.finnur@chromium.org2009-07-151-1/+0
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-0/+1
* Nukes the 3 arg TabMoved variant in favor of the 4 arg variant.sky@chromium.org2009-07-131-1/+2
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-1/+0
* Revert the Omnibox when changing tabs while its contents have been deleted.pkasting@chromium.org2009-05-291-2/+2
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-211-1/+3
* tabs.onUpdated now sends 'url' when 'state' has changed to 'loading' when nav...rafaelw@chromium.org2009-05-201-6/+26
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-151-4/+33
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-6/+10
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-3/+9
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-0/+4
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-221-0/+5
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-0/+55