summaryrefslogtreecommitdiffstats
path: root/base/observer_list_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-221-6/+201
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add observer_list_unittest.cc to base test target. Fix gcc warnings with virt...pinkerton@google.com2008-08-081-1/+4
* Add base to the repository.initial.commit2008-07-261-0/+88