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