summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* android: Improve ActivityStatus and add ChromiumActivity.digit@chromium.org2012-12-072-20/+166
* Report memory usage retained by TCMalloc freelists.alexeif@chromium.org2012-12-075-62/+50
* Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a li...rsesek@chromium.org2012-12-075-0/+332
* Add comments about what should and should not depend on 'allocator'akalin@chromium.org2012-12-062-0/+6
* Correct misleading definition of 'closure' in base/bind documentation.dubroy@chromium.org2012-12-062-11/+23
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-062-37/+58
* Fix integer overflow in Windows shared memory handling.cevans@chromium.org2012-12-061-0/+2
* Implement annotation support for JS<->Java interfacedtrainor@chromium.org2012-12-051-0/+4
* Add STLSetDifference to stl_util.h, because std::set_difference is extremelykalman@chromium.org2012-12-053-0/+110
* base/android/jni_array.h: Add JavaArrayOfByteArraysToStringVector()digit@chromium.org2012-12-053-0/+62
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-057-47/+154
* Add an option to use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-12-043-19/+31
* Clean up ScopedVectorTest's LifeCycleObject.gavinp@chromium.org2012-12-041-9/+10
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-043-45/+27
* Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug.blundell@chromium.org2012-12-043-6/+5
* UMA for Windows 8 Secondary Tile pinning/unpinning user actionstapted@chromium.org2012-12-041-0/+39
* Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...rtenneti@chromium.org2012-12-044-14/+8
* roll gtest 621:629 and gmock 405:410thakis@chromium.org2012-12-031-1/+1
* Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...rtenneti@chromium.org2012-12-034-8/+14
* base: Use TEST() macro when possible.tfarina@chromium.org2012-12-037-44/+34
* base/time_posix.cc: Use time64_t on Android.digit@chromium.org2012-12-031-12/+50
* Change FilePathWatcher tests to use the new callback style FilePathWatcher::W...thestig@chromium.org2012-12-011-113/+115
* Let base_unittests build with the components build on androidthakis@chromium.org2012-11-301-1/+1
* Provide an iOS message pump for IO implementation.blundell@chromium.org2012-11-3010-18/+680
* Add myself as an owner of Bind() related files.ajwong@chromium.org2012-11-301-0/+21
* Revert 170287 - Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-302-15/+6
* Add dependency on allocator.gyp from 'base' and export itakalin@chromium.org2012-11-292-6/+15
* Add temporary UMA histogram to understand how trials are getting disabled.asvitkine@chromium.org2012-11-291-1/+5
* Use Netlink instead of NetworkManager (via D-bus) to monitor networkpauljensen@chromium.org2012-11-291-2/+4
* [cros] RlzValueStore made protected by a cross-process lock and not persisted...ivankr@chromium.org2012-11-292-11/+23
* GTTF: Lower timeouts for Release mode.phajdan.jr@chromium.org2012-11-281-0/+5
* Add support to Pickle for reading and writing floatsrbyers@chromium.org2012-11-283-0/+17
* Disassociate argument type from return type in PostTaskAndReplyWithResult tem...ajwong@chromium.org2012-11-282-30/+39
* Fix leak in ScopedVector<>::resize()gavinp@chromium.org2012-11-272-1/+41
* base/prefs: Break the dependency in chrome_paths.htfarina@chromium.org2012-11-277-4/+44
* Fix ProcessUtilTest.FDRemapping on Android.pliard@chromium.org2012-11-271-9/+33
* base/prefs: Remove all content/ dependency from unittests.tfarina@chromium.org2012-11-232-14/+0
* base/prefs: Break the dependency on chrome/common/pref_names.htfarina@chromium.org2012-11-224-27/+29
* base/prefs: Remove unused forward declarations of TabContents and Profile.tfarina@chromium.org2012-11-221-2/+0
* Add GPU memory to memory monitordavemoore@chromium.org2012-11-211-1/+10
* Android: Fix PathUtilsTest.TestGetNativeLibraryDirectoryjknotten@chromium.org2012-11-211-4/+4
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-214-10/+14
* base/prefs: Remove important_file_writer.h entry from DEPS whitelist.tfarina@chromium.org2012-11-211-1/+0
* Add copy and assignment to FundamentalValue and StringValue.estade@chromium.org2012-11-202-14/+12
* Add DCHECK to avoid binding values to null callbackshashimoto@chromium.org2012-11-203-0/+14
* Make ShareToProcess return false when dup() fails. This matches the behaviordarin@chromium.org2012-11-201-1/+5
* AwContents Compositor bring upjoth@chromium.org2012-11-203-0/+11
* Standardize on |trial_name| and |group_name| in field trials API.asvitkine@chromium.org2012-11-193-53/+55
* Handle portrait mode in is-a-tablet heuristic.grt@chromium.org2012-11-191-1/+4
* Add ManagedModeSiteList and use it in ManagedModeURLFilter.bauerb@chromium.org2012-11-191-0/+2