summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove "using base::MessageLoop" from message_loop.h.xhwang@google.com2013-06-011-6/+0
* Fix leak in WeakPtr test introduced in r202038, and remove suppression.wez@chromium.org2013-06-011-2/+5
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-3114-41/+34
* Split ProcessIterator and friends out of base/process_util.h into base/proces...rsesek@chromium.org2013-05-3115-708/+825
* Cleanup: Fix some silly syntax in LibDispatchTaskRunnerTest.thestig@chromium.org2013-05-311-6/+6
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-307-59/+63
* [Mac] Move the large block of NSEvent forward declarations to a shared header.rsesek@chromium.org2013-05-303-1/+51
* Include stddef.h for the definition of size_t.hans@chromium.org2013-05-301-0/+2
* Move latin1_string_conversions to baseabarth@chromium.org2013-05-293-1/+54
* Allow chrome trace to be collected when atrace is enabled.wangxianzhu@chromium.org2013-05-292-3/+11
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-292-37/+105
* Android: allow JNI generator to be used with jarjar.torne@chromium.org2013-05-292-6/+118
* Cleanup: Remove ScopedGenericObj. Use scoped_ptr<type, CustomDeleter> instead.thestig@chromium.org2013-05-292-157/+18
* Remove all but one use of WeakPtrFactory::DetachFromThread. wez@chromium.org2013-05-293-40/+89
* Disable tcmalloc security tests on Windowsjschuh@chromium.org2013-05-291-1/+2
* drop unused execinfo.h headervapier@chromium.org2013-05-282-6/+0
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-282-106/+37
* Use totmaps if available on chromeosdavemoore@chromium.org2013-05-282-37/+106
* Move Thread Name Mapping into ThreadFunc.dsinclair@chromium.org2013-05-276-26/+104
* Disable the OOM tests under ThreadSanitizer v2 as well as ASan.glider@chromium.org2013-05-271-4/+5
* Revert 202305 "Destroy all Singletons and LazyInstances between ..."rsesek@chromium.org2013-05-251-30/+0
* Destroy all Singletons and LazyInstances between each test.rsesek@chromium.org2013-05-251-0/+30
* Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."erg@chromium.org2013-05-243-89/+40
* Remove all but one use of WeakPtrFactory::DetachFromThread.wez@chromium.org2013-05-243-40/+89
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-247-283/+53
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-247-53/+283
* Disable sampling tracer test in split_dll modescottmg@chromium.org2013-05-231-0/+3
* disable sampling tracing in split_link buildscottmg@chromium.org2013-05-232-0/+9
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-2319-1705/+1922
* add a macro that really identifies glibcmostynb@opera.com2013-05-231-3/+11
* base/time_posix.cc: Work around new integer overflow warning.hans@chromium.org2013-05-231-5/+7
* Implement support for USB Xbox360 controllers without a driver on Mac.jeremya@chromium.org2013-05-232-0/+77
* pull constant out of trace_event_impl for split_linkscottmg@chromium.org2013-05-233-3/+15
* moving SyncSocket's kInvalidHandle constantcpu@chromium.org2013-05-232-0/+8
* Remove unnecessary if !defined(OS_NACL)victorhsieh@chromium.org2013-05-231-2/+0
* Revert r201604 "Speculative revert to see if this clears up the h..."mpcomplete@google.com2013-05-223-5/+77
* Speculative revert to see if this clears up the http://build.chromium.org/p/c...ananta@chromium.org2013-05-223-77/+5
* Android: Implement JavaFloatArrayToFloatVectorjanx@chromium.org2013-05-223-5/+77
* Adds TCMalloc support for Android.bulach@chromium.org2013-05-221-1/+2
* [Android] Add app version code to chrome://version.shashishekhar@chromium.org2013-05-221-1/+4
* Remove base::FileUtilProxy::Entry since it is no longer used.nhiroki@chromium.org2013-05-221-8/+0
* Don't enable atrace for disabled-by-default categories.wangxianzhu@chromium.org2013-05-221-4/+10
* Moving ICU constants to separate OBJ for split-linkcpu@chromium.org2013-05-225-11/+38
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-2213-175/+418
* Disable UMA_HISTOGRAM in NaCl buildvictorhsieh@chromium.org2013-05-212-0/+4
* Fix (D)VLOG(1) support on Androidacolwell@chromium.org2013-05-211-1/+2
* split file path constants out for split linkscottmg@chromium.org2013-05-214-16/+31
* Pull string constants into separate .cc for split dll buildscottmg@chromium.org2013-05-213-48/+56
* Revert 201204 "add more string -> unsigned number conversion uni..."hashimoto@chromium.org2013-05-211-197/+0
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-2111-411/+166