summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: Remove string_split.h now that all the include paths were updated.tfarina@chromium.org2013-03-082-13/+0
* GTTF: Make debug symbol "resolution" work even after binaries are moved.phajdan.jr@chromium.org2013-03-081-3/+34
* Android: fix race condition in jni_generator.torne@chromium.org2013-03-081-1/+5
* x11: Include X11 dependencies only when building with X11.sadrul@chromium.org2013-03-071-2/+8
* [Android] Change jni_gen_dir to jni_gen_package for jni_generator.yfriedman@chromium.org2013-03-072-2/+2
* [Mac] Convert ignore-exceptions helpers to block version.shess@chromium.org2013-03-072-17/+0
* Send pref change notifications when changing the default value for a pref.bauerb@chromium.org2013-03-075-17/+111
* Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...michaeln@google.com2013-03-077-43/+211
* Splitting the functionality of DISALLOW_COPY_AND_ASSIGN() into DISALLOW_COPY()dbeam@chromium.org2013-03-071-0/+8
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-063-10/+143
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Android, Fix to allowing IO during atomic file writesbulach@chromium.org2013-03-061-1/+1
* base/prefs: Remove DEPS file.tfarina@chromium.org2013-03-061-10/+0
* Allow atomic file writes from Android on the UI thread.bulach@chromium.org2013-03-061-0/+4
* Remove platform SDK reference in allocator.gypjschuh@chromium.org2013-03-061-2/+0
* Android: Remove Surface cruftsievers@chromium.org2013-03-061-1/+0
* Small fixes around the codesergeygs@chromium.org2013-03-061-6/+6
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-12/+0
* Change crash keys to be registered with a maximum length instead of number of...rsesek@chromium.org2013-03-053-26/+50
* Add DPLOGs to base::LaunchProcess() failures on Windows.gab@chromium.org2013-03-051-2/+7