| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Do not block in OwnershipService::IsAlreadyOwned on UI thread. | dilmah@chromium.org | 2011-02-22 | 1 | -1/+14 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Build fix | satish@chromium.org | 2010-12-14 | 1 | -1/+2 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -1/+13 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -1/+10 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -10/+1 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -1/+10 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -9/+0 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -0/+9 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 1 | -0/+16 |
* | Remove test isolation enforcement code. | phajdan.jr@chromium.org | 2010-08-16 | 1 | -4/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Avoid a strict aliasing issue in LazyInstance. | craig.schlenter@chromium.org | 2010-03-12 | 1 | -15/+21 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 1 | -0/+4 |
* | Added dynamic annotation files into base/. | deanm@chromium.org | 2009-06-26 | 1 | -0/+9 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Fix a typo in a comment. | deanm@chromium.org | 2009-01-13 | 1 | -1/+1 |
* | Just by implementing a destructor (even if it's not doing anything), MSVC wil... | deanm@google.com | 2008-09-08 | 1 | -2/+4 |
* | Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper. | deanm@google.com | 2008-09-08 | 1 | -0/+3 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 1 | -0/+105 |