1. efd4aaf Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) by thestig@chromium.org · 14 years ago
  2. 8716404 Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE. by apatrick@chromium.org · 14 years ago
  3. bee85b3 Reland old fix that was reverted incorrectly. by mbelshe@chromium.org · 14 years ago
  4. 47db370 Added CHECK for tasks passed to PostTask being null. by apatrick@chromium.org · 14 years ago
  5. 94d2a58 Add support for base::Closure in the MessageLoop, and reimplement the whole sucker on top of base::Closure. After this, all Task objects that are posted will be wrapped in a closure prior to dispatch. by ajwong@chromium.org · 14 years ago
  6. 3457114 Use lock-free lazy initialization for static histogram references by jar@chromium.org · 14 years ago
  7. c542fec When we process the tickler message in our windows message pump, we should not dispatch by ananta@chromium.org · 14 years ago
  8. c2064f1 Fix style mistakes in r75477. by ajwong@chromium.org · 14 years ago
  9. 440e076 Run event executor on the ui thread to remove the need to explicitly XFlush() the XTest calls. by ajwong@chromium.org · 14 years ago
  10. 3a39767 Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. by willchan@chromium.org · 15 years ago
  11. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 15 years ago
  12. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 15 years ago
  13. 490200b MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrind.h & RUNNING_ON_VALGRIND by timurrrr@chromium.org · 15 years ago
  14. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 15 years ago
  15. 42f95b5 Properly lock access to static variables. by mad@chromium.org · 15 years ago
  16. 3495d4a touchui: build fix for the buildbot. by sadrul@chromium.org · 15 years ago
  17. cff2c64 touchui: turn on the new message pump. by sadrul@chromium.org · 15 years ago
  18. 1f1c217 Help make Base compile under NaCl by abarth@chromium.org · 15 years ago
  19. 03b44d5 Moved the calls to the MessageLoop destruction observers to after the pending tasks are deleted. by sanjeevr@chromium.org · 15 years ago
  20. 226880a Convert some DCHECKs to DCHECK_EQ. by thestig@chromium.org · 15 years ago
  21. 9b0fb06 Switch to using TimeTicks rather than Time in message loops by jar@chromium.org · 15 years ago
  22. 94f7383 Try to improve message_loop efficiency when backlogged by jar@chromium.org · 15 years ago
  23. e6bb34b Do not use the new message pump for TOUCH_UI yet. by bryeung@google.com · 15 years ago
  24. ddb849c Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if running under Heapchecker. by thestig@chromium.org · 15 years ago
  25. eb5f68f Added task to Observer methods by davemoore@chromium.org · 15 years ago
  26. 3080f44 Add a message pump for touchui=1 by rjkroege@google.com · 15 years ago
  27. 7d9ec95 Revert 63397 - Add a message pump for touchui=1 by rjkroege@google.com · 15 years ago
  28. 1b42340 Add a message pump for touchui=1 by rjkroege@google.com · 15 years ago
  29. 4035507 Revert 63332 - Test of performance value of reducing calls to Now(). by jar@chromium.org · 15 years ago
  30. 3ccf6f3 Test of performance value of reducing calls to Now(). by jar@chromium.org · 15 years ago
  31. 3337f3d Revert 63191 - 2nd try: by phajdan.jr@chromium.org · 15 years ago
  32. ebe0e0a 2nd try: by mbelshe@chromium.org · 15 years ago
  33. 5d1f486 Revert 63176 - Fix regression where high resolution timers could be activated even under by mbelshe@chromium.org · 15 years ago
  34. 851b33e Fix regression where high resolution timers could be activated even under by mbelshe@chromium.org · 15 years ago
  35. d4a0a92 Revert 62644 - During shutdown delete any pending tasks if running under Heapchecker. by thestig@chromium.org · 15 years ago
  36. 5c8aa61 During shutdown delete any pending tasks if running under Heapchecker. by thestig@chromium.org · 15 years ago
  37. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 15 years ago
  38. 18c66dc Fixes bad URLRequest leak detection. nss_ocsp creates a by sky@chromium.org · 15 years ago
  39. 11f89b0 Header cleanup in base. by brettw@chromium.org · 15 years ago
  40. 839060b Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTasks(). by akalin@chromium.org · 15 years ago
  41. e30c479 Delete tasks unconditionally in MessageLoop::DeletePendingTasks(). by akalin@chromium.org · 15 years ago
  42. 493f5f6 Move implementation from header to source. by erg@chromium.org · 15 years ago
  43. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 15 years ago
  44. 6f206e7 Revert everything related to the relanding. by erg@chromium.org · 15 years ago
  45. bd75797 Reland r52336. by erg@chromium.org · 15 years ago
  46. 4ab02e8 Revert 52336 - More header cleanup: by erg@chromium.org · 15 years ago
  47. 275dc60 More header cleanup: by erg@chromium.org · 15 years ago
  48. de50b7d Change chrome from statically enabling high resolution timers on windows by mbelshe@chromium.org · 15 years ago
  49. e7c221d Removing message loop instrumentation. by dhollowa@chromium.org · 15 years ago
  50. 0f5ae00 Log the value of RUNNING_ON_VALGRIND in message_loop.cc by glider@chromium.org · 15 years ago
  51. a904763 Reland r49188. by willchan@chromium.org · 15 years ago
  52. 2196e3f Rebaseline tests whose expectations were changed by r55714. by hamaji@chromium.org · 15 years ago
  53. 7b93c5c Jankometer: Generalize the code more. Add better support for monitoring IO thread. by willchan@chromium.org · 15 years ago
  54. 7016bac Make MessageLoop::MessageLoop easier to read. by thestig@chromium.org · 15 years ago
  55. d70a12c Add MessageLoop::QuitNow and use it to terminate a sync IPC. by darin@chromium.org · 15 years ago
  56. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 16 years ago
  57. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 16 years ago
  58. ed5238a Cleanup histogram classes mixing SetFlags into FactoryGet arguments by jar@chromium.org · 16 years ago
  59. fe4c0d1 Use factory to create histograms, and refcounts to track lifetimes by jar@chromium.org · 16 years ago
  60. 283facb Move creation of SEH frame into a separate funcion.For any function that uses SEH, the compiler creates a single EXCEPTION_REGISTRATION record at the function prolog (even if the function has nested or inside condition statement __try/__except constructs). When __try block is entered and leaved only the index to the relevant scope table is updated.When the exception occurs the __except_handler4 may ignore it if there is no scope table set i.e. we are outside __try block.In ChromeFrame when exception happens, the global vectored exception filter walks through the SEH chain and is misled that there is handler/filter installed and therefore skips creation of a crashdump. by stoyan@google.com · 16 years ago
  61. b80ef1a Make swapping the incoming queue with the work queue constant time. by darin@chromium.org · 16 years ago
  62. 0542358 This CL adds accelerators to the Linux toolkit views. by jcampan@chromium.org · 16 years ago
  63. 3a6242e Reapply r21429 - Cleanup pending tasks under Valgrind as well. by kuchhal@chromium.org · 16 years ago
  64. 7b77153 Revert "Cleanup pending tasks under Valgrind as well." (r21429) by kuchhal@chromium.org · 16 years ago
  65. f75ed45 Cleanup pending tasks under Valgrind as well. by kuchhal@chromium.org · 16 years ago
  66. eac5717 Adds time-out to browser-tests to prevent a hanging test from hanging the entire test suite. by jcampan@chromium.org · 16 years ago
  67. c3c9225 Consistently use int64 for integers holding number of milliseconds. by phajdan.jr@chromium.org · 16 years ago
  68. ff7ef5a Promotes Add/RemoveObserver to MessageLoop for linux. Because by sky@chromium.org · 16 years ago
  69. e3bd2eb During shutdown delete any pending tasks if running under Valgrind. by kuchhal@chromium.org · 16 years ago
  70. 3f8b949 More linux ifdef tweaks. This reverts my earlier change (13503). by sky@chromium.org · 16 years ago
  71. f881d88 Adds some ifdefs so that test_shell can be compiled on linux without GTK. by sky@chromium.org · 16 years ago
  72. 6377235 (purify bustage) Correct purify (only) reference to variable by jar@chromium.org · 16 years ago
  73. 2fa6b4b Fix tree bustage by jar@chromium.org · 16 years ago
  74. 47fb285 Avoid leaks at shutdown when running purify by jar@chromium.org · 16 years ago
  75. 6e7eb9f Use string for Histogram names since these are all ASCII anyway. by dsh@google.com · 16 years ago
  76. 74c6434 Remove the purify directive which should no longer be necessary. by ericroman@google.com · 17 years ago
  77. 57b2d5b Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report any UMRs when reading its comparator. by ericroman@google.com · 17 years ago
  78. efc0db0 message_pump_libevent refactor: by jeremy@chromium.org · 17 years ago
  79. 1929519 Reverting 6911. Review URL: http://codereview.chromium.org/14068 by ojan@google.com · 17 years ago
  80. c0baec1 message_pump_libevent refactor: by jeremy@chromium.org · 17 years ago
  81. 2ed223c Add FD watching support to message_pump_libevent. by jeremy@chromium.org · 17 years ago
  82. 7388754 Switch MessagePumpForIO to use completion ports on Windows. by rvargas@google.com · 17 years ago
  83. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 17 years ago
  84. 9e49aa2 Add a way to register for completion-ports based async operations to be handled by rvargas@google.com · 17 years ago
  85. 119a252 Implement MessageLoopForUI using GLib. This gets some exercise from by dsh@google.com · 17 years ago
  86. 670c312 As an intermediate step towards having a message pump handling IO through completion ports, this CL creates two types of message pumps for windows: one to handle UI threads and another one to handle IO threads. by rvargas@google.com · 17 years ago
  87. 059d049 Mac-specific CFRunLoop-based MessagePump implementation by mark@chromium.org · 17 years ago
  88. b2d3345 Always use the topmost delayed task as the basis for our WM_TIMER. by darin@chromium.org · 17 years ago
  89. 9e044ae Use libevent, second try. Changes this time: by dkegel@google.com · 17 years ago
  90. 180f057 Revert "Make tcp_client_socket_unittest pass on Linux." by evanm@google.com · 17 years ago
  91. f909e89 Make tcp_client_socket_unittest pass on Linux. by dkegel@google.com · 17 years ago
  92. e4cc592 Fix a mis-merge in TLS changes. Review URL: http://codereview.chromium.org/1699 by deanm@chromium.org · 17 years ago
  93. cd1ce30 Move a bunch of code from the old to new TLS interface. by deanm@chromium.org · 17 years ago
  94. fea7a86 Fix the GCC build. by darin@chromium.org · 17 years ago
  95. e3af17f Put back r1891 with some task deletion disabled to maintain backwards compat and thereby avoid unexpected crashes. by darin@chromium.org · 17 years ago
  96. e962d56 Revert the timeBeginPeriod changes in event_recorder. It's doing it's own timeGetTime calls, so let it manage all of those APIs on it's own. Remove an unneeded include in message_loop.cc. by deanm@google.com · 17 years ago
  97. 1fdfd51 Reapply r1633 (which was reverted by r1635), with some additional modifications. Consolidate all timer resolution code to time.h, and always depend on TimeTicks::Now for 1ms resolution. by deanm@google.com · 17 years ago
  98. 0e50050 rollback r1891 by darin@google.com · 17 years ago
  99. 510f606 Delete pending tasks that have not run. To do this properly, I found that I cannot clear MessageLoop::current() until all of the tasks have been deleted. by darin@google.com · 17 years ago
  100. ebe504d Fix purify MLK errors resulting from my previous check-in. The TimerManager previously deleted pending timers. We need to do the same for PostDelayedTask. This CL makes it so. by darin@google.com · 17 years ago