summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Upstream support for WebKit shared timer toggling.pliard@chromium.org2012-07-191-0/+1
* Use common stack trace code in Android portskyostil@chromium.org2012-07-192-17/+0
* Add abstract class HistogramBase. It will be the sub class of allkaiwang@chromium.org2012-07-196-19/+75
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-192-6/+21
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-186-441/+2
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-183-22/+16
* Fix blank lines in base.gypfelipeg@chromium.org2012-07-181-4/+1
* Change explicit usage of each type of message loop in WaitableEventWatcher te...leng@chromium.org2012-07-182-16/+26
* Include linux_util for android.nileshagrawal@chromium.org2012-07-182-27/+24
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-172-0/+14
* Reenable the following tests that were disabled because they failed on OS X 1...rsesek@chromium.org2012-07-171-8/+1
* Remove "chrome" hardcoded suffix from Android .pak path.tedchoc@chromium.org2012-07-171-11/+28
* Remove native_library_mac from the iOS buildstuartmorgan@chromium.org2012-07-171-1/+0
* Enable SysInfoTest on iOS.leng@chromium.org2012-07-171-1/+0
* Adds a way to specify test data files for unittests.rohitrao@chromium.org2012-07-172-1/+17
* Change explicit usage of each type of message loop in TimerTest to instead lo...leng@chromium.org2012-07-172-28/+38
* Android: Disable tests failing on Jellybean devices.nileshagrawal@chromium.org2012-07-161-9/+0
* Remove IO thread restrictions from registry functionscpu@chromium.org2012-07-161-26/+0
* Implement SharedMemory for untrusted NaCl builds.bbudge@chromium.org2012-07-162-23/+39
* Un-exclude system_monitor_unittest.cc on iOS.leng@chromium.org2012-07-161-1/+0
* Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests.leng@chromium.org2012-07-162-1/+4
* Upstreaming diffs in os_compat_android.ccfelipeg@chromium.org2012-07-164-3/+171
* Add all of base.gyp to the iOS 'All' targetstuartmorgan@chromium.org2012-07-161-10/+14
* Add necessary iOS frameworks to base and test_support_basestuartmorgan@chromium.org2012-07-151-0/+9
* Implement SyncSocket for untrusted NaCl builds.bbudge@chromium.org2012-07-141-7/+14
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-138-361/+399
* Have iOS use the same atomicops_internal implementation that Mac uses.leng@chromium.org2012-07-133-6/+8
* Adds MessageLoopUIApplication for use on iOS.rohitrao@chromium.org2012-07-137-36/+134
* Make it possible to run gtests on iOS.leng@chromium.org2012-07-139-4/+214
* Removing the DCHECK for the thread type from the IsParentalControlActivityLog...ananta@chromium.org2012-07-132-4/+1
* The functionality to query for whether Windows parental control activity logg...ananta@chromium.org2012-07-122-3/+4
* Use GenericScopedHandle to implement ScopedCreateDC.wez@chromium.org2012-07-121-24/+12
* Add quick reference for bind/callback usage.brettw@chromium.org2012-07-126-144/+406
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-124-0/+207
* Use isfinite() on all POSIX platformsstuartmorgan@chromium.org2012-07-121-9/+4
* Allow Objective-C files in base/test/.leng@chromium.org2012-07-121-0/+1
* Add a helper function to query whether parental control logging is on for the...ananta@chromium.org2012-07-112-0/+43
* Second try of http://codereview.chromium.org/10698063/kaiwang@chromium.org2012-07-112-158/+292
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-115-12/+13
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-11273-273/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-113-36/+10
* Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd...tedchoc@chromium.org2012-07-112-10/+10
* Add minimal support for process_utils on iOSstuartmorgan@chromium.org2012-07-115-8/+124
* Get base_unittests closer to compiling for iOSstuartmorgan@chromium.org2012-07-112-4/+33
* Get mac_logging and foundation_util working on iOSstuartmorgan@chromium.org2012-07-115-4/+34
* Implement SysInfo for iOSchenyu@chromium.org2012-07-113-3/+71
* Enable compilation of more files in base/ on iOS.rohitrao@chromium.org2012-07-111-3/+0
* Bring back VERSION_SERVER_2003 to distinguish Server 2003 and XP Pro x64 from...grt@chromium.org2012-07-112-3/+4
* Fix failed apk unit test case MessagePumpLibeventTest.* on Android.shouqun.liu@intel.com2012-07-111-24/+40
* Add the methods to change and get a posix file permission to file_util. yoshiki@chromium.org2012-07-113-26/+229