summaryrefslogtreecommitdiffstats
path: root/base/observer_list_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-4/+6
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-6/+4
* base: Remove use of MessageLoopProxyskyostil2015-04-291-4/+6
* Clean up ObserverList Pointers to use nullptr instad of NULL or 0robliao2015-04-231-1/+1
* Update {virtual,override} to follow C++11 style in base.nick2015-04-221-1/+1
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-13/+13
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-101-0/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-23/+14
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-9/+9
* Improve spelling of "notification".tnagel@chromium.org2014-05-081-2/+2
* Revert 268203 "There are many ways to get it wrong."benjhayden@chromium.org2014-05-051-2/+2
* There are many ways to get it wrong.tnagel@chromium.org2014-05-051-2/+2
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-1/+1
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-251-1/+1
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-14/+14
* Revert 180547 (didn't help)thakis@chromium.org2013-02-041-1/+1
* Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTestthakis@chromium.org2013-02-041-1/+1
* base: Update the calls from QuitClosure() to QuitWhenIdleClosure().tfarina@chromium.org2013-02-041-1/+1
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-11/+11
* base: Reverse the parameters passed to EXPECT_EQ in ObserverList test.tfarina@chromium.org2012-08-231-13/+13
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-061-1/+2
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-15/+24
* Working around a bug in VS2010 Express compiler causing two objects to be ali...alexeypa@chromium.org2012-04-051-1/+4
* Remove MessageLoop::QuitTask() from base.dcheng@chromium.org2011-12-091-1/+1
* Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ...rsesek@chromium.org2011-11-231-0/+51
* base::Bind: Cleanup in base/observer_list*.jhawkins@chromium.org2011-10-121-8/+10
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-091-6/+41
* Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi...adamk@chromium.org2011-08-091-41/+6
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-091-6/+41
* Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...akalin@chromium.org2011-06-091-0/+23
* Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL...thakis@chromium.org2011-06-081-23/+0
* Fix user-after-free error with ObserverList. The problem is that if an Obser...jam@chromium.org2011-06-071-0/+23
* Fix bug in ObserverListThreadsafe::RemoveObserverakalin@chromium.org2011-06-051-1/+34
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-5/+3
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-191-2/+2
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-2/+2
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-2/+2
* Fix removal of multiple observers in ObserverListThreadSafe.willchan@chromium.org2010-09-171-1/+44
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-2/+47
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-47/+2
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-2/+47
* Fix up some style guide violations wrt aligning function arguments.willchan@chromium.org2010-02-121-2/+2
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Improve the run time of base_unittests by about 20s by reducing timeouts inphajdan.jr@chromium.org2009-11-051-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+3
* Fix some leaks in observer_list_unittesterikkay@google.com2009-01-051-1/+2
* Adds the ability for ObserverList to not notify observers added duringsky@google.com2008-10-311-0/+40
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2