summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Linux: Fix an error from r249340. RAMFS_MAGIC != HUGETLBFS_MAGICthestig@chromium.org2014-02-211-1/+5
* Remove -Wno-write-strings from basebrettw@chromium.org2014-02-201-3/+0
* Fix bugs caused by implicitly using the default locale in Java.newt@chromium.org2014-02-201-8/+17
* [Android] Expose isSystemLayoutDirectionRtl() to c++.kkimlabs@chromium.org2014-02-201-0/+15
* Create an interface WindowEventTarget to enable a class to receiveananta@chromium.org2014-02-201-3/+0
* Followup from https://codereview.chromium.org/147513003/mostynb@opera.com2014-02-201-0/+12
* Fix some typo and nits while reading the code.etienneb@chromium.org2014-02-204-7/+6
* base: Add const to a few PlatformThreadHandle methodsboliu@chromium.org2014-02-201-3/+3
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-1914-49/+79
* Fix PathUtilsTest.TestGetNativeLibraryDirectory in components=shared_library ...eugenis@chromium.org2014-02-191-1/+2
* Add ApiCompatibilityUtils for setImageAlpha.cramya@chromium.org2014-02-191-0/+12
* GN: Change gen command syntax, support relative dirs.brettw@chromium.org2014-02-192-2/+7
* Remove reference to stack_trace_ios.mm from base/BUILD.gndroger@chromium.org2014-02-181-1/+0
* Added new ReadFileToString API with a max_size argumentkaliamoorthi@chromium.org2014-02-183-5/+85
* Replace TSan interface declarations with a header inclusion.glider@chromium.org2014-02-181-171/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-168-28/+28
* Make the #includes consistent in various thread checkers between debug and re...thestig@chromium.org2014-02-153-12/+2
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-152-4/+4
* Removed unused dependency.mad@chromium.org2014-02-151-3/+0
* Remove use_system_nspr build flag. It's not "officially" supportedrsleevi@chromium.org2014-02-153-56/+0
* Fix the Mac status bubble.avi@chromium.org2014-02-151-0/+7
* Make code generated for histogram macros more compact.asvitkine@chromium.org2014-02-153-6/+16
* Revert 251178 "Trace event micro-optimization: use finer grained..."bruening@google.com2014-02-141-39/+27
* Don't track mouse events in HWNDMessageHandler when they are forwarded by the...ananta@chromium.org2014-02-131-0/+3
* [Android] Disable tombstones for renderer crashes on JB MR2+cjhopman@chromium.org2014-02-133-0/+11
* Trace event micro-optimization: use finer grained lock.bulach@chromium.org2014-02-131-27/+39
* Android: add pliard@ to base/android/OWNERS.bulach@chromium.org2014-02-131-0/+1
* Use branch prediction hints to make trace events cheaperskyostil@chromium.org2014-02-132-3/+21
* Make some field trials unforceable via command-line in the official build.gab@chromium.org2014-02-133-16/+77
* Set thread names to be visible in debuggersapatole@nvidia.com2014-02-131-0/+13
* Changed RefCountedStaticMemory() to accept a void pointer.joaoe@opera.com2014-02-122-6/+10
* base: Fix parsing of synthetic delay configurationskyostil@chromium.org2014-02-121-5/+6
* Move the android library loader from content to basenoel@chromium.org2014-02-121-2/+0
* Hook up more GN toolkit and UI-based flags.brettw@chromium.org2014-02-122-15/+40
* Trace event micro-optimization: create "toplevel" category.bulach@chromium.org2014-02-121-5/+7
* Fix leak in WeakPtrTest.MoveOwnershipAfterInvalidatesievers@chromium.org2014-02-121-1/+3
* Typo fix in scoped_ptr.h commenttnagel@chromium.org2014-02-111-1/+1
* Fix typo in base/values.cc from r249102, add a testestade@chromium.org2014-02-112-2/+13
* Remove shim classes etc. that were needed to move Android Loaderaberent@chromium.org2014-02-113-56/+17
* Let MetricsService know about some Android Activitieskkimlabs@chromium.org2014-02-118-19/+149
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-112-0/+46
* Remove obsolete comment referring to Receive() in scoped_handle.h.robertshield@chromium.org2014-02-111-3/+1
* Revert r151669 and r155589 as non-Aura Metro mode is goneyukawa@chromium.org2014-02-118-208/+11
* More instrumentation for GDI allocation failurescpu@chromium.org2014-02-113-0/+154
* Use validating IPC enum macros in child process messages.tsepez@chromium.org2014-02-101-0/+1
* base: Add uncached malloc based discardable memory type.reveman@chromium.org2014-02-1010-9/+130
* Use posix version of stack_trace on iOSsdefresne@chromium.org2014-02-103-61/+1
* Move the android library loader from content to baseaberent@chromium.org2014-02-1014-0/+2013
* Grammar fix in scoped_ptr.h commenttnagel@chromium.org2014-02-101-4/+4
* Add helpers for CGL types.ccameron@chromium.org2014-02-103-66/+152