summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix gcc 4.7 compilation problem by adding explict unistd.h inclusion.shenhan@google.com2012-11-171-0/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-1618-38/+50
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-164-20/+11
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-164-11/+20
* Put Android systrace calls in trace_event_impl only.wangxianzhu@chromium.org2012-11-155-58/+72
* Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory.kinaba@chromium.org2012-11-151-2/+3
* Get rid of use of CreateStringValue in chromeos/ directory.estade@chromium.org2012-11-151-3/+2
* Fix style typo (missing space) in base/path_service_unittest.ccgab@chromium.org2012-11-151-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-1420-22/+22
* [Mac] Remove potential for malloc in CrMallocErrorBreak().shess@chromium.org2012-11-141-2/+18
* GTTF: Make Linux stack dump signal handler async-signal safe.phajdan.jr@chromium.org2012-11-145-66/+336
* Remove PrefObserver usage, batch 3.joi@chromium.org2012-11-142-0/+7
* Make RefCountedData thread-safeakalin@chromium.org2012-11-141-4/+5
* Allow MessagePumpDefault to wait when there is no pending work.scherkus@chromium.org2012-11-142-0/+3
* Remove PrefObserver from usages of PrefChangeRegistrar, batch 2.joi@chromium.org2012-11-131-0/+3
* Move mru_cache to the new containers subdirectory.brettw@chromium.org2012-11-134-6/+6
* Remove a DCHECK() in FieldTrial::SetForced().asvitkine@chromium.org2012-11-132-4/+36
* Android: correctly generates inner class from import clause.bulach@chromium.org2012-11-132-1/+32
* Ensure that field trials synced to the renderer process are considered "active".asvitkine@chromium.org2012-11-133-11/+53
* [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().asanka@chromium.org2012-11-122-7/+60
* Need to subtract the speculative memory when calculating available memory on Machongbo.min@intel.com2012-11-121-1/+2
* Reland: Closure-based API to PrefChangeObserver and PrefMember.joi@chromium.org2012-11-123-58/+89
* Use ';' instead of '|' to separate arguments in Android trace.wangxianzhu@chromium.org2012-11-101-1/+4
* Make it so disabled field trials are not reported as active.asvitkine@chromium.org2012-11-103-22/+51
* Move stack_container and linked_list to the new containers subdirectory.brettw@chromium.org2012-11-108-26/+41
* Move global_descriptors to base/posix.brettw@chromium.org2012-11-093-6/+6
* Add a SmallMap to base for small map lookups.brettw@chromium.org2012-11-095-0/+1271
* Move FileDescriptorShuffle to base/posix. This file is very posix-specific.brettw@chromium.org2012-11-096-10/+13
* Revert 166670 - Add Closure-based API to PrefChangeObserver and PrefMember, d...joi@chromium.org2012-11-093-70/+57