summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.h
Commit message (Expand)AuthorAgeFilesLines
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-10/+14
* Have panels respond to changes in work area on Linux. This includes switching...prasadt@chromium.org2011-11-221-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Add DidChangeFocus to FocusChangeListener.alicet@chromium.org2011-11-101-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Extend chrome.tabs* API to support multiple tabs.jstritar@chromium.org2011-09-281-0/+3
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-141-2/+1
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-15/+17
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* More correct window focus changes for multi-profile and incognito.yoz@chromium.org2011-06-231-4/+13
* Use active information fromTabInsertedAt in browser event router so that the ...yoz@chromium.org2011-06-101-3/+4
* Fix duplicate tab and window events on Chrome OS.jstritar@chromium.org2011-05-281-0/+21
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT...dpapad@chromium.org2011-05-241-4/+4
* 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