| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Protect reading and writing startup_data_" | agl@chromium.org | 2010-12-16 | 1 | -2/+0 |
* | Protect reading and writing startup_data_ | agl@chromium.org | 2010-12-16 | 1 | -0/+2 |
* | Fix ThreadChecker to use Locks and not use scoped_ptr. | willchan@chromium.org | 2010-11-21 | 1 | -2/+2 |
* | base: comment fixes only | agl@chromium.org | 2010-10-11 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix an issue in Thread class where we initialize a pointer, which | huanr@chromium.org | 2010-07-23 | 1 | -3/+4 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 1 | -0/+15 |
* | Add a Thread::CleanUpAfterMessageLoopDestruction() method which gets called a... | eroman@chromium.org | 2010-04-14 | 1 | -1/+13 |
* | Reverting this CL as it causes chrome frame net tests to crash at exit. The c... | ananta@chromium.org | 2010-04-13 | 1 | -3/+2 |
* | Don't call Thread::CleanUp() before the MessageLoop destruction observers hav... | eroman@chromium.org | 2010-04-13 | 1 | -2/+3 |
* | Revert 43127 [It resulted in a free memory write because of a consumer that w... | eroman@chromium.org | 2010-03-31 | 1 | -3/+2 |
* | Don't call Thread::CleanUp() before the MessageLoop destruction observers hav... | eroman@chromium.org | 2010-03-30 | 1 | -2/+3 |
* | Fix a flaky crash in Thread by guarding access to message_loop_ more carefully. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -0/+4 |
* | Retry 25770 after fixing Valgrind issue. | huanr@chromium.org | 2009-09-10 | 1 | -0/+3 |
* | Revert r25770 due to valgrind failures on Linux. | huanr@chromium.org | 2009-09-09 | 1 | -3/+0 |
* | Enable database logging on history thread. | huanr@chromium.org | 2009-09-09 | 1 | -0/+3 |
* | Add the UI thread to the list of ChromeThreads. | paul@chromium.org | 2009-08-18 | 1 | -0/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -0/+2 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -2/+0 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -0/+2 |
* | Implementation of Pipeline and FilterHost interfaces. This is a large change... | ralphl@chromium.org | 2009-01-28 | 1 | -2/+6 |
* | Use PlatformThreadId, not int when dealing with thread ids. | agl@chromium.org | 2009-01-23 | 1 | -2/+2 |
* | Add V8 bindings for Worker. | jianli@chromium.org | 2009-01-21 | 1 | -1/+4 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -2/+0 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 1 | -1/+0 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -17/+32 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Port the Thread class properly to Mac and Linux. This involved porting | darin@google.com | 2008-08-21 | 1 | -32/+24 |
* | Fix Frenglish transliteration. | maruel@google.com | 2008-08-13 | 1 | -4/+4 |
* | - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can... | maruel@google.com | 2008-08-12 | 1 | -21/+44 |
* | Port in threading for Posix. Will require fixes to MessageLoop and Task to co... | avi@google.com | 2008-08-07 | 1 | -5/+14 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+135 |