| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Remove most uses of MessageLoopProxy | skyostil | 2015-04-30 | 1 | -6/+5 |
* | Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http... | stevenjb | 2015-04-29 | 1 | -5/+6 |
* | base: Remove use of MessageLoopProxy | skyostil | 2015-04-29 | 1 | -6/+5 |
* | Clean up ObserverList Pointers to use nullptr instad of NULL or 0 | robliao | 2015-04-23 | 1 | -4/+4 |
* | base: Stop passing a non-const ref to ObserverListBase::Iterator. | danakj | 2015-03-09 | 1 | -2/+1 |
* | base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes. | danakj | 2015-03-07 | 1 | -0/+1 |
* | Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile. | reillyg | 2015-02-09 | 1 | -2/+4 |
* | Simplify observer_list_threadsafe.h using a variadic template. | thakis | 2014-12-23 | 1 | -45/+14 |
* | Update legacy Tuple-using code. | Avi Drissman | 2014-12-22 | 1 | -10/+10 |
* | Use a direct include of the message_loop header in base/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | base: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -1/+1 |
* | base: Reuse STLDeleteValues() function to clean up the objects owned by Obser... | tfarina@chromium.org | 2013-03-17 | 1 | -4/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add ObserverListThreadSafe::IsEmpty(). | sergeyu@chromium.org | 2012-02-08 | 1 | -1/+7 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | base::Bind: Remove callback_old.h. | jhawkins@chromium.org | 2012-01-03 | 1 | -2/+19 |
* | Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ... | rsesek@chromium.org | 2011-11-23 | 1 | -16/+19 |
* | base::Bind: Cleanup in base/observer_list*. | jhawkins@chromium.org | 2011-10-12 | 1 | -3/+3 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse... | adamk@chromium.org | 2011-08-09 | 1 | -17/+30 |
* | Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi... | adamk@chromium.org | 2011-08-09 | 1 | -34/+18 |
* | Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse... | adamk@chromium.org | 2011-08-09 | 1 | -18/+34 |
* | [Sync] Split DirectoryChangeListener for thread-safety | akalin@chromium.org | 2011-06-16 | 1 | -1/+22 |
* | Fix bug in ObserverListThreadsafe::RemoveObserver | akalin@chromium.org | 2011-06-05 | 1 | -9/+12 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -6/+6 |
* | Add workaround for VS2005 compile error introduced by r70933 | akalin@chromium.org | 2011-01-11 | 1 | -3/+27 |
* | Made ObserverListThreadSafe's destructor private since it's ref-counted. | akalin@chromium.org | 2011-01-10 | 1 | -7/+9 |
* | Fix removal of multiple observers in ObserverListThreadSafe. | willchan@chromium.org | 2010-09-17 | 1 | -4/+5 |
* | Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it. | willchan@chromium.org | 2010-08-31 | 1 | -2/+8 |
* | FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src... | viettrungluu@chromium.org | 2010-08-14 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -1/+2 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -2/+1 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -1/+2 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -2/+1 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+2 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and... | tfarina@chromium.org | 2010-06-04 | 1 | -2/+2 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Fix up some style guide violations wrt aligning function arguments. | willchan@chromium.org | 2010-02-12 | 1 | -1/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -6/+6 |
* | Add a TODO from Jar. | mbelshe@google.com | 2008-11-03 | 1 | -0/+3 |
* | The base unittests were succeeding for the isolated | mbelshe@google.com | 2008-11-03 | 1 | -0/+2 |
* | Make the SystemMonitor observer list thread safe. | mbelshe@google.com | 2008-11-03 | 1 | -2/+6 |
* | Create a thread-safe observer list. Will be used | mbelshe@google.com | 2008-10-22 | 1 | -0/+190 |