1. 58e1907 Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi. by hidehiko · 11 years ago
  2. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
  3. ce6251b Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. by hidehiko · 11 years ago
  4. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
  5. cba1be9 Improve MessageLoop's comments. by maniscalco · 11 years ago
  6. 8d73106 Microbenchmark for the cost of posting tasks to different pump types by jamesr · 11 years ago
  7. 410a98e High resolution timer fix reland by cpu · 11 years ago
  8. 2ca1bf3 base: Factor task debug annotations out of MessageLoop by skyostil@chromium.org · 11 years ago
  9. 8207e58 base: Remove now-unused MessagePumpObserver. by sadrul@chromium.org · 11 years ago
  10. 518c211 Revert of High resolution timer fix for Windows (https://codereview.chromium.org/395913006/) by ksakamoto@chromium.org · 11 years ago
  11. 474786a This is jamesr@ code I am landing. by cpu@chromium.org · 11 years ago
  12. 0137aa8 Fix the build when use_glib is set to 0. by zhaoze.zhou@partner.samsung.com · 11 years ago
  13. c9ff378 Introduce task_runner() accessors for both base::Thread and base::MessageLoop by rsleevi@chromium.org · 11 years ago
  14. 15a496f Revert of Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ..." (https://codereview.chromium.org/366873002/) by rsesek@chromium.org · 11 years ago
  15. 95560b3 Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ..." (https://codereview.chromium.org/360373004/) by tzik@chromium.org · 11 years ago
  16. 29bdafe Revert 221427 "Add instrumentation to the MessagePumpMac family ..." by rsesek@chromium.org · 11 years ago
  17. 4d5a6b2 [Mac] Maximise timer slack for background tabs by jeremy@chromium.org · 11 years ago
  18. 49e37bd Fixed example in MessageLoop::ReleaseSoon comment by vkuzkokov@chromium.org · 11 years ago
  19. 26ea8ac Add example to MessageLoop::ReleaseSoon comment. by maniscalco@chromium.org · 11 years ago
  20. b169e22 Some cleanups for the message_loop.h/cc. by sadrul@chromium.org · 11 years ago
  21. ea5d6f7 x11: Make the event-source work with both glib and libevent message-pumps. by sadrul@chromium.org · 11 years ago
  22. c69ff08 Remove MessagePumpGtk. by erg@chromium.org · 11 years ago
  23. f59198c x11: Remove X11 message-pump. by sadrul@chromium.org · 11 years ago
  24. b73028a Revert 263726 "x11: Remove X11 message-pump." by fischman@chromium.org · 11 years ago
  25. 5df5a75 x11: Remove X11 message-pump. by sadrul@chromium.org · 11 years ago
  26. 25e9de2 x11: Remove MessagePumpObserver. by sadrul@chromium.org · 11 years ago
  27. cc84288 ozone: Fix libbase_nacl build after MessagePumpOzone removal by spang@chromium.org · 11 years ago
  28. 7aff5f6 ozone: Remove the libevent message-pump. by sadrul@chromium.org · 11 years ago
  29. d4ad436 Remove X11 and GTK dependencies from host_forwarder by zhenyu.liang@intel.com · 11 years ago
  30. b5f1fc9 Used scoped_ptr by suyash.s@samsung.com · 11 years ago
  31. f36b8fa Revert r151669 and r155589 as non-Aura Metro mode is gone by yukawa@chromium.org · 12 years ago
  32. 8a7aae7 Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. by sky@chromium.org · 12 years ago
  33. 66a00b3 Nukes MessageLoop::Dispatcher (2) by sky@chromium.org · 12 years ago
  34. 907041c Revert 245226 "Nukes MessageLoop::Dispatcher" by sky@chromium.org · 12 years ago
  35. 93f2f95 Nukes MessageLoop::Dispatcher by sky@chromium.org · 12 years ago
  36. f0ef6b6 Tweak ifdefs for MessageLoopForUI::Add/RemoveObserver by sky@chromium.org · 12 years ago
  37. 6c63e29 Make aura_demo work on Mac by ccameron@chromium.org · 12 years ago
  38. 33353ba removing SEH exception restoration #2 by cpu@chromium.org · 12 years ago
  39. d48cae9 Removing TryPostTask functionality by cpu@chromium.org · 12 years ago
  40. 4f42682 Implementation of MessagePump for Mojo. by sky@chromium.org · 12 years ago
  41. ab45280 Adds the ability for MessageLoop to take a MessagePump by sky@chromium.org · 12 years ago
  42. 83ae192 base: Remove unused code in the message-loop. by sadrul@chromium.org · 12 years ago
  43. bfe6007 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 12 years ago
  44. fcef7eb Revert 222689 "Use an X event loop in the GPU process on Linux." by dalecurtis@google.com · 12 years ago
  45. a949fdf Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 12 years ago
  46. 2396c9c Revert 222470 "Use an X event loop in the GPU process on Linux." This is to by noamsml@chromium.org · 12 years ago
  47. 5c16b57 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 12 years ago
  48. 1999572 gtk: Allow building both the X11 and Gtk message-pumps for gtk. by sadrul@chromium.org · 12 years ago
  49. a06ba83 gtk: Some code cleanup for the message-pump. by sadrul@chromium.org · 12 years ago
  50. ee8420d Add instrumentation to the MessagePumpMac family of classes. by rsesek@chromium.org · 12 years ago
  51. a78bfa9 Making a way to create thread with a Java Looper for Android by kristianm@chromium.org · 12 years ago
  52. 4018323 Made MessagePump a non-thread safe class. by alexeypa@chromium.org · 12 years ago
  53. bb819d6 Revert 212948 "Made MessagePump a non-thread safe class." by alexeypa@google.com · 12 years ago
  54. 6d20c70 Made MessagePump a non-thread safe class. by alexeypa@chromium.org · 12 years ago
  55. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 12 years ago
  56. 710ecb9 Move message_pump to base/message_loop. by brettw@chromium.org · 12 years ago
  57. 83d9d4a Revert 206507 "Move message_pump to base/message_loop." by brettw@chromium.org · 12 years ago
  58. 53adf49 Move message_pump to base/message_loop. by brettw@chromium.org · 12 years ago
  59. 6318b39 Move message_loop to the message_loop directory. by brettw@chromium.org · 12 years ago