summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_browser_event_router.cc
Commit message (Expand)AuthorAgeFilesLines
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Changes semantics of TabSelectedAt. For multi-selection the TabStripsky@chromium.org2011-03-021-0/+3
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-2/+2
* 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-10/+13
* Changes instant so that the newly created tab has a new id. Doingsky@chromium.org2011-01-111-2/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Move:ben@chromium.org2010-12-021-2/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-39/+46
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-4/+4
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-081-25/+52
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-11/+24
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+2
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-5/+5
* Indicate if window is closing in tabs.onRemoved callbackjstritar@chromium.org2010-10-151-1/+7
* Makes session restore work correctly with instant.sky@chromium.org2010-10-151-3/+0
* Remove traces for the WhitelistExtension test. The flakiness seems to be gone.finnur@chromium.org2010-10-141-14/+0
* Add more traces. I think what is happening is that the background page hasn't...finnur@chromium.org2010-10-131-1/+4
* Make sure the download status in the application icon is updatedphajdan.jr@chromium.org2010-10-131-1/+1
* Adjust the traces for WhitelistedExtension.finnur@chromium.org2010-10-121-0/+11
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-9/+6
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-0/+1
* Makes ExtensionBrowserEventRouter correctly deal with replacing a tab.sky@chromium.org2010-09-091-7/+18
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+1
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-231-1/+2
* [Mac] Fix for a bug where extensions were not being notified when no window w...andybons@chromium.org2010-07-201-0/+9
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-2/+4
* Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...rafaelw@chromium.org2010-06-161-4/+31
* Prevent extensions api windows.onFocusChange from firing more than once with ...rafaelw@chromium.org2010-05-211-2/+10
* fix chrome.tabs.onUpdated bugs, add browsertest.rafaelw@chromium.org2010-05-191-39/+17
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-2/+2
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-2/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-2/+2
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-2/+2
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-2/+2
* 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