summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_registrar.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent NotificationRegistrar from pulling in platform threading stuff.erg@chromium.org2010-07-201-10/+13
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-19/+11
* Add per-observer instrumenting code to NotificationRegistrar.huanr@chromium.org2010-02-011-22/+21
* Adding instrument to NotificationRegistrar to checkhuanr@chromium.org2009-12-041-0/+25
* Add more logging on a NOTREACHED() in hopes of getting more data about why we...pkasting@chromium.org2009-05-281-1/+2
* Avoid calling NotificationService::current() unless we have to, to prevent pr...pkasting@chromium.org2009-05-231-7/+12
* Make the NotificationRegistrar safe for use in Singletons, which may outlive ...pkasting@chromium.org2009-05-211-5/+17
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+18
* Pass NotificationSource by const ref rather than value, as it's a class (and ...pkasting@chromium.org2008-10-081-2/+2
* Remove an explicit call from the NavigationController to the alternate URLbrettw@google.com2008-09-161-0/+54