summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix definition of CFAllocator (malloc_zone_t changed size between 10.5 and 10...avi@chromium.org2010-05-191-3/+27
* Disable MessageLoopTest.RecursiveDenial2 since it is flaky and hangs.maruel@chromium.org2010-05-191-1/+2
* page cycler: Use buffer-cache priming code on all systems.evan@chromium.org2010-05-192-1/+4
* Annotate a benign data race in Thread::StopSoontimurrrr@chromium.org2010-05-191-1/+4
* Move dynamic_annotations into a separate gyp file to breaktony@chromium.org2010-05-193-36/+50
* enable RenderViewTest.OnHandleKeyboardEvent on Linux.estade@chromium.org2010-05-193-0/+128
* Address requests for more documentation from siggi@chromium.org2010-05-172-0/+22
* Use access instead of stat in PathExists and PathIsWritable.agl@chromium.org2010-05-171-13/+2
* Use FilePath in ProfileInfo struct.tfarina@chromium.org2010-05-151-0/+2
* 64-bit support for Mac OS X in base_unittests.mark@chromium.org2010-05-143-16/+49
* Preference provider implementation backed by JSON files in a directory.mnissler@chromium.org2010-05-143-2/+73
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-1415-433/+758
* Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi...zelidrag@chromium.org2010-05-143-3/+9
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-132-25/+0
* Add include as recommended by the linux man page for realpath().skerner@chromium.org2010-05-121-0/+1
* Don't run FileUtilTest.RealPath under Valgrind on Mactimurrrr@chromium.org2010-05-121-0/+4
* 40% speed up in parsing the /proc/<pid>/smaps file by changing StringTokenize...erg@chromium.org2010-05-122-22/+59
* Use realpath() to find the path to the extension unpack dir on posix systems.skerner@chromium.org2010-05-123-0/+68
* Don't run ConditionVariableTest.LargeFastTaskTest under Valgrind on Mactimurrrr@chromium.org2010-05-121-0/+2
* [TTF] [GTTF] Implement the FAILS_ prefix for tests.phajdan.jr@chromium.org2010-05-121-13/+25
* Speed up the Task Manager on linux.erg@chromium.org2010-05-114-16/+44
* Remove the NowSingleton from time_win.cc.phajdan.jr@chromium.org2010-05-111-34/+29
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-113-0/+59
* Linux: Don't crash when installing an extension if the gtk icon theme inherit...craig.schlenter@chromium.org2010-05-111-1/+2
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-103-8/+10
* use sysctl instead of /proc on FreeBSDpvalchev@google.com2010-05-101-2/+18
* Disable StatsTableTest.MultipleThreadsphajdan.jr@chromium.org2010-05-081-5/+2
* Replace #if 0 used to disable test, the DISABLED_ and FLAKY_phajdan.jr@chromium.org2010-05-081-4/+2
* Remove a few stray bits of win2k support.pkasting@chromium.org2010-05-072-11/+5
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-072-3/+26
* Revert StatsTableTest.MultipleThreads change which is failing tsan.shess@chromium.org2010-05-071-2/+4
* Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds.siggi@chromium.org2010-05-076-3/+551
* Add DCHECK to detect misuse of HISTOGRAM interface.jar@chromium.org2010-05-071-0/+10
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-072-22/+143
* Use a reasonable default pthread stack size on Mac OS X.mark@chromium.org2010-05-071-0/+33
* Mark StatsTableTest.MultipleThreads as flakyphajdan.jr@chromium.org2010-05-071-4/+2
* Add a StaticMemorySingletonTraits class to allow constructing singletons in d...siggi@chromium.org2010-05-073-34/+91
* Fix the dynamic_annotations build issues on Windowstimurrrr@chromium.org2010-05-073-3/+8
* Attempt to fix a DCHECK failure related to usage of Singletonsphajdan.jr@chromium.org2010-05-071-0/+6
* Warn about unused results on release() for three scoped_ptr classes.estade@chromium.org2010-05-072-4/+6
* Remove/update a bunch of references to the Google-internal bug tracker.evan@chromium.org2010-05-071-3/+0
* Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor...zork@chromium.org2010-05-072-143/+22
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-062-22/+143
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-068-1/+340
* Mark TimeTicks.SubMillisecondTimers as flaky.phajdan.jr@chromium.org2010-05-061-1/+2
* Revert "Remove npapi hack from basictypes.h now that npapi.h is fixed."evan@chromium.org2010-05-061-0/+10
* Remove npapi hack from basictypes.h now that npapi.h is fixed.evan@chromium.org2010-05-061-10/+0
* Valid FDs are >= 0 (> -1), not >= -1.mark@chromium.org2010-05-051-1/+1