1. d393cc4 Created a stock implementation of the MessageLoopProxy interface than can be used to create an implementation that targets the current thread's message loop. by sanjeevr@chromium.org · 15 years ago
  2. a1e3de3 Add a Thread::CleanUpAfterMessageLoopDestruction() method which gets called after the message loop has been destroyed. by eroman@chromium.org · 15 years ago
  3. 360213e Reverting this CL as it causes chrome frame net tests to crash at exit. The crash happens because the IPC channel proxy by ananta@chromium.org · 15 years ago
  4. 5fd60f4 Don't call Thread::CleanUp() before the MessageLoop destruction observers have run. by eroman@chromium.org · 15 years ago
  5. 7fb4a0b Revert 43127 [It resulted in a free memory write because of a consumer that was relying on the old ordering (BUG=39932).] by eroman@chromium.org · 15 years ago
  6. bcaad31 Don't call Thread::CleanUp() before the MessageLoop destruction observers have run. by eroman@chromium.org · 15 years ago
  7. 900c8ce Fix a flaky crash in Thread by guarding access to message_loop_ more carefully. by phajdan.jr@chromium.org · 15 years ago
  8. 1a6ce67 Retry 25770 after fixing Valgrind issue. by huanr@chromium.org · 15 years ago
  9. 1e9871e Revert r25770 due to valgrind failures on Linux. by huanr@chromium.org · 15 years ago
  10. e47be6e Enable database logging on history thread. by huanr@chromium.org · 15 years ago
  11. 56eaabe Add the UI thread to the list of ChromeThreads. by paul@chromium.org · 15 years ago
  12. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  13. 4fce265 Refactor code from RenderThread and PluginThread and move it to ChildThread. ChildProcess now owns the ChildThread, which removes duplicate code and simplifies things. by jam@chromium.org · 16 years ago
  14. ccad22f Reverting 10080. by jam@chromium.org · 16 years ago
  15. dfc1ea0 Refactor code from RenderThread and PluginThread and move it to ChildThread. ChildProcess now owns the ChildThread, which removes duplicate code and simplifies things. by jam@chromium.org · 16 years ago
  16. d94c516 Implementation of Pipeline and FilterHost interfaces. This is a large change, but all of the objects are interrelated. by ralphl@chromium.org · 16 years ago
  17. 118a98a Use PlatformThreadId, not int when dealing with thread ids. by agl@chromium.org · 16 years ago
  18. bce8e3f Add V8 bindings for Worker. by jianli@chromium.org · 16 years ago
  19. cd1ce30 Move a bunch of code from the old to new TLS interface. by deanm@chromium.org · 16 years ago
  20. 01cd5b3 Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will deprecate the old ThreadLocalStorage / TLSSlot APIs. by deanm@google.com · 16 years ago
  21. d936b5b Allow consumers of MessageLoop to specify the type of MessageLoop they want. by darin@google.com · 16 years ago
  22. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  23. c18d7ae Port the Thread class properly to Mac and Linux. This involved porting by darin@google.com · 16 years ago
  24. 3737729 Fix Frenglish transliteration. by maruel@google.com · 16 years ago
  25. f6e3db8 - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can't be implemented externally of the Thread class where NonBlockingStop() was really just by maruel@google.com · 16 years ago
  26. 4be2f9b Port in threading for Posix. Will require fixes to MessageLoop and Task to compile on the Mac, though. by avi@google.com · 16 years ago
  27. 3f4a732 Add base to the repository. by initial.commit · 16 years ago