| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Cleanup in base/observer_list*. | jhawkins@chromium.org | 2011-10-12 | 1 | -8/+10 |
* | Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse... | adamk@chromium.org | 2011-08-09 | 1 | -6/+41 |
* | Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi... | adamk@chromium.org | 2011-08-09 | 1 | -41/+6 |
* | Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse... | adamk@chromium.org | 2011-08-09 | 1 | -6/+41 |
* | Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error... | akalin@chromium.org | 2011-06-09 | 1 | -0/+23 |
* | Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL... | thakis@chromium.org | 2011-06-08 | 1 | -23/+0 |
* | Fix user-after-free error with ObserverList. The problem is that if an Obser... | jam@chromium.org | 2011-06-07 | 1 | -0/+23 |
* | Fix bug in ObserverListThreadsafe::RemoveObserver | akalin@chromium.org | 2011-06-05 | 1 | -1/+34 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -5/+3 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Fix removal of multiple observers in ObserverListThreadSafe. | willchan@chromium.org | 2010-09-17 | 1 | -1/+44 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 1 | -2/+47 |
* | Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -47/+2 |
* | Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -2/+47 |
* | Fix up some style guide violations wrt aligning function arguments. | willchan@chromium.org | 2010-02-12 | 1 | -2/+2 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -1/+1 |
* | Improve the run time of base_unittests by about 20s by reducing timeouts in | phajdan.jr@chromium.org | 2009-11-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 | -2/+3 |
* | Fix some leaks in observer_list_unittest | erikkay@google.com | 2009-01-05 | 1 | -1/+2 |
* | Adds the ability for ObserverList to not notify observers added during | sky@google.com | 2008-10-31 | 1 | -0/+40 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Create a thread-safe observer list. Will be used | mbelshe@google.com | 2008-10-22 | 1 | -6/+201 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add observer_list_unittest.cc to base test target. Fix gcc warnings with virt... | pinkerton@google.com | 2008-08-08 | 1 | -1/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+88 |