1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. e88f346 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 7 years ago
  3. 89388db Move Location to base namespace in base. by Brett Wilson · 7 years ago
  4. 274bec8 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 7 years ago
  5. c372ed8 Migrate Bind to BindOnce or BindRepeating in //base/message_loop by tzik · 7 years ago
  6. 6bdbeb2 Rewrite base::Bind into base::BindOnce on trivial cases in base by tzik · 7 years ago
  7. 490b47e Remove unneeded scoped_refptr<>::get on method bind by tzik · 8 years ago
  8. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  9. 96ab655 Remove remaining calls to deprecated MessageLoop methods on Mac. by fdoray · 8 years ago
  10. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  11. ca87abb Standardize usage of virtual/override/final specifiers in base/. by dcheng · 10 years ago
  12. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  13. c69ff08 Remove MessagePumpGtk. by erg@chromium.org · 10 years ago
  14. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  15. 710ecb9 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago[Renamed (77%) from base/message_pump_glib_unittest.cc]
  16. 83d9d4a Revert 206507 "Move message_pump to base/message_loop." by brettw@chromium.org · 11 years ago[Renamed (77%) from base/message_loop/message_pump_glib_unittest.cc]
  17. 53adf49 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago[Renamed (77%) from base/message_pump_glib_unittest.cc]
  18. 7d4a0ec base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by tfarina@chromium.org · 11 years ago
  19. fc6f929 Revert 180547 (didn't help) by thakis@chromium.org · 11 years ago
  20. c5ebb34 Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest by thakis@chromium.org · 11 years ago
  21. f77d8d4 base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). by tfarina@chromium.org · 11 years ago
  22. 3b5d147 base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). by tfarina@chromium.org · 12 years ago
  23. 2852dcb base: Add missing "virtual" keyword and OVERRIDE to some methods. by tfarina@chromium.org · 12 years ago
  24. b09a889 Build fix for chromeos: MessagePumpAuraX11's header should forward declare glib by erg@chromium.org · 12 years ago
  25. 59a0855 Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by oshima@chromium.org · 12 years ago
  26. 9b2870c Fix calls in base and net unit tests to use TimeDelta. by tedvessenes@gmail.com · 12 years ago
  27. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  28. 22a8a0d And now NewRunnableMethod(), you die. by ajwong@chromium.org · 13 years ago
  29. 598ca1c base::Bind: Remove NewRunnableFunction. by jhawkins@chromium.org · 13 years ago
  30. 7029710 Remove MessageLoop::QuitTask() from base. by dcheng@chromium.org · 13 years ago
  31. 847a572 Reland 102005 and 102009: aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  32. edefce0 Revert 102005 - aura: Explicitly disable GTK. by sky@chromium.org · 13 years ago
  33. 393e10c aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  34. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  35. fa5bf99 Clang: enable -Wbool-conversions and -Wunused-variables on Linux. by hans@chromium.org · 14 years ago
  36. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  37. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  38. 76ed21e FBTF: Remove unneeded headers from base/ (part 7) by thestig@chromium.org · 14 years ago
  39. b14ade7 Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableMethods easier. by ajwong@chromium.org · 14 years ago
  40. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  41. b1f47b2 First patch in making destructors of refcounted objects private. by jam@chromium.org · 15 years ago
  42. 5cb996e Reverting 27389. Review URL: http://codereview.chromium.org/246027 by darin@chromium.org · 15 years ago
  43. 983005a Reverting 27379, in hopes of fixing browser_tests. by senorblanco@chromium.org · 15 years ago
  44. f35c179 Assert that thread-safe reference counting is used with by darin@chromium.org · 15 years ago
  45. 927bd07 Linux: GCC 4.4 fix. by agl@chromium.org · 15 years ago
  46. bec47f4 Add tests for the GLib message pump. by deanm@chromium.org · 15 years ago