summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Use ObserverList to maintain a list of observers/listenersnileshagrawal@chromium.org2013-03-051-8/+4
* Simplify isolate files a bit.jam@chromium.org2013-03-041-4/+1
* Fix prefs registration in BrowserInstantController.joi@chromium.org2013-03-024-0/+32
* Fix WeakPtr's generalized copy constructor to work on non-owner threadsakalin@chromium.org2013-03-022-5/+71
* Fix downstream android webview buildboliu@chromium.org2013-03-021-3/+7
* Android: Add a java version of ObserverList.nileshagrawal@chromium.org2013-03-013-0/+372
* Create JNI for ImportantFileWriteraberent@chromium.org2013-03-016-0/+91
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-03-011-19/+22
* Include <vector> where it is used.eugenis@chromium.org2013-03-011-0/+1
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-0112-94/+96
* Roll DEPS for mtpd to avoid using base/file_path.h. Delete base/file_path.h.thestig@chromium.org2013-03-011-9/+0
* Move power event handling logic from ui/ layer to base/ on Windowshongbo.min@intel.com2013-03-012-21/+102
* Cleanup: make a bunch of functions in mach_ipc_mac const.jeremya@chromium.org2013-03-012-12/+14
* Set correct thread priority on Linux.dgreid@chromium.org2013-02-281-28/+34
* TrackedObjects - fix for checking signed int overflowingrtenneti@chromium.org2013-02-281-6/+4
* Ensure that logging works in the GPU process when the --enable-logging and --...ananta@chromium.org2013-02-272-0/+13