summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Skip default categories when getting known categories.dsinclair@chromium.org2013-03-262-3/+5
* Disable ProcessUtilTest.FDRemapping under ASan.glider@chromium.org2013-03-261-1/+8
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-264-104/+184
* Android: fixes jni_generator for @CalledByNative with generics.bulach@chromium.org2013-03-262-11/+49
* Use NSTextAlignmentCenter instead of deprecated UITextAlignmentCenterlliabraa@chromium.org2013-03-261-1/+1
* POSIX: surround statvfs calls with HANDLE_EINTRphajdan.jr@chromium.org2013-03-251-2/+1
* Make jln@ owner of base/security_unittest.ccjln@chromium.org2013-03-251-0/+1
* Make CallocDiesOnOOM return false under TSan, MSan and ASan. Their allocators...glider@chromium.org2013-03-251-1/+6
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-233-3/+3
* When running iOS tests on devices, write stdout to a file, then dump to NSLog.lliabraa@chromium.org2013-03-231-0/+60
* Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable ...glider@chromium.org2013-03-231-3/+4
* Reduce the verbosity of 4 tests run under isolate.maruel@chromium.org2013-03-221-2/+0
* Update readme for Prefs now that it's fully componentized.joi@chromium.org2013-03-221-8/+4
* [Android] Always build base as a static library.yfriedman@chromium.org2013-03-221-0/+8
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-219-18/+18
* Annotate ThreadData::PushToHeadOfList for MemorySanitizer.eugenis@chromium.org2013-03-202-0/+17
* The ScopedCriticalAction in CriticalClosure should not be resetted.qsr@chromium.org2013-03-201-4/+1
* Don't override system malloc when built with MemorySanitizer.eugenis@chromium.org2013-03-201-5/+4
* base: Move many JSONValueSerializer unit tests from chrome/common to base.tfarina@chromium.org2013-03-205-5/+223
* Update the header guard macro.wtc@chromium.org2013-03-201-3/+3
* Make all isolate tests run in verbose mode.csharp@chromium.org2013-03-191-0/+2
* Fix OS_MACOS typos. Should be OS_MACOSX.dalecurtis@google.com2013-03-191-1/+1
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-1/+0
* Fix clang warning in test_process_killer_win.cc re taking address of temporary.robertshield@chromium.org2013-03-191-1/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-186-13/+10
* Make jni_generator support the returing of the inner class.ycheo@chromium.org2013-03-182-1/+38
* Minor improvements to InMemorySharedPreferencesjoth@chromium.org2013-03-171-47/+98
* base: Reuse STLDeleteValues() function to clean up the objects owned by Obser...tfarina@chromium.org2013-03-171-4/+2
* Split cache dir between main and web-app activity. jinsukkim@google.com2013-03-163-1/+151
* SparseHistogram macroskaiwang@chromium.org2013-03-163-0/+112
* Give correct advice about the use of unsigned ints.palmer@chromium.org2013-03-161-4/+14
* better error messaging for un-updated vs2012scottmg@chromium.org2013-03-151-0/+16
* Update tracing framework to optionally use a ringbuffer.dsinclair@chromium.org2013-03-153-56/+221
* C++0x fix: add spaces between literals and identifiers.glider@chromium.org2013-03-152-7/+7
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-159-142/+123
* [Mac] Do not unload base::NativeLibrary-ies if they contain ObjC segments.rsesek@chromium.org2013-03-152-7/+61
* fix erroring out on win x64 due to bad compiler version checkscottmg@chromium.org2013-03-151-2/+2
* Remove outdated widows SDK checkcpu@chromium.org2013-03-151-9/+0
* Handle block comments ending in **/ in the JSON parsertapted@chromium.org2013-03-142-2/+18
* [Android] Use generated JNI bindings for locale utils.yfriedman@chromium.org2013-03-142-21/+19
* remove old check for vs2005 update, and replace with vs2012 update checkscottmg@chromium.org2013-03-141-9/+6
* JNI on Android: refresh self-documenting "SampleForTests.java".bulach@chromium.org2013-03-136-101/+383
* Improvements to trace_event on Android and roll trace-viewer to r220wangxianzhu@chromium.org2013-03-133-40/+71
* Log errno if pthread_create() failsrnk@chromium.org2013-03-131-1/+6
* Linux: for all signals, reset the sa_restorer field before execve().jln@chromium.org2013-03-121-0/+69
* Android: rename android_build_type gyp variable.torne@chromium.org2013-03-121-2/+2
* GTTF: Add debugging code for flaky test server startup issues.phajdan.jr@chromium.org2013-03-112-13/+55
* Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...pneubeck@chromium.org2013-03-102-61/+19
* Co-exist peacefully with GuardMalloc.avi@chromium.org2013-03-081-31/+90
* Revert "GTTF: Make debug symbol "resolution" work even after binaries are mov...phajdan.jr@chromium.org2013-03-081-34/+3