summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Create a new base/message_loop directory and move the message_loop_proxy.brettw@chromium.org2013-03-2910-66/+76
* Move shared_memory into base/memory subdirectory.brettw@chromium.org2013-03-299-287/+294
* Turn PathUtils.getCacheDirectory() to publicjinsukkim@chromium.org2013-03-291-1/+1
* Fix Android-specific shmem size code.aelias@chromium.org2013-03-291-10/+4
* Move string_piece.h to base/strings.brettw@chromium.org2013-03-286-454/+460
* Move string16 into the base namespace.brettw@chromium.org2013-03-282-22/+24
* Added two ICU RTL function jni bindings.kkimlabs@chromium.org2013-03-283-3/+42
* Make SharedMemory track the size that was actually mappedjschuh@chromium.org2013-03-286-46/+74
* base: Move the rest of JSONValueSerializer unit tests from c/common to base/j...tfarina@chromium.org2013-03-287-17/+155
* remove redundant DCHECK that a size_t variable >= 0mostynb@opera.com2013-03-261-1/+1
* base: Run JsonPrefStore unit tests on ios.tfarina@chromium.org2013-03-261-2/+1
* 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