| 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 | -2/+2 |
* | base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. | tfarina@chromium.org | 2013-02-05 | 1 | -1/+1 |
* | MessageLoop's RUN method will pass a const ref to PendingTask when | rtenneti@chromium.org | 2013-02-03 | 1 | -4/+5 |
* | base: Fix a bug in MessagePumpGLib which caused a hang | satorux@chromium.org | 2013-01-19 | 1 | -10/+32 |
* | base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). | tfarina@chromium.org | 2013-01-10 | 1 | -8/+8 |
* | base: Use TEST() macro when possible. | tfarina@chromium.org | 2012-12-03 | 1 | -2/+0 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | GTTF: remove FAILS_ prefix, part 1 | phajdan.jr@chromium.org | 2012-11-01 | 1 | -2/+2 |
* | base: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-10-30 | 1 | -3/+3 |
* | Convert ProtocolHandlerRegistry to be a ProfileKeyedService. | smckay@chromium.org | 2012-07-21 | 1 | -0/+7 |
* | A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr... | hbono@chromium.org | 2012-07-20 | 1 | -7/+0 |
* | Convert ProtocolHandlerRegistry to be a ProfileKeyedService. | smckay@chromium.org | 2012-07-20 | 1 | -0/+7 |
* | Add base::RunLoop and update ui_test_utils to use it to reduce flakiness | jbates@chromium.org | 2012-06-28 | 1 | -18/+360 |
* | Add base::ThreadTaskRunnerHandler class. | sergeyu@chromium.org | 2012-05-09 | 1 | -0/+23 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-04-25 | 1 | -6/+13 |
* | Consolidate win/x dispatchers | oshima@chromium.org | 2012-04-09 | 1 | -1/+1 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -3/+3 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -4/+4 |
* | Fix calls in base and net unit tests to use TimeDelta. | tedvessenes@gmail.com | 2012-02-04 | 1 | -32/+53 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -39/+1 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -19/+24 |
* | rename Run in MessageLoopForUI to RunWithDispatcher | oshima@google.com | 2011-10-24 | 1 | -2/+2 |
* | net doesn't depend on libevent directly now. | wtc@chromium.org | 2011-06-22 | 1 | -6/+3 |
* | roll clang 131935:132017 | thakis@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Add support for base::Closure in the MessageLoop, and reimplement the whole s... | ajwong@chromium.org | 2011-04-20 | 1 | -571/+501 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | MessagePump implementations should call DoWork and DoDelayedWork at equal | mark@chromium.org | 2011-02-17 | 1 | -0/+54 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -14/+16 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -16/+14 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -14/+16 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+2 |
* | Help make Base compile under NaCl | abarth@chromium.org | 2010-12-01 | 1 | -2/+2 |
* | Moved the calls to the MessageLoop destruction observers to after the pending... | sanjeevr@chromium.org | 2010-11-30 | 1 | -0/+64 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Added task to Observer methods | davemoore@chromium.org | 2010-10-26 | 1 | -2/+4 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 1 | -3/+3 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -3/+3 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -3/+3 |
* | GTTF: Add bug reference to failing tests: | phajdan.jr@chromium.org | 2010-07-26 | 1 | -0/+2 |
* | Random bits of header and whitespace cleanup. | thestig@chromium.org | 2010-07-23 | 1 | -6/+8 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -0/+29 |
* | Clang: Do not ignore result of HANDLE_EINTR. | thakis@chromium.org | 2010-06-23 | 1 | -4/+8 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -8/+4 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -4/+8 |
* | TTF: Re-Re-enable MessageLoopTest.FileDescriptorWatcherOutlivesMessageLoop as | jhawkins@chromium.org | 2010-06-11 | 1 | -4/+1 |
* | Reland r49188. | willchan@chromium.org | 2010-06-09 | 1 | -8/+73 |
* | Revert 48102 - this test is now failing again, apparently since r49188 landed... | joth@chromium.org | 2010-06-09 | 1 | -1/+2 |