summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move common code into process_util.cc.maruel@chromium.org2010-04-2910-276/+278
* Created a MessageLoopProxy interface. This provides a thread-safe refcounted ...sanjeevr@chromium.org2010-04-292-0/+46
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-0/+9
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-281-1/+4
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* Enable Nigori unit tests on all platforms.albertb@chromium.org2010-04-231-1/+1
* Use the /INCLUDE:symbol linker option pragmas to forcewtc@chromium.org2010-04-231-11/+19
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-2211-137/+178
* Add comments saying we don't use RTLD_DEEPBIND.willchan@chromium.org2010-04-221-0/+4
* Add support for user-defined source root directory.mmoss@google.com2010-04-211-1/+16
* Remove deprecated version of GetCurrentDirectory.evan@chromium.org2010-04-212-8/+0
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-212-16/+0
* bsd: move POSIXy functions back into file_util_posixevan@chromium.org2010-04-213-79/+62
* Run more base_ tests under TSan/Wintimurrrr@chromium.org2010-04-211-7/+1
* file_util.h won't compile if UNIT_TEST and OS_WIN are defined.yuzo@chromium.org2010-04-211-1/+2
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-14/+0
* Don't run RSAPrivateKeyUnitTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-161-0/+3
* Don't run some tests from base_ under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-161-0/+15
* Add the linux_use_debugallocation flag.glider@chromium.org2010-04-161-14/+30
* Do not call NSS functions if NSS initialization failed.wtc@chromium.org2010-04-161-0/+1