summaryrefslogtreecommitdiffstats
path: root/base/observer_list_threadsafe.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-6/+6
* Add workaround for VS2005 compile error introduced by r70933akalin@chromium.org2011-01-111-3/+27
* Made ObserverListThreadSafe's destructor private since it's ref-counted.akalin@chromium.org2011-01-101-7/+9
* Fix removal of multiple observers in ObserverListThreadSafe.willchan@chromium.org2010-09-171-4/+5
* Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.willchan@chromium.org2010-08-311-2/+8
* FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src...viettrungluu@chromium.org2010-08-141-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-1/+2
* Revert everything related to the relanding.erg@chromium.org2010-07-141-2/+1
* Reland r52336.erg@chromium.org2010-07-141-1/+2
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-2/+1
* More header cleanup:erg@chromium.org2010-07-141-1/+2
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and...tfarina@chromium.org2010-06-041-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fix up some style guide violations wrt aligning function arguments.willchan@chromium.org2010-02-121-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-6/+6
* Add a TODO from Jar.mbelshe@google.com2008-11-031-0/+3
* The base unittests were succeeding for the isolatedmbelshe@google.com2008-11-031-0/+2
* Make the SystemMonitor observer list thread safe.mbelshe@google.com2008-11-031-2/+6
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-221-0/+190