1. 90b2dfb base: Remove should_leak_tasks_ from MessageLoop by satorux@chromium.org · 12 years ago
  2. 062f968 Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces by akalin@chromium.org · 13 years ago
  3. ec76419 Prefer ScopedNestableTaskAllower over manual save/restore by dhollowa@chromium.org · 13 years ago
  4. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  5. e194f3d base::Bind: Remove Task. by jhawkins@chromium.org · 13 years ago
  6. 2116fc9 Convert various ReleaseSoon methods to use base::Bind() by dcheng@chromium.org · 13 years ago
  7. 3690474 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  8. 658a87f Add function support for Sleep with TimeDelta input. by tedvessenes@gmail.com · 13 years ago
  9. 7bf887b Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  10. 47685c1 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  11. f7a5998 Remove MessageLoop::QuitTask. by dcheng@chromium.org · 13 years ago
  12. 4d61c7d callback_forward.h forward-declares base::Callback and base::Closure. by erikwright@chromium.org · 13 years ago
  13. 6716159d Remove obsolete usage of TOUCH_UI. by saintlou@chromium.org · 13 years ago
  14. 303de23 ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system. by jhawkins@chromium.org · 13 years ago
  15. 08e6a60 Add OVERRIDE to base/. by avi@chromium.org · 13 years ago
  16. 2af12f2 base: Refactor PendingTask out of MessageLoop. by jhawkins@chromium.org · 13 years ago
  17. 519c9ac Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media. by thestig@chromium.org · 13 years ago
  18. fe2201e Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0. by willchan@chromium.org · 13 years ago
  19. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  20. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  21. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  22. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  23. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  24. 08ff65e rename Run in MessageLoopForUI to RunWithDispatcher by oshima@google.com · 13 years ago
  25. 573d418 base::Bind: Cleanup in automation. by jhawkins@chromium.org · 13 years ago
  26. c7bc27c Add RunAllPendingWithDispatcher by oshima@google.com · 13 years ago
  27. 4f16792 Consolidate message observer API for MessagePumpX and MessagePumWin by oshima@google.com · 13 years ago
  28. b84db52 Add trace code to track all posted tasks in message_loop and WorkerThreads (non-official builds only). by jbates@chromium.org · 13 years ago
  29. 1b42c24 Upstream ProcessUtilTest, and make a few other files compile on Android. by jingzhao@chromium.org · 13 years ago
  30. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  31. 3d894b4 aura: A few changes to have aura_demo compile and run on linux. by sadrul@chromium.org · 13 years ago
  32. 545839a Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by ajwong@chromium.org · 13 years ago
  33. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  34. 63a7b5d Adding Wayland message loop and gyp build deps by dnicoara@chromium.org · 13 years ago
  35. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  36. 686190b Android's paths and message loop implementation with JNI by michaelbai@google.com · 13 years ago
  37. 1516898 re-landing r93629 by oshima@google.com · 13 years ago
  38. 00dd4b7 Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/4098/steps/compile/logs/stdio#error1 by leandrogracia@chromium.org · 13 years ago
  39. 826aff5 Consolidate access to X Display by oshima@google.com · 13 years ago
  40. f7f3b26 Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. by sadrul@chromium.org · 13 years ago
  41. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  42. 8716404 Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE. by apatrick@chromium.org · 13 years ago
  43. ac63ed8 X message pump: Allow adding observers for XEvents. by sadrul@chromium.org · 13 years ago
  44. 97a20ec Base: More adjustments to BASE_API and project dependencies to by rvargas@google.com · 13 years ago
  45. 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 · 13 years ago
  46. 3457114 Use lock-free lazy initialization for static histogram references by jar@chromium.org · 13 years ago
  47. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  48. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  49. c542fec When we process the tickler message in our windows message pump, we should not dispatch by ananta@chromium.org · 14 years ago
  50. c2064f1 Fix style mistakes in r75477. by ajwong@chromium.org · 14 years ago
  51. 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
  52. 3a39767 Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. by willchan@chromium.org · 14 years ago
  53. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  54. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  55. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  56. 9b0fb06 Switch to using TimeTicks rather than Time in message loops by jar@chromium.org · 14 years ago
  57. 94f7383 Try to improve message_loop efficiency when backlogged by jar@chromium.org · 14 years ago
  58. eb5f68f Added task to Observer methods by davemoore@chromium.org · 14 years ago
  59. 2d96d7d touchui: Directly process key and mouse events. by rjkroege@google.com · 14 years ago
  60. 78bc975 Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" by mpcomplete@chromium.org · 14 years ago
  61. ec40751 Revert "Const-ify RefCountedThreadSafe::AddRef and Release." by levin@chromium.org · 14 years ago
  62. 4d61c7e Const-ify RefCountedThreadSafe::AddRef and Release. by mpcomplete@chromium.org · 14 years ago
  63. 4035507 Revert 63332 - Test of performance value of reducing calls to Now(). by jar@chromium.org · 14 years ago
  64. 3ccf6f3 Test of performance value of reducing calls to Now(). by jar@chromium.org · 14 years ago
  65. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  66. 18c66dc Fixes bad URLRequest leak detection. nss_ocsp creates a by sky@chromium.org · 14 years ago
  67. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  68. 493f5f6 Move implementation from header to source. by erg@chromium.org · 14 years ago
  69. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 14 years ago
  70. 6f206e7 Revert everything related to the relanding. by erg@chromium.org · 14 years ago
  71. bd75797 Reland r52336. by erg@chromium.org · 14 years ago
  72. 4ab02e8 Revert 52336 - More header cleanup: by erg@chromium.org · 14 years ago
  73. 275dc60 More header cleanup: by erg@chromium.org · 14 years ago
  74. de50b7d Change chrome from statically enabling high resolution timers on windows by mbelshe@chromium.org · 14 years ago
  75. a904763 Reland r49188. by willchan@chromium.org · 14 years ago
  76. 2196e3f Rebaseline tests whose expectations were changed by r55714. by hamaji@chromium.org · 14 years ago
  77. 7b93c5c Jankometer: Generalize the code more. Add better support for monitoring IO thread. by willchan@chromium.org · 14 years ago
  78. d70a12c Add MessageLoop::QuitNow and use it to terminate a sync IPC. by darin@chromium.org · 15 years ago
  79. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  80. 463d165 [Mac] Pump nestable tasks while web popups are visible. by shess@chromium.org · 15 years ago
  81. fe4c0d1 Use factory to create histograms, and refcounts to track lifetimes by jar@chromium.org · 15 years ago
  82. 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 · 15 years ago
  83. b80ef1a Make swapping the incoming queue with the work queue constant time. by darin@chromium.org · 15 years ago
  84. 0542358 This CL adds accelerators to the Linux toolkit views. by jcampan@chromium.org · 15 years ago
  85. eac5717 Adds time-out to browser-tests to prevent a hanging test from hanging the entire test suite. by jcampan@chromium.org · 15 years ago
  86. c3c9225 Consistently use int64 for integers holding number of milliseconds. by phajdan.jr@chromium.org · 15 years ago
  87. 6dce3c2 Reduce header dependencies in base/ by phajdan.jr@chromium.org · 15 years ago
  88. ff7ef5a Promotes Add/RemoveObserver to MessageLoop for linux. Because by sky@chromium.org · 15 years ago
  89. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 16 years ago
  90. 13bd4fa Reverting 7125. by ericroman@google.com · 16 years ago
  91. 0461156 Temp experiment to confirm theory in crbug.com/5555. by ericroman@google.com · 16 years ago
  92. efc0db0 message_pump_libevent refactor: by jeremy@chromium.org · 16 years ago
  93. 1929519 Reverting 6911. Review URL: http://codereview.chromium.org/14068 by ojan@google.com · 16 years ago
  94. c0baec1 message_pump_libevent refactor: by jeremy@chromium.org · 16 years ago
  95. 2ed223c Add FD watching support to message_pump_libevent. by jeremy@chromium.org · 16 years ago
  96. 7388754 Switch MessagePumpForIO to use completion ports on Windows. by rvargas@google.com · 16 years ago
  97. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  98. 0d3791f Lint message loop code (added explicit to a class definition) by jar@google.com · 16 years ago
  99. 9e49aa2 Add a way to register for completion-ports based async operations to be handled by rvargas@google.com · 16 years ago
  100. 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 · 16 years ago