summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.h
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-11/+11
* Moving the tabs_module API into a separate directory in api/vabr@chromium.org2012-06-081-1/+1
* Pull browser action click logic into ToolbarModelController, so that the upco...kalman@chromium.org2012-05-251-6/+4
* Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste...ben@chromium.org2012-05-231-5/+5
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* Make extension page actions be automatically converted into browser actionskalman@chromium.org2012-04-261-0/+6
* Have UIs call BrowserActionExecuted through ExtensionToolbarModel.yoz@chromium.org2012-04-191-5/+7
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-1/+6
* 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