summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add FINAL to base/compiler_specific.h.jered@chromium.org2013-05-101-0/+14
* Handle convertable_values on Androidwangxianzhu@chromium.org2013-05-103-25/+38
* Delete Histogram.SharedRange.* suggested.acleung@chromium.org2013-05-102-60/+0
* Telemetry startup tests: Add more histograms to startup testsjeremy@chromium.org2013-05-106-3/+13
* Auto-grant plugin permission when in application modejinsukkim@chromium.org2013-05-106-1/+83
* Limit the number of pending requests to the max number of file descriptors.simonjam@chromium.org2013-05-096-9/+52
* Make a null pointer dereference volatilehans@chromium.org2013-05-091-1/+2
* Move BrowserAction references from ExtensionPrefs to ExtensionActionAPIrdevlin.cronin@chromium.org2013-05-091-0/+3
* Make base:ReplaceFile return an informative error.dgrogan@chromium.org2013-05-087-90/+101
* Add templates for ConvertableToTraceFormat with other argument types.dsinclair@chromium.org2013-05-082-1/+156
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-0811-533/+457
* Revert 198824 "Export FileInfo"dbeam@chromium.org2013-05-081-1/+1
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-0811-19/+19
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-0811-19/+19
* Export FileInfobrettw@chromium.org2013-05-071-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-0711-457/+533
* Allow tracing categories to default to disabled.dsinclair@chromium.org2013-05-074-52/+157
* Fix OperationSystemVersion() on Android.zmo@chromium.org2013-05-072-1/+8
* Update comment for UseOneTimeRandomizationWithCustomSeed().asvitkine@chromium.org2013-05-071-4/+6
* Use CR_DEFINE_STATIC_LOCAL for iOS leaky mapped file.justincohen@google.com2013-05-061-1/+1
* Move utf_string_conversions to strings/ and add namespace.brettw@chromium.org2013-05-066-68/+87
* Delete CopyRecursiveDirNoCache from test_file_util.brettw@chromium.org2013-05-065-140/+34
* NaCl: Remove unnecessary nacl_syscalls.h #includedmichael@chromium.org2013-05-061-5/+0
* Fix BASE_EXPORT keyword position in activity_status.h.pliard@chromium.org2013-05-061-1/+2
* Fixed CPU model name reporting on ChromeOS/ARM.zelidrag@chromium.org2013-05-061-3/+7
* Add snapshots to trace_event object modelnduca@chromium.org2013-05-044-66/+138
* base: Use base::MessageLoop.xhwang@chromium.org2013-05-043-3/+3
* Change MessagePumpLinux to MessagePumpOzonedavemoore@chromium.org2013-05-035-33/+26
* Revert 198141 "Revert 198124 "Add base/android/activity_status.cc""tedchoc@chromium.org2013-05-039-8/+386
* Revert 194664 "Delete CopyRecursiveDirNoCache from test_file_util."tonyg@chromium.org2013-05-033-0/+139
* Revert 198124 "Add base/android/activity_status.cc"tedchoc@chromium.org2013-05-039-386/+8
* Get a backtrace in Chrome for Android.dmikurube@chromium.org2013-05-031-0/+60
* Add base/android/activity_status.ccpliard@chromium.org2013-05-039-8/+386
* Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..."tonyg@chromium.org2013-05-034-37/+306
* Trivial code cleanup.rjkroege@chromium.org2013-05-031-1/+0
* [Chromium] Add tracing to startup process, particularly for Androidandrewhayden@chromium.org2013-05-032-0/+4
* Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble.yusukes@chromium.org2013-05-028-21/+88
* Add more error codes to base::CreatePlatformFile on windows.dgrogan@chromium.org2013-05-022-1/+14
* Fix blocking of shutdown on Windowsscottmg@chromium.org2013-05-021-0/+7
* [Android] Remove unneeded icu dependency from base.yfriedman@chromium.org2013-05-021-1/+0
* Fix --dump-histograms-on-exit and make it work for Release builds.tonyg@chromium.org2013-05-023-19/+16
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-8/+9
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-11/+0
* Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 ...mostynb@opera.com2013-05-013-8/+12
* Create a field trial to test if we can detect good QPC implementations.simonjam@chromium.org2013-04-302-0/+12
* Update ProcessIterator::CheckForNextProcess to get exe name from /proc/pid/exe.tonyg@chromium.org2013-04-301-4/+1
* Adding TryPostTask to the message loopcpu@chromium.org2013-04-304-17/+94
* Add base::mac::OpenApplicationWithPath()jeremya@chromium.org2013-04-303-0/+98
* Add a command line flag for dumping trace events to VLOGvollick@chromium.org2013-04-292-1/+71
* Android: Enable FileUtilProxyTest.Touch and PlatformFile.TouchGetInfoPlatform...nileshagrawal@chromium.org2013-04-291-0/+4