| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Windows-specific Event Tracing for Windows implementation to base/win. | siggi@chromium.org | 2010-11-06 | 15 | -37/+88 |
* | [Mac] Use Linux WorkerPool code. | shess@chromium.org | 2010-11-05 | 5 | -1/+63 |
* | Disable WaitableEventWatcherTest.DeleteUnder on win. | mattm@chromium.org | 2010-11-05 | 1 | -1/+7 |
* | Implementation of single-module-per-logon-session-per-profile implementation ... | robertshield@chromium.org | 2010-11-05 | 2 | -2/+31 |
* | Fix compile with 10.6 SDK | jrg@chromium.org | 2010-11-05 | 1 | -0/+1 |
* | Try to improve message_loop efficiency when backlogged | jar@chromium.org | 2010-11-04 | 2 | -4/+17 |
* | Revert 65010 - Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 6 | -2/+116 |
* | Integrate ETW with VLOG logging. | siggi@chromium.org | 2010-11-04 | 7 | -77/+165 |
* | Adding OOM priority management for renderers on ChromeOS. | gspencer@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | linux: include linux/nfs_fs.h for NFS superblock magic | evan@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | Allow histograms in cache stats.cc to bypass corruption checks | jar@chromium.org | 2010-11-03 | 3 | -14/+206 |
* | Add support for the extended header parameter syntax in Content-Disposition h... | jshin@chromium.org | 2010-11-03 | 3 | -0/+62 |
* | Do not use the new message pump for TOUCH_UI yet. | bryeung@google.com | 2010-11-03 | 1 | -1/+2 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 6 | -116/+2 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 6 | -2/+116 |
* | Fix the testing::LogDisabler for the change r64883. See http://codereview.chr... | hansl@google.com | 2010-11-03 | 2 | -0/+6 |
* | Fixed bug where CHECKs don't fire if min_log_level > FATAL | akalin@chromium.org | 2010-11-03 | 3 | -34/+89 |
* | Fix clang build by moving ToLowerASCII into base namespace. | tfarina@chromium.org | 2010-11-03 | 2 | -8/+8 |
* | base: Move CaseInsensitiveCompare traits into the base namespace. | tfarina@chromium.org | 2010-11-03 | 2 | -19/+20 |
* | base: Remove 'using' declaration of StringPrintV. | tfarina@chromium.org | 2010-11-03 | 1 | -1/+0 |
* | Revert 64687 - Try to detect internal corruption of histogram instances. | jar@chromium.org | 2010-11-02 | 3 | -206/+14 |
* | Moving Entry from base::file_util_proxy namespace to within class base::FileU... | kkanetkar@chromium.org | 2010-11-02 | 2 | -37/+31 |
* | Fix a bug that could occur when converting strings with leading characters ab... | erikwright@chromium.org | 2010-11-02 | 2 | -1/+8 |
* | Mark SharedMemoryProcessTest.Tasks as flaky on Mac. | bauerb@chromium.org | 2010-11-02 | 1 | -1/+7 |
* | 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 |