summaryrefslogtreecommitdiffstats
path: root/base/observer_list.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure observers are not nullptroshima2015-04-081-0/+2
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-15/+14
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-101-2/+4
* Make ObserverList non-inline to save 90KB with gccbratell@opera.com2014-07-171-65/+88
* Fix possible naming conflict in macro.finnur@chromium.org2013-09-241-8/+9
* Don't expose ObserverList::Size()caitkp@chromium.org2013-08-291-1/+1
* Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Change O(n^2) loop to O(n) in ObserverListBase::Compact().asvitkine@chromium.org2011-10-251-8/+3
* Speed up observers list notifcation macro when list is emptyjar@chromium.org2011-10-131-6/+12
* Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...akalin@chromium.org2011-06-091-7/+11
* Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL...thakis@chromium.org2011-06-081-11/+7
* Fix user-after-free error with ObserverList. The problem is that if an Obser...jam@chromium.org2011-06-071-7/+11
* Fix bug in ObserverListThreadsafe::RemoveObserverakalin@chromium.org2011-06-051-5/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Clean up some Observer code. Original patch by Thiago Farina (see http://cod...pkasting@chromium.org2010-04-291-5/+3
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-52/+85
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-85/+52
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-52/+85
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Adds the ability for ObserverList to not notify observers added duringsky@google.com2008-10-311-5/+27
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-0/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...darin@google.com2008-08-141-2/+2
* Fix gcc/msvc differencespinkerton@google.com2008-08-041-2/+3
* Add base to the repository.initial.commit2008-07-261-0/+170