1. c510c59 jni_generator: Pass object parameters as JavaParamRef. by torne · 9 years ago
  2. 7d246d7 Reland of move 1 ms rounding up of task delays on Windows (patchset #1 id:1 of https://codereview.chromium.org/1304293002/ ) by brucedawson · 9 years ago
  3. 4846cce Fix top-level trace event name in MessageLoop::RunTask by caseq · 9 years ago
  4. d70209b Revert of Remove 1 ms rounding up of task delays on Windows (patchset #1 id:1 of https://codereview.chromium.org/1305873002/ ) by pfeldman · 9 years ago
  5. 4ca0bed Remove 1 ms rounding up of task delays on Windows by brucedawson · 9 years ago
  6. b70d89a Prevent a thread startup race in ScheduleWorkTest which causes a nullptr dereference of a message pump. by amistry · 9 years ago
  7. fbcad11 Cleanup message_loop.cc by lucinka.brozkova · 9 years ago
  8. 7be7859 Microoptimisation for OnLibeventNotification. by ricea · 9 years ago
  9. b8cfa6d Proof-reading comments in base/message_loop/. by qyearsley · 9 years ago
  10. 341a961 Extract trace from TaskAnnotator::RunTask to its call sites by caseq · 9 years ago
  11. 4929f10 Revert of Trace MessageLoop::RunTask execution (patchset #2 id:20001 of https://codereview.chromium.org/1225333002/) by caseq · 9 years ago
  12. d1abbc1 base: Make it possible to replace the MessageLoop's task runner by skyostil · 9 years ago
  13. 50bc72f Trace MessageLoop::RunTask execution by caseq · 9 years ago
  14. 54676e1 Revert of base: Make it possible to replace the MessageLoop's task runner (patchset #7 id:120001 of https://codereview.chromium.org/998063002/) by glider · 9 years ago
  15. 3c23afd base: Make it possible to replace the MessageLoop's task runner by skyostil · 9 years ago
  16. 8fb8824 Revert of Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. (patchset #2 id:20001 of https://codereview.chromium.org/1194673004/) by jbauman · 9 years ago
  17. 9adf8ab MessageLoop: wire the unused static method in base::Thread (follow-up cleanup) by kinuko · 9 years ago
  18. 8bd245c Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. by ananta · 9 years ago
  19. 1aae892 Delete watcher on IO thread in MessagePumpLibeventTest.QuitWatcher. by derekjchow · 9 years ago
  20. 9368ac0 base: Remove MessageLoopProxy by skyostil · 9 years ago
  21. 129a57e Revert of Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. (patchset #1 id:1 of https://codereview.chromium.org/1173193002/) by scottmg · 9 years ago
  22. 4c1ae64 Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux. by Steve Kobes · 9 years ago
  23. 1b5a943 Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. by ananta · 9 years ago
  24. d21a7a1 Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Chrome OS by kjellander · 9 years ago
  25. e58e4c4 Revert of Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. (patchset #13 id:240001 of https://codereview.chromium.org/1156503005/) by kjellander · 9 years ago
  26. 5607e7c Don't peek messages in the MessagePumpForUI class when we receive our kMsgHaveWork message. by ananta · 9 years ago
  27. 85c3556 Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks by miu · 9 years ago
  28. f25405c Reland (3rd try): Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  29. b346e6f Set minimum Windows wait time to 1 ms in MessagePumpDefault::Run by brucedawson · 9 years ago
  30. 9545b13 Revert of Reland: Lazily initialize MessageLoop for faster thread startup (patchset #5 id:160001 of https://codereview.chromium.org/1129953004/) by glider · 9 years ago
  31. f15caee Reland: Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  32. 1f9e394 Treat a delay of under 1 millisecond in MessagePumpDefault as a signal that the corresponding delayed task needs to execute by ananta · 9 years ago
  33. 7246e84 Revert of Lazily initialize MessageLoop for faster thread startup (patchset #28 id:870001 of https://codereview.chromium.org/1011683002/) by kinuko · 9 years ago
  34. a6b5bf4 Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  35. cd07263 Adding a comment to message_loop_proxy.h informing developers of its deprecation. by anujk.sharma · 9 years ago
  36. 13369be Add toplevel trace event to MessagePumpLibevent::OnLibeventNotification by spang · 9 years ago
  37. 21f8440 Apply automated fixits for Chrome clang plugin to base_unittests. by dcheng · 9 years ago
  38. 7891022 Re-land: Add missing check for quitting from MessagePumpLibevent by chirantan · 9 years ago
  39. 8d7e138 Revert of Add missing check for quitting from MessagePumpLibevent (patchset #3 id:40001 of https://codereview.chromium.org/1019793006/) by zhaoqin · 9 years ago
  40. 2b0e06e Add missing check for quitting from MessagePumpLibevent by chirantan · 9 years ago
  41. dd4cb91 base: Mark MessageLoop::Post*Task API deprecated by skyostil · 9 years ago
  42. 0393da3 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  43. 0540c6b Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/) by bnc · 10 years ago
  44. 81d2a16 base: Fix/add header #ifndef guards. by danakj · 10 years ago
  45. 9ce26c4 Don't DCHECK that the runloop has been Run on iOS shutdown by stuartmorgan · 10 years ago
  46. 6df914b Update {virtual,override,final} to follow C++11 style in base. by dcheng · 10 years ago
  47. 650e758 Increase warning threshold for "super long" delayed tasks. by miu · 10 years ago
  48. 00b90e9 Move 'super-long post delayed task' warning to IncomingTaskQueue. by miu · 10 years ago
  49. 2151a0b [Windows] Fix for Browser IO MessageLoop spinning the CPU. by miu · 10 years ago
  50. ddf2b79 Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). by charliea · 10 years ago
  51. fa24e5b Cleanup dead code in base/ as found by Scythe. by thestig · 10 years ago
  52. 49481fa Use ThreadData::Now() for TrackingInfo::time_posted initialization by jdduke · 10 years ago
  53. ca87abb Standardize usage of virtual/override/final specifiers in base/. by dcheng · 10 years ago
  54. d74fa8c Avoid scheduling a message loop that we know is not sleeping by jamesr · 10 years ago
  55. d3dea9a Exclude unused functions for NaCl code path. by mazda · 10 years ago
  56. 58e1907 Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi. by hidehiko · 10 years ago
  57. 2e16050 More virtual/override updates in base/. by viettrungluu · 10 years ago
  58. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  59. ce6251b Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  60. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  61. cba1be9 Improve MessageLoop's comments. by maniscalco · 10 years ago
  62. 8d73106 Microbenchmark for the cost of posting tasks to different pump types by jamesr · 10 years ago
  63. 14fb0e0 Remove implicit HANDLE conversions from base. by rvargas · 10 years ago
  64. f51eb6b fix for high resolution timer on windows. by cpu · 10 years ago
  65. 410a98e High resolution timer fix reland by cpu · 10 years ago
  66. fdc7385 Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  67. 2ca1bf3 base: Factor task debug annotations out of MessageLoop by skyostil@chromium.org · 10 years ago
  68. 0efbe77 Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.org/454433003/) by adamk@chromium.org · 10 years ago
  69. f409c5f Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  70. 8207e58 base: Remove now-unused MessagePumpObserver. by sadrul@chromium.org · 10 years ago
  71. 518c211 Revert of High resolution timer fix for Windows (https://codereview.chromium.org/395913006/) by ksakamoto@chromium.org · 10 years ago
  72. 474786a This is jamesr@ code I am landing. by cpu@chromium.org · 10 years ago
  73. 0137aa8 Fix the build when use_glib is set to 0. by zhaoze.zhou@partner.samsung.com · 10 years ago
  74. c9ff378 Introduce task_runner() accessors for both base::Thread and base::MessageLoop by rsleevi@chromium.org · 10 years ago
  75. 15a496f Revert of Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ..." (https://codereview.chromium.org/366873002/) by rsesek@chromium.org · 10 years ago
  76. 95560b3 Revert of Revert 221427 "Add instrumentation to the MessagePumpMac family ..." (https://codereview.chromium.org/360373004/) by tzik@chromium.org · 10 years ago
  77. 29bdafe Revert 221427 "Add instrumentation to the MessagePumpMac family ..." by rsesek@chromium.org · 10 years ago
  78. 3ff110a Revert of Revert "[Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefault" (https://codereview.chromium.org/354673005/) by jeremy@chromium.org · 10 years ago
  79. 557257d Revert "[Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefault" by miletus@chromium.org · 10 years ago
  80. 4bef357 [Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefault by jeremy@chromium.org · 10 years ago
  81. 24edd0e Revert of [Mac] Reland r276808 Use a native MessagePump instead of a MessagePumpDefault (https://coderevie… (https://codereview.chromium.org/331983002/) by ckocagil@chromium.org · 10 years ago
  82. 6b7b117 Reland change to use a native MessagePump instead of a MessagePumpDefault. by jeremy@chromium.org · 10 years ago
  83. fa1131c Calling Shutdown() for Android content_browsertests. Removed webrtc test hack. by starodub@google.com · 10 years ago
  84. d4aca4f Revert of [Mac] Use a native MessagePump instead of a MessagePumpDefault (https://codereview.chromium.org/331513002/) by jeremy@chromium.org · 10 years ago
  85. c119886 [Mac] Use a native MessagePump instead of a MessagePumpDefault by jeremy@chromium.org · 10 years ago
  86. 4d5a6b2 [Mac] Maximise timer slack for background tabs by jeremy@chromium.org · 10 years ago
  87. 49e37bd Fixed example in MessageLoop::ReleaseSoon comment by vkuzkokov@chromium.org · 10 years ago
  88. 26ea8ac Add example to MessageLoop::ReleaseSoon comment. by maniscalco@chromium.org · 10 years ago
  89. bfe4b46 Makes MessagePumpGlib thread DCHECK work when pump is destroyed by sky@chromium.org · 10 years ago
  90. 06ef372 libevent message-pump: Fix a particular case of nested message-loop runs. by sadrul@chromium.org · 10 years ago
  91. b169e22 Some cleanups for the message_loop.h/cc. by sadrul@chromium.org · 10 years ago
  92. ea5d6f7 x11: Make the event-source work with both glib and libevent message-pumps. by sadrul@chromium.org · 10 years ago
  93. 9f651a5 message-loop: Remove MessagePumpDispatcher support from glib message-pump. by sadrul@chromium.org · 10 years ago
  94. c69ff08 Remove MessagePumpGtk. by erg@chromium.org · 10 years ago
  95. f59198c x11: Remove X11 message-pump. by sadrul@chromium.org · 10 years ago
  96. b73028a Revert 263726 "x11: Remove X11 message-pump." by fischman@chromium.org · 10 years ago
  97. 5df5a75 x11: Remove X11 message-pump. by sadrul@chromium.org · 10 years ago
  98. 25e9de2 x11: Remove MessagePumpObserver. by sadrul@chromium.org · 10 years ago
  99. cc84288 ozone: Fix libbase_nacl build after MessagePumpOzone removal by spang@chromium.org · 10 years ago
  100. ed1b854 GTK: Adds #error statements to GTK code to root out unknown bots. by erg@chromium.org · 10 years ago