summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-185-19/+17
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-1/+1
* GTTF: Correctly handle fdopen failure in CreateAndOpenTemporaryFileInDirphajdan.jr@chromium.org2011-04-181-1/+4
* Fix some typos.maf@chromium.org2011-04-171-3/+3
* Send ShChange notifications to cause icon refreshes when updating shortcuts.robertshield@chromium.org2011-04-151-0/+10
* OpenBSD: make it possible to build libbase.a.phajdan.jr@chromium.org2011-04-156-85/+118
* All your base/mac are belong to us.mark@chromium.org2011-04-141-0/+2
* All your base are belong to us.mark@chromium.org2011-04-141-0/+6
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-1469-9711/+4
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-149-0/+2066
* Fix constness of StackTrace.willchan@chromium.org2011-04-144-10/+10
* Remove code rendered pointless by r65322.mark@chromium.org2011-04-142-104/+2
* Tooltips for power, network, clock buttons in status area: update on locale c...dilmah@chromium.org2011-04-141-2/+2
* Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType().satorux@chromium.org2011-04-142-1/+88
* MSVC warns when you try to use Base if T has a private destructor,ajwong@chromium.org2011-04-132-0/+23
* Add metric for whether Autofill is enabled or disabled.isherman@chromium.org2011-04-131-0/+9
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-133-33/+301
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-133-306/+33
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-133-33/+306
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-9/+0
* This enables hardware-backed .p12 file import on ChromeOSgspencer@chromium.org2011-04-122-4/+17
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-22/+1
* Fix clang build after landing http://codereview.chromium.org/6820030phajdan.jr@chromium.org2011-04-121-3/+3
* Fix problems in src/base:phajdan.jr@chromium.org2011-04-124-28/+35
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-121-1/+2
* Removing command_execution_timeout_ms in favor of action_max_timeout_ms.hnguyen@chromium.org2011-04-114-19/+5
* Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe.willchan@chromium.org2011-04-112-24/+23
* Revert 81142 - Fix base::internal::WeakReference::Flag to be RefCountedThread...erg@google.com2011-04-112-23/+24
* Fix base::internal::WeakReference::Flag to be RefCountedThreadSafe.willchan@chromium.org2011-04-112-24/+23
* FileVersionInfoMac should retain the result of +[NSBundle bundleWithPath:]mark@chromium.org2011-04-111-2/+3
* Simplify SHA2 implementationjoth@chromium.org2011-04-113-46/+7
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-112-2/+42
* Remove excessive path checking so we can fallback on native library search pa...ajwong@chromium.org2011-04-081-9/+4
* GTTF: Fix a few cases of very likely broken code between fork() and exec()phajdan.jr@chromium.org2011-04-081-21/+28
* Add search path for NSS librarieshclam@chromium.org2011-04-071-0/+3
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-078-151/+156
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-078-156/+151
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-078-151/+156
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-074-58/+264
* Clarify documentation about when a task may fail to post to a message loopjoth@chromium.org2011-04-071-2/+4
* GTTF: Detect browser crashes on shutdown in UI tests. phajdan.jr@chromium.org2011-04-063-33/+8
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-062-41/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-062-1/+41
* Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...phajdan.jr@chromium.org2011-04-053-8/+33
* GTTF: Detect browser crashes on shutdown in UI tests.phajdan.jr@chromium.org2011-04-053-33/+8
* Read ChromeOS version numbers from file before sandboxing and cache them.dgozman@chromium.org2011-04-051-19/+54
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-055-184/+232
* Create a base_static library with files that should notrvargas@google.com2011-04-042-9/+49
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-04-0416-43/+57
* As of g++-4.5, the first argument to EXPECT_EQ cannot bejeffbailey@chromium.org2011-04-021-2/+5