| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+2 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -33/+34 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -42/+32 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -32/+42 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -0/+1 |
* | Reland 66791 (change was innocent) | willchan@chromium.org | 2010-11-19 | 1 | -0/+11 |
* | Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -11/+0 |
* | Reland r65996. Disallows Singletons on non-joinable thread. | willchan@chromium.org | 2010-11-19 | 1 | -0/+11 |
* | Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi... | willchan@chromium.org | 2010-11-13 | 1 | -11/+0 |
* | Disallow Singleton and LazyInstance on non-joinable threads. | willchan@chromium.org | 2010-11-12 | 1 | -0/+11 |
* | Make Singleton::OnExit explicity not-threadsafe | timurrrr@chromium.org | 2010-11-09 | 1 | -3/+5 |
* | Removed few unused lines. | neb@chromium.org | 2010-11-08 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and... | tfarina@chromium.org | 2010-06-04 | 1 | -2/+2 |
* | Address requests for more documentation from | siggi@chromium.org | 2010-05-17 | 1 | -0/+17 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Add a StaticMemorySingletonTraits class to allow constructing singletons in d... | siggi@chromium.org | 2010-05-07 | 1 | -1/+48 |
* | linux: call PR_Init on UI thread | evan@chromium.org | 2009-09-02 | 1 | -2/+2 |
* | Added dynamic annotation files into base/. | deanm@chromium.org | 2009-06-26 | 1 | -1/+12 |
* | Add Singleton traits for a "leaky singleton" - one that does | mbelshe@google.com | 2008-12-03 | 1 | -0/+10 |
* | Add a void* parameter to the AtExitManager callbacks. | deanm@google.com | 2008-09-08 | 1 | -11/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add mime_util and http_chunked_decoder to mac project. | ericroman@google.com | 2008-08-19 | 1 | -1/+1 |
* | Even though AtExit should never be called while an object is being accessed, ... | deanm@google.com | 2008-08-11 | 1 | -3/+2 |
* | Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer ty... | deanm@google.com | 2008-08-07 | 1 | -1/+1 |
* | Cross platform and cleanup of Singleton class | deanm@google.com | 2008-08-06 | 1 | -124/+52 |
* | Adds new class AtExitManager which manages the dtors of all singletons. | cpu@google.com | 2008-08-01 | 1 | -37/+18 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+293 |