| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari... | tfarina@chromium.org | 2013-02-06 | 1 | -14/+14 |
* | Revert 180547 (didn't help) | thakis@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest | thakis@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). | tfarina@chromium.org | 2013-02-04 | 1 | -1/+1 |
* | base: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-10-30 | 1 | -11/+11 |
* | base: Reverse the parameters passed to EXPECT_EQ in ObserverList test. | tfarina@chromium.org | 2012-08-23 | 1 | -13/+13 |
* | base: Fix minor warnings reported by cppcheck. | tfarina@chromium.org | 2012-08-06 | 1 | -1/+2 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -15/+24 |
* | Working around a bug in VS2010 Express compiler causing two objects to be ali... | alexeypa@chromium.org | 2012-04-05 | 1 | -1/+4 |
* | Remove MessageLoop::QuitTask() from base. | dcheng@chromium.org | 2011-12-09 | 1 | -1/+1 |
* | Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ... | rsesek@chromium.org | 2011-11-23 | 1 | -0/+51 |
* | 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 |