summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-037-29/+31
* Fix "defined but not used" warning in base/debug/trace_event_impl.ccmseaborn@chromium.org2014-03-031-0/+2
* Add foundation_util_unittest.mm to base_unittests on iOSsdefresne@chromium.org2014-03-031-1/+2
* Moved SuperFastHash function from base/hash.cc to base/third_party.mgiuca@chromium.org2014-03-037-70/+165
* Only add chrome_redirects as a dependency of base.dll in component builds.caitkp@chromium.org2014-02-281-0/+1
* Honor the log_assert_handler when running under the debugger.rch@chromium.org2014-02-281-16/+11
* POSIX: CHECK() that file_util::ScopedFD fulfills promise.jln@chromium.org2014-02-282-2/+53
* Fix build issues in base/ for Android x64yang.gu@intel.com2014-02-285-10/+16
* Add a macro NSSTRING_FORMAT for Objective-C formatting functionsdefresne@chromium.org2014-02-281-0/+12
* Added unit test for base/hash.mgiuca@chromium.org2014-02-282-0/+73
* Revert 253938 "Enable icu_use_data_file_flag on Android"pkasting@chromium.org2014-02-281-2/+0
* Add required header for RangeConstraint definition.eroman@chromium.org2014-02-281-0/+1
* GN: Work on Mac module search path.brettw@chromium.org2014-02-271-0/+2
* Fix "narrowing conversion" errors uncovered in building with gcc 4.8agoode@chromium.org2014-02-271-3/+4
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-02-271-0/+2
* Android: fixes JNI generator for newer versions of javap.bulach@chromium.org2014-02-273-11/+2388
* Add support for safe math operations in base/numericsjschuh@chromium.org2014-02-276-186/+1296
* Followup to modifications to ReadFileToString functionkaliamoorthi@chromium.org2014-02-272-13/+14
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-273-115/+6
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-261-1/+2
* Android: generates JNI constants from .class files.bulach@chromium.org2014-02-265-35/+4793
* Shift by the right number of bytes when grabbing the high 32 bits.danakj@chromium.org2014-02-261-2/+2
* Make Java event registration lazy for state listenerdtrainor@chromium.org2014-02-262-8/+14
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-265-3/+304
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-263-6/+115
* Use numeric_limits<double>::infinity() for conversions of Time::Max().gavinp@chromium.org2014-02-263-12/+17
* Add a comment regarding base::PathService::Override usage.thestig@chromium.org2014-02-262-1/+4
* Make scoped_ptr_malloc abort() on an invalid assignment.viettrungluu@chromium.org2014-02-261-0/+5
* Fixed bug which caused incorrect XML report to be written by the newfatalerr@yandex-team.ru2014-02-261-0/+3
* Move PowerMonitor to Application Contextdtrainor@chromium.org2014-02-261-0/+6
* fixed issue 324522: KERNEL Handle leak from TimeTicks.WinRollover - add Close...zhaoqin@google.com2014-02-251-0/+3
* Make the domain membership test only once per run.pastarmovj@chromium.org2014-02-252-6/+25
* Deprecate base::SharedMemory's lock functionality.viettrungluu@chromium.org2014-02-246-47/+34
* [Base] Add typedefs to ScopedPtrHashMaptzik@chromium.org2014-02-241-0/+3
* Revert of base: Cleanup: Simplify the declaration of Lock class. (https://cod...pkotwicz@chromium.org2014-02-242-45/+40
* base: Cleanup: Simplify the declaration of Lock class.tfarina@chromium.org2014-02-232-40/+45
* Rename base_untrusted to base_naclsergeyu@chromium.org2014-02-221-4/+4
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-2118-498/+906
* Move DeviceMotionAndOrientation off Activity Contextdtrainor@chromium.org2014-02-211-47/+0
* Base: Don't check for thread restrictions when closing a file doesn't do IO.rvargas@chromium.org2014-02-213-4/+10
* Drive-by comment fix in base/bind_unittest.nc.viettrungluu@chromium.org2014-02-211-2/+1
* [Base] Refactor ScopedPtrHashMaptzik@chromium.org2014-02-211-21/+18
* 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