summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove raw handles from base::win::RegKeyrvargas2014-10-153-60/+144
* Fix Mac ASan builds.John Abd-El-Malek2014-10-151-1/+7
* Fix LSan on swarming.John Abd-El-Malek2014-10-151-0/+8
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-1510-30/+30
* Remove two SequencedWorkerPool histograms.asvitkine2014-10-151-12/+0
* grt for owner of base/wincpu2014-10-151-0/+1
* MacViews: Handle failure to enter fullscreentapted2014-10-152-0/+12
* Allow custom deleters to opt out of self reset checks for scoped_ptr.dcheng2014-10-142-3/+52
* Fix Java Checkstyle issues.Aurimas Liutikas2014-10-145-21/+21
* base: Rename and move Mach implementation of discardable memory to a separate...reveman2014-10-1411-156/+211
* remove the FINAL macromostynb2014-10-141-7/+0
* Use C++11 atomicsjfb2014-10-147-231/+302
* Convert COMPILE_ASSERT to static_assert in base/numericsjschuh2014-10-144-36/+34
* Add UMA for testing whether device supports memory mapping APK files with exe...petrcermak2014-10-144-7/+125
* Make ARRAYSIZE_UNSAFE() just use arraysize().viettrungluu2014-10-141-47/+5
* base: Remove non-caching discardable memory implementation.reveman2014-10-1310-130/+6
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+3
* base: Add NOTREACHED() for when using a non-supported discardable memory type.reveman2014-10-134-14/+18
* base: Use range-based for loops in DiscardableMemoryManager.reveman2014-10-131-5/+4
* Rationalize and fix chromium android linker histogram recording.simonb2014-10-134-43/+118
* MacViews: NativeWidget -> Widget notifications: fullscreen, activation.tapted2014-10-122-0/+12
* Disable implicit conversions from scoped_refptr to T* on iOS.dcheng2014-10-111-1/+1
* Align base::hash_map with C++11, part 1.davidben2014-10-113-23/+11
* Cleanup: Actually remove base/file_util.h.thestig2014-10-101-6/+0
* scoped_refptr: support opaque pointed-to classes via extern templatemdempsky2014-10-096-6/+99
* Fix ChromeOS Asan build breakage.John Abd-El-Malek2014-10-091-1/+1
* Sets a white background color for iOS unittest windows.rohitrao2014-10-091-0/+1
* Disable implicit conversions from scoped_refptr to T* on Android.dcheng2014-10-091-1/+1
* Fix Mac ASAN on swarming and enable ASAN symbolization.John Abd-El-Malek2014-10-092-0/+12
* Downloading a file with ".tar.bz" extension mulitple times resulted in incorr...arun87.kumar2014-10-092-1/+2
* Allow Registry Iterator functions to use a specified WOW64 mode when iterating.wfh2014-10-092-17/+71
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-076-34/+45
* [Base] Use variadic template in base/bind_internal_win.htzik2014-10-072-402/+16
* [Base] Use variadic template in callback_list.htzik2014-10-072-452/+7
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-07152-596/+637
* Make base::PowerMonitor work on Chrome OS.derat2014-10-074-0/+63
* base: Fix 'gn check' warning.Thiago Farina2014-10-071-0/+1
* Add libclang_rt.asan_osx_dynamic.dylib to base.isolate for Mac ASAN bots.John Abd-El-Malek2014-10-061-0/+7
* base: Make scoped_ptr::Pass() act like std::move().danakj2014-10-063-20/+19
* Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII stringsMikhail Naganov2014-10-064-7/+66
* Fix bug in BreakIterator class that could cause illegal accessiceman2014-10-063-5/+48
* Add ApiCompat for isDeviceProvisioned (17+) API.aruslan2014-10-031-0/+14
* Enable "extern template" under MSVCmdempsky2014-10-032-6/+0
* base: Add CHECK_IMPLIES and DCHECK_IMPLIES.vmpstr2014-10-021-0/+2
* Disable SecurityTest.NewOverflow as it fails on 10.8John Abd-El-Malek2014-10-021-7/+7
* New base owners list.brettw2014-10-021-1/+3
* Improve MessageLoop's comments.maniscalco2014-10-021-4/+2
* Enable content layer to initCommandLine on Androidjohnme2014-10-021-1/+1
* Use a more suitable storage for the timezone table.bratell2014-10-021-12/+20
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-024-27/+106