summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add logging to undersand exactly where CreateDirectory() is failing for users.skerner@google.com2010-05-051-2/+15
* ScopedFD should handle EINTR on close.mark@chromium.org2010-05-051-2/+3
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-053-4/+4
* TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the casejhawkins@chromium.org2010-05-053-4/+26
* Small cleanups/style fixes. Simplifies RTL functions slightly.pkasting@chromium.org2010-05-052-28/+23
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-3/+4
* Clean up suppressing error dialogs for buildbots.phajdan.jr@chromium.org2010-05-044-12/+20
* Add clarity for the Command keycode now that things work for the Mac.jrg@chromium.org2010-05-042-1/+2
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...sanjeevr@chromium.org2010-05-031-0/+3
* Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgr...thestig@chromium.org2010-05-031-4/+3
* Add a macro to ignore the return value of a function.estade@chromium.org2010-05-031-0/+11
* Throw something at the wall. See what sticks.mark@chromium.org2010-04-302-2/+28
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-307-18/+98
* POSIX: catch more crash-indicating signals for in-process crash dumping.phajdan.jr@chromium.org2010-04-301-3/+6
* Implement UI automation on the Mac.jrg@chromium.org2010-04-291-1/+2
* Extend Histogram class to support custom range definitionsjar@chromium.org2010-04-293-15/+205
* Clean up some Observer code. Original patch by Thiago Farina (see http://cod...pkasting@chromium.org2010-04-291-5/+3
* Enable Chrome OS to load the user's nssdb later.cmasone@google.com2010-04-293-3/+93