summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Change scoped_ptr::reset()'s behaviour to match unique_ptr.amistry2015-09-242-16/+28
* Mac: Support 10.10's -[NSViewController viewDidLoad] for BookmarkBarControllertapted2015-09-221-0/+4
* Add IsValueNegative to base/numericsjschuh2015-09-222-0/+31
* base: remove AsyncSocketIoHandlerellyjones2015-09-226-468/+0
* Use RandBytes instead of rand_s for pipe names.wfh2015-09-221-3/+3
* Allow ParameterizedTests at the TestCase class levelmnaganov2015-09-221-12/+23
* Adding components to dependencies on iOS.sherouk2015-09-221-7/+0
* Update chromium library loader for new log tag policy.simonb2015-09-225-8/+6
* Don't assume that uid_t is intkeybuk2015-09-221-1/+2
* Disable EtwTraceControllerTest.EnableDisable againbrucedawson2015-09-211-1/+1
* Correct attribute name in IsInForcedRTL()marq2015-09-212-2/+5
* Add support for base::UncheckedMalloc on Windows.wfh2015-09-214-207/+98
* Switch from std::move to Pass()brucedawson2015-09-191-1/+1
* Disable EtwTraceControllerTest.EnableDisablebrucedawson2015-09-191-1/+2
* Make deps of GN groups public.brettw2015-09-181-1/+1
* [android] Change the recommended log tag format to "cr_foo"dgn2015-09-182-18/+53
* Remove remaining references to jemalloc.bungeman2015-09-181-7/+4
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-188-36/+67
* [tracing] Don't use dot-based path expansion in TracedValueprimiano2015-09-182-6/+21
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-183-45/+0
* Get logging to chrome_debug.log working again on Windows Vista+.ananta2015-09-182-49/+40
* Remove HANDLE_FLAG_PROTECT_FROM_CLOSE flag from Tracked/ScopedHandle.rvargas2015-09-171-15/+0
* Fix possibly flakiness of EtwTraceControllerTest.EnableDisablewangxianzhu2015-09-171-0/+3
* Remove trace event overhead reporting featurewangxianzhu2015-09-171-70/+2
* Fix three Windows base_unittests to not require adminbrucedawson2015-09-172-2/+2
* Fixes to possible GetLastError bugsbrucedawson2015-09-171-1/+1
* Ensure low-memory renderers retry failed loads correctly.simonb2015-09-172-22/+22
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-178-67/+36
* Implement CheckedNumeric::UnsignedAbs()jschuh2015-09-173-1/+56
* All instances of addresses as void* are changed to uintptr_t insydli2015-09-164-14/+20
* Added common check for USER32 and GDI32 API availability.forshaw2015-09-162-0/+51
* GN: Side-load dex files as well as native code in incremental installsagrieve2015-09-166-151/+0
* [tracing] Fix races in TraceLog's EnabledStateObserverprimiano2015-09-161-0/+3
* Remove base's implicit_cast.danakj2015-09-155-32/+10
* Document weak pointer factory constructor requirement.scheib2015-09-151-0/+1
* Allow ConvertJavaStringTo* to be called with (JNIEnv, JavaRef).torne2015-09-152-0/+12
* [tracing] Expose level of detail of memory dumps in the trace JSONprimiano2015-09-151-3/+6
* Remove named SharedMemory usage on Mac.thestig2015-09-153-163/+66
* Remove g_get_home_dir()knthzh2015-09-151-12/+0
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-143-7/+8
* [tracing] Non-functional refactor of memory dump arg namesprimiano2015-09-1416-129/+130
* Fix float to int conversion in base/numericsjschuh2015-09-142-8/+173
* base: Update comment about use of std::numeric_limits.tfarina2015-09-121-1/+2
* Revert of Try changing LockImpl to not have a spin count to see how it affect...jam2015-09-111-1/+3
* Stop building FilePathWatcher on iOS.sdefresne2015-09-113-9/+13
* Remove clang type profiler and deep memory profiler.thakis2015-09-1113-662/+1
* Use #if DCHECK_IS_ON() in base/synchronization/*olli.raula2015-09-115-17/+16
* [tracing] Add test for memory-infra startup tracingprimiano2015-09-118-82/+150
* Get GenericScopedHandle::Set to preserve LastError codebrucedawson2015-09-114-1/+42
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-112-0/+26