summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert "posix: set thread names"evan@chromium.org2010-06-082-67/+8
* posix: set thread namesevan@chromium.org2010-06-082-8/+67
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-088-72/+307
* Make SysNativeMB converters assume UTF-8 on Chrome OS. jshin@chromium.org2010-06-071-0/+15
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-1/+5
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and...tfarina@chromium.org2010-06-0411-27/+27
* Record out-of-proc-tests' FAILS/FLAKY failures in the XML output.kinuko@chromium.org2010-06-031-0/+6
* Add Tokenize() for StringPiece.mbelshe@chromium.org2010-06-023-41/+59
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-022-7/+7
* Disable CFAllocator patching on systems for which we don't know their interna...avi@chromium.org2010-06-021-26/+36
* Reset signal handlers in forked children.agl@chromium.org2010-06-021-0/+7
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-011-27/+27
* Pressing the search button brings the NTP or close it if it is opened.jcivelli@chromium.org2010-06-011-0/+2
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-012-11/+5
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-012-12/+15
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-014-8/+36
* Don't run ProcessUtilTest.EnableLFH under Dr.Memorytimurrrr@chromium.org2010-06-011-0/+1
* Don't run some of the base tests under Dr.Memorytimurrrr@chromium.org2010-06-011-0/+5
* Remove deprecated file_util::ReplaceExtension API.tfarina@chromium.org2010-06-013-75/+0
* Remove deprecated versions of Registry functions.tfarina@chromium.org2010-05-311-93/+45
* Fix typo in comments, and update comment.jar@chromium.org2010-05-291-4/+1
* Add a method that truncates strings to the end point of a valid UTF8 characte...nick@chromium.org2010-05-283-0/+212
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-279-31/+27
* Drop a file from the gyp that was deleted in r35326.avi@chromium.org2010-05-261-1/+0
* Don't run StatsTableTest.*MultipleThreads under TSantimurrrr@chromium.org2010-05-261-0/+3
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-269-27/+31
* file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.tfarina@chromium.org2010-05-264-14/+30
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-259-31/+27
* TTF: Re-enable MessageLoopTest.EnsureTaskDeletion* by marking them as failing.jhawkins@chromium.org2010-05-251-3/+6
* TTF: Re-enable to tests used only for manual testing. We still want coveragejhawkins@chromium.org2010-05-251-8/+6
* TTF: Re-enable StatsTableTest.MultipleThreads by marking it flaky.jhawkins@chromium.org2010-05-251-2/+2
* Merge tcmalloc r93 into the Chromium tcmalloc branch.glider@chromium.org2010-05-251-1/+1
* TTF: Re-enable the FileDescriptorWatcherOutlivesMessageLoop test as it now ap...jhawkins@chromium.org2010-05-241-2/+1
* Add unused return warnings to the release() methods of some scoped Mac objectsstuartmorgan@chromium.org2010-05-242-3/+5
* Revert 48024 - Reland http://codereview.chromium.org/1735024/show to assess t...glider@chromium.org2010-05-241-1/+1
* Make out-of-process tests output correct XML file (re-submitting due to wrong...kinuko@chromium.org2010-05-241-2/+5
* Re-land http://codereview.chromium.org/1735024/show to assess the performance.glider@chromium.org2010-05-241-1/+1
* Revert 48015 - Make outofprocess tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-241-5/+2
* Make out-of-process tests output correct XML file (filepath fixed)kinuko@chromium.org2010-05-241-2/+5
* Mac: Infrastructure for serialization of OS fonts over IPC.jeremy@chromium.org2010-05-231-2/+2
* Add virtual destructor to base class to resolve leak.jar@chromium.org2010-05-211-0/+1
* Revert 47897 - Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.willchan@chromium.org2010-05-211-21/+3
* Fixed a TODO in data export of net-internals, added Chrome version and comman...maruel@chromium.org2010-05-212-0/+8
* Revert 47917 - Make outofprocess tests output correct XML filenick@chromium.org2010-05-211-5/+2
* Make out-of-process tests output correct XML filekinuko@chromium.org2010-05-211-2/+5
* Revert 47789 - The newer version of tcmalloc should fix the problems with run...glider@chromium.org2010-05-211-1/+1
* Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.thestig@chromium.org2010-05-211-3/+21
* views: Use STLDeleteElements to delete pointer objects.tfarina@chromium.org2010-05-211-11/+5
* The newer version of tcmalloc should fix the problems with running tcmalloc u...glider@chromium.org2010-05-201-1/+1
* Patch out posix_memalign in the out-of-memory killer.avi@chromium.org2010-05-192-16/+97