summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-114-19/+30
* Order function definitions in base/ according to the header.erg@google.com2011-01-1132-971/+973
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-3/+3
* Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__mark@chromium.org2011-01-101-11/+12
* Made ObserverListThreadSafe's destructor private since it's ref-counted.akalin@chromium.org2011-01-101-7/+9
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-104-30/+19
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-104-19/+30
* Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. Themark@chromium.org2011-01-101-2/+5
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-099-55/+51
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-079-51/+55
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-079-55/+51
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-26/+15
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-15/+26
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-078-412/+395
* Support OVERRIDE for clang.thakis@chromium.org2011-01-071-0/+2
* Start sorting methods in class declarations.erg@google.com2011-01-0736-281/+317
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-073-37/+0
* base: Remove deprecated file_util::GetFilenameFromPath function.tfarina@chromium.org2011-01-063-21/+1
* base: Remove unnecessary includes from scoped_handle_win.htfarina@chromium.org2011-01-051-4/+0
* Increasing live (sync) operation timeout to 45 seconds.rsimha@chromium.org2011-01-041-1/+1
* Typo fix.avi@chromium.org2011-01-041-2/+2
* Add SCOPED_TRACEs to ICUStringConversionsTestphajdan.jr@chromium.org2011-01-041-0/+20
* MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrin...timurrrr@chromium.org2011-01-041-5/+5
* Remove 'using' declaration of ScopedBitmap from scoped_handle_win.htfarina@chromium.org2011-01-031-1/+0
* Fix the mac build by fixing some include pathsbrettw@chromium.org2011-01-022-2/+2
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-021-1/+0
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-0221-65/+63
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-0124-239/+281
* Move base/debug_on_start to base/debugger and rename it to be _win since itbrettw@chromium.org2011-01-015-16/+31
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-017-24/+32
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-017-38/+41
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-0111-60/+58
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-017-16/+26
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-012-27/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-0138-50/+50
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-3153-264/+327
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-317-38/+64
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-1/+0
* touch: Check for NULL display.sadrul@chromium.org2010-12-301-0/+6
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-3017-45/+63
* Fix exclusion for the worker pool posix unit test on Windows.brettw@chromium.org2010-12-301-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-3021-94/+109
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-304-129/+4
* Remove compat_execinfo since we no longer support Mac 10.4.brettw@chromium.org2010-12-303-36/+2
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-3/+0
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-292-90/+0
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-295-218/+9
* base/version: remove wstring versionevan@chromium.org2010-12-232-8/+3
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-2310-137/+123