| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstracts SHA256 context for NSS / OpenSSL. | bulach@chromium.org | 2011-01-27 | 1 | -0/+1 |
* | Move BiDiLineIterator to base/i18n/ directory. | tfarina@chromium.org | 2011-01-20 | 1 | -0/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -3/+3 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -3/+3 |
* | move base/object_watcher into base/win and add the win namespace. Fixup callers. | brettw@google.com | 2011-01-01 | 1 | -2/+1 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 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 | -2/+2 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+2 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -1/+1 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -2/+2 |
* | Fix exclusion for the worker pool posix unit test on Windows. | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -4/+4 |
* | Move data pack from base to app (it's just part of the resource bundle system). | brettw@chromium.org | 2010-12-23 | 1 | -1/+0 |
* | Remove WorkerPoolMac, rename WorkerPoolLinux to WorkerPoolPosix and use that ... | thakis@chromium.org | 2010-12-18 | 1 | -1/+2 |
* | Remove CrApplication dependency from base | thakis@chromium.org | 2010-12-18 | 1 | -0/+2 |
* | Clear obj_ before releasing the callee in RunnableMethod. | cbentzel@chromium.org | 2010-12-16 | 1 | -0/+1 |
* | Commiting second word iterator patch for tsepez. this was originally reviewed... | cdn@chromium.org | 2010-12-15 | 1 | -8/+3 |
* | Add shared macros for stringizing and converting ANSI string constants | joi@chromium.org | 2010-11-18 | 1 | -0/+1 |
* | The UI language rather than the locale is now used to pick Chrome's language ... | grt@chromium.org | 2010-11-16 | 1 | -0/+1 |
* | Apparently we weren't running this unittest. | abarth@chromium.org | 2010-11-13 | 1 | -0/+1 |
* | Move Windows-specific Event Tracing for Windows implementation to base/win. | siggi@chromium.org | 2010-11-06 | 1 | -6/+3 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -3/+3 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 1 | -0/+5 |
* | Drop allocator dependency from base library. | willchan@chromium.org | 2010-10-19 | 1 | -0/+8 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -7/+2 |
* | Move xdg_util into base/nix. I originally wanted to use base/linux, but you | brettw@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 1 | -3/+6 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | Move wmi_util out of base and into chrome/installer/util since that's the onl... | brettw@chromium.org | 2010-10-10 | 1 | -2/+0 |
* | Fix for the shared library build issue. This reverts my previous two tries wh... | brettw@chromium.org | 2010-10-10 | 1 | -0/+1 |
* | Move PerfTestSuite implementation into a .cc file and add it to the base | brettw@chromium.org | 2010-10-10 | 1 | -0/+1 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 1 | -0/+4 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -0/+1 |
* | Revert 61142 - Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -1/+0 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -0/+1 |
* | Revert 61127 - Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-09-30 | 1 | -1/+0 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-09-30 | 1 | -0/+1 |
* | Implemented VLOG() et al. | akalin@chromium.org | 2010-09-29 | 1 | -0/+1 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -0/+1 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -1/+0 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -0/+1 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -1/+0 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -0/+1 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -1/+0 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -1/+0 |
* | Move task_queue.* to base because it makes more sense there. | levin@chromium.org | 2010-08-26 | 1 | -0/+1 |
* | Sometimes you want to enforce that some but not all of your methods are calle... | levin@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | Add functions to get the length or compute a substring of UTF8 and UTF16 | dmazzoni@chromium.org | 2010-08-23 | 1 | -0/+3 |