summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Task Scheduler Task Traitsrobliao2016-02-185-0/+169
* Expand scope of histogram tests.bcwhite2016-02-176-81/+180
* Make debug flag final for compiler optimizations.wnwen2016-02-171-2/+3
* [tracing] Support shared and private permission. (missing perm flag)youngmin.yoo2016-02-172-0/+2
* Make MessageLoopForIO::current() failure explicit.deymo2016-02-171-0/+1
* Unify BindState refcount management into the bound arguments.tzik2016-02-173-51/+24
* Restore lost metric change from used KiB to Percent.bcwhite2016-02-161-3/+3
* Also adds debug build flag.wnwen2016-02-164-21/+28
* Fix compilation of "base" for "host" when targetting iOS.sdefresne2016-02-162-1/+2
* Track number of instances with a corrupt allocator.bcwhite2016-02-161-0/+13
* [Android] Fix generated scripts for junit tests.mikecase2016-02-161-7/+11
* Remove UnwrapTraitstzik2016-02-163-49/+29
* [Tracing] Fix scoped context trace events category handlingfmeawad2016-02-162-27/+26
* Support smart pointers in base::DispatchToMethodtzik2016-02-161-4/+4
* Update base_nocompile_tests expectation for bind_internal.htzik2016-02-161-3/+3
* Fix "undefined reference to '__atomic_is_lock_free'" errors on Linuxagoode2016-02-162-0/+14
* Use Perfect Forwarding where possible in bind_internals.htzik2016-02-151-29/+30
* Use upstream version of PR_ImplodeTimepkl2016-02-151-128/+70
* chromium linker: handle JNI RegisterNatives errorssimonb2016-02-153-9/+15
* Add a BindTest to test moved argument behaviortzik2016-02-151-34/+233
* Replaces deprecated CFGregorianDate with CFCalendar.pkl2016-02-151-24/+34
* Fix segmentation fault if gtest runs with --gtest_repeat=N and --test-launche...stgao2016-02-121-1/+1
* Add code to FieldTrialList to help diagnose a renderer crash.asvitkine2016-02-122-0/+17
* Add SharedMemory version of PersistentMemoryAllocator.bcwhite2016-02-123-9/+156
* Update a base_nocompile_test expectationtzik2016-02-121-1/+1
* Makes GetBuildTime behave sanely on all build types.zforman2016-02-126-34/+90
* Expand DCHECKs in record_histograms.cc.asvitkine2016-02-122-26/+74
* Upload internal tracking histograms to UMA.bcwhite2016-02-113-20/+29
* Expand base::Tuple to std::tuple in a class template specializationtzik2016-02-111-3/+3
* Replace base::Tuple implementation with std::tupletzik2016-02-112-54/+5
* Allocator cleanup: remove reundant tc_set_new_mode in ProcessMemoryTestprimiano2016-02-101-12/+0
* New test and off-by-one fix for data persisted to disk.bcwhite2016-02-102-10/+22
* gn: Only copy dbghelp.dll for the default toolchain.thakis2016-02-101-4/+4
* Add compile time checks against longs being used in IPC structs on 32 bit And...jam2016-02-103-59/+35
* Refactor gmock_mutant.htzik2016-02-101-5/+19
* Tracing: Removed monitoring modeoysteine2016-02-105-186/+8
* gn/win: Copy dbghelp.dll to the output dir.thakis2016-02-101-1/+13
* Revert of Fix SELinux violation when opening Chrome on Android (patchset #4 i...hartmanng2016-02-101-1/+7
* android: Add ToJavaFloatArray JNI utility.kinaba2016-02-103-0/+57
* Fix AtExitManager recursive lock acquisition.amistry2016-02-102-6/+21
* Introduce new library process type: WEBVIEW_CHILDmnaganov2016-02-091-1/+3
* Memory Sheriff: Disable SecurityTest.NewOverflow on Linuxtommycli2016-02-091-1/+3
* Revert of Introduce new library process type: WEBVIEW_CHILD (patchset #4 id:6...qinmin2016-02-091-3/+1
* allocator: add use_experimental_allocator_shim build flagprimiano2016-02-092-1/+11
* Fix Window callback asserts in BaseChromiumApplicationtwellington2016-02-091-7/+23
* Introduce new library process type: WEBVIEW_CHILDmnaganov2016-02-091-1/+3
* Switch base::trace_event::TraceLogStatus to use uint32_t instead of size_t.jam2016-02-092-4/+4
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Switch histogram struct members that are sent over IPC to use uint32_t instea...jam2016-02-087-98/+100
* ShareMemory::DuplicateHandle() should have same semantics on all OSes.erikchen2016-02-082-3/+8