summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-015-188/+286
* Revert 61127 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-305-259/+186
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-305-186/+259
* [Cleanup] Consolidated duplicate definitions of DLOG.akalin@chromium.org2010-09-301-106/+98
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-302-15/+42
* Mark the most common uses of MakeCheckOpString as extern templates on gcc pla...erg@google.com2010-09-302-8/+29
* Fix flakey timer test.mbelshe@chromium.org2010-09-301-9/+16
* If VlogTest.Perf is ran under Valgrind, decrease the number of benchmarkglider@chromium.org2010-09-301-3/+5
* Removed support for log prefix filters.akalin@chromium.org2010-09-302-24/+0
* symbolize: don't stringify errno if we're using google::Symbolize.evan@chromium.org2010-09-291-6/+13
* [clang] Fixed clang compile failure introduced by 60976.akalin@chromium.org2010-09-291-3/+4
* shared_memory: improve error messages on failure.evan@chromium.org2010-09-291-4/+11
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-296-36/+35
* Implemented VLOG() et al.akalin@chromium.org2010-09-2911-5/+322
* FBTF: Moves code to the headers.erg@google.com2010-09-2813-12/+86
* base_unittests: cut a sleep down to 1 second by being more careful about time.evan@chromium.org2010-09-281-6/+23
* Try to preclude flakiness in test.jar@chromium.org2010-09-281-51/+61
* Ignore error (especially don't log) from pthread_setname(), it's harmless.pinkerton@chromium.org2010-09-281-2/+3
* The return value of ClosePlatformFile() was reversed in r59041. Mostdumi@chromium.org2010-09-271-1/+1
* Fail to create a directory if there is a file in the path to be created.skerner@chromium.org2010-09-271-0/+1
* Remove the hack in string_util for RLZ library.tfarina@chromium.org2010-09-271-17/+0
* file_util_proxy: fix a typo that caused us to ignore a path.evan@chromium.org2010-09-241-1/+1
* Fix a bug in the string wrapper for SHA256HashString.bryner@chromium.org2010-09-242-1/+20
* Include log output in buildbot logs on Windows just as darin@chromium.org2010-09-241-15/+2
* Remove logging for issue 35198.skerner@chromium.org2010-09-242-53/+8
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-249-157/+151
* Adding a FileUtilProxy::TouchFile() method that takes a FilePath as andumi@chromium.org2010-09-242-0/+45
* base_unittests: Turn down the sleeps on the stats table tests.evan@chromium.org2010-09-231-15/+23
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-237-24/+46
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-235-86/+136
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-237-46/+24
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-237-24/+46
* The submillisecond test was broken in at least two ways. First, thembelshe@chromium.org2010-09-233-16/+27
* Quick-fix the compliation error on Windowstimurrrr@chromium.org2010-09-231-1/+1
* Add two tests for uninit reads to ToolsSanityTeststimurrrr@chromium.org2010-09-231-0/+9
* Pull latest PPAPI. Change key handling to support the new API.brettw@chromium.org2010-09-232-2/+23
* Cleanup orphaned testserver processes on posix.rsimha@chromium.org2010-09-222-3/+53
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-221-1/+6
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-213-24/+26
* Support for building Chrome using Clang.evan@chromium.org2010-09-181-1/+8
* Fix removal of multiple observers in ObserverListThreadSafe.willchan@chromium.org2010-09-172-5/+49
* [Mac] Replace the existing browser-child mach ipc with a long-lived listener ...rohitrao@chromium.org2010-09-174-131/+28
* Make a destructor protected per darin@'s request in a previous code review.erg@google.com2010-09-161-2/+4
* Fix style guide errors in commentsdpolukhin@chromium.org2010-09-162-2/+2
* Various style fixes (indenting, captitalization, adding some comments).levin@chromium.org2010-09-161-13/+16
* FBTF: Move Extension::LaunchContainer to extension_constants.h.erg@google.com2010-09-162-0/+5
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-152-9/+13
* GTTF: Fix FileUtilTest so multiple test instances can run in parallel.phajdan.jr@chromium.org2010-09-151-110/+106
* Change platform_file_unittest.cc to report the time values when andumi@chromium.org2010-09-151-6/+9
* Fix Chrome build for 10.6 SDK.jrg@chromium.org2010-09-151-2/+6