summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use system constants instead of NULL for unset PID.jeffbailey@chromium.org2011-04-011-0/+2
* GPU.GPUProcessTerminationStatus histogram addedscheib@chromium.org2011-04-011-1/+2
* Base: A few more changes to build base.dllrvargas@google.com2011-04-014-12/+20
* Fix compile break.pkasting@chromium.org2011-03-311-1/+1
* Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http...pkasting@chromium.org2011-03-316-21/+16
* Fix nss-specific settings in base.gypiakalin@chromium.org2011-03-301-0/+6
* Roll to a version of LevelDB that doesn't depend on the old ref_counted.h and...jorlow@chromium.org2011-03-302-14/+0
* XDG isn't thread safe. Add a lock around calls to it.tsepez@chromium.org2011-03-301-2/+13
* Move flags initialization into block before sharing across threadsjar@chromium.org2011-03-301-4/+4
* Base: Add BASE_API to PR_ParseTimeString (for base.dll)rvargas@google.com2011-03-292-4/+10
* Back out r77530, making the helper app an LSUIElement as it had been prior tomark@chromium.org2011-03-291-2/+2
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-2837-93/+138
* When looking at this bug, I found at least the following issues:scr@chromium.org2011-03-283-0/+163
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-4/+0
* Make 'dangerous download warning' visible in Japanese UI on Windows.jshin@chromium.org2011-03-282-12/+25
* Reduce pass by value for FilePath.finnur@chromium.org2011-03-281-3/+3