summaryrefslogtreecommitdiffstats
path: root/base/observer_list_threadsafe.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* Switch to static_assert in base/.avi2015-11-241-3/+2
* Remove "using" for ObserverListThreadsafe namespace.brettw2015-06-041-3/+0
* Move ObserverList to base namespace.brettw2015-06-021-26/+37
* Move Tuple to base namespace.brettw2015-05-291-3/+3
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-6/+5
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-5/+6
* base: Remove use of MessageLoopProxyskyostil2015-04-291-6/+5
* Clean up ObserverList Pointers to use nullptr instad of NULL or 0robliao2015-04-231-4/+4
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-2/+1
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-2/+4
* Simplify observer_list_threadsafe.h using a variadic template.thakis2014-12-231-45/+14
* Update legacy Tuple-using code.Avi Drissman2014-12-221-10/+10
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* base: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* base: Reuse STLDeleteValues() function to clean up the objects owned by Obser...tfarina@chromium.org2013-03-171-4/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add ObserverListThreadSafe::IsEmpty().sergeyu@chromium.org2012-02-081-1/+7
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+19
* Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ...rsesek@chromium.org2011-11-231-16/+19
* base::Bind: Cleanup in base/observer_list*.jhawkins@chromium.org2011-10-121-3/+3
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-091-17/+30
* Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi...adamk@chromium.org2011-08-091-34/+18
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-091-18/+34
* [Sync] Split DirectoryChangeListener for thread-safetyakalin@chromium.org2011-06-161-1/+22
* Fix bug in ObserverListThreadsafe::RemoveObserverakalin@chromium.org2011-06-051-9/+12
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* 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