| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to detect internal corruption of histogram instances. | jar@chromium.org | 2010-11-01 | 3 | -14/+206 |
* | While there are all sorts of reasons for "/dev/shm" to be inaccessible, | markus@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Removed unused (and broken) logging functions. | akalin@chromium.org | 2010-11-01 | 1 | -80/+22 |
* | Wrote a custom pattern matcher for vmodule. | akalin@chromium.org | 2010-11-01 | 4 | -15/+123 |
* | Simplify a comment. | evan@chromium.org | 2010-11-01 | 1 | -2/+1 |
* | Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al. | akalin@chromium.org | 2010-11-01 | 2 | -14/+59 |
* | Minor typo cleanup of header title for about:tasks | jar@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | process_util_linux: mark functions that use /proc as safe for disk IO | evan@chromium.org | 2010-11-01 | 1 | -0/+22 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 4 | -7/+7 |
* | Use GLib to parse environment variables to determine the default locale. | jshin@chromium.org | 2010-10-30 | 2 | -10/+53 |
* | Dynamic policy refresh support for the Mac. | mnissler@chromium.org | 2010-10-29 | 2 | -2/+26 |
* | Rlz fix. | tfarina@chromium.org | 2010-10-29 | 1 | -29/+3 |
* | Cleanup: Remove base/gtk_util.h by moving its methods to | jhawkins@chromium.org | 2010-10-29 | 3 | -101/+0 |
* | Added support for filtering on the entire pathname to --vmodule. | akalin@chromium.org | 2010-10-29 | 5 | -90/+111 |
* | Fixed bug where the entire file path was being printed for logs on non-Windows | akalin@chromium.org | 2010-10-29 | 1 | -5/+5 |
* | Mac: Add AssertIOAllowed() call to CopyFile() | thakis@chromium.org | 2010-10-28 | 1 | -0/+2 |
* | Cleanup: Get rid of app/gtk_util.h. | jhawkins@chromium.org | 2010-10-28 | 2 | -0/+28 |
* | Update a bunch of FLAKY_ tests to match current reality | stuartmorgan@chromium.org | 2010-10-28 | 1 | -2/+7 |
* | Add histogram to track number of .nexe launches, normalized against opening n... | mmortensen@google.com | 2010-10-28 | 3 | -0/+54 |
* | This fixes the logging for ChromeOS so that it uses symlinks | gspencer@chromium.org | 2010-10-28 | 2 | -6/+6 |
* | Clean up a bad file path, and remove a deleted file. | dmaclach@chromium.org | 2010-10-27 | 1 | -2/+1 |
* | Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if run... | thestig@chromium.org | 2010-10-27 | 1 | -2/+2 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 5 | -135/+207 |
* | base: Remove stub registry.h file implementation. | tfarina@chromium.org | 2010-10-27 | 1 | -21/+0 |
* | Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu... | pkasting@chromium.org | 2010-10-27 | 1 | -3/+3 |
* | ThreadRestrictions: disallow blocking IO on the UI thread | evan@chromium.org | 2010-10-27 | 1 | -0/+5 |
* | Added task to Observer methods | davemoore@chromium.org | 2010-10-26 | 5 | -6/+17 |
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 6 | -7/+64 |
* | Roll DEPS to rlz library r26:30 to get the latest fixes for base library chan... | tfarina@chromium.org | 2010-10-26 | 1 | -18/+0 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 31 | -565/+753 |
* | Fix some FileRef-related issues that show up only on POSIX. | dumi@chromium.org | 2010-10-25 | 1 | -2/+3 |
* | Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... | timurrrr@chromium.org | 2010-10-24 | 9 | -172/+4 |
* | If chromium has not been started yet, the cache path will not exist. | maruel@chromium.org | 2010-10-23 | 1 | -0/+6 |
* | ScopedTempDir does not allow multiple Create* or Set calls without intervenin... | cbentzel@chromium.org | 2010-10-23 | 3 | -6/+32 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 5 | -4/+78 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 4 | -71/+4 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 4 | -4/+71 |
* | ThreadRestrictions: inline function definitions in Release mode | evan@chromium.org | 2010-10-22 | 1 | -7/+8 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 4 | -68/+4 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 4 | -4/+68 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 8 | -22/+23 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-22 | 6 | -14/+209 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -3/+9 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 11 | -2/+425 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 8 | -23/+22 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 8 | -22/+23 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 4 | -5/+65 |
* | Revert 63397 - Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 6 | -205/+14 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 6 | -14/+205 |
* | Add StringToInt and HexStringToInt for iterator ranges. | erikwright@chromium.org | 2010-10-21 | 3 | -174/+430 |