summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Improve base::RandBytes() performance by 1.75x-2.10x on POSIX.dalecurtis@chromium.org2014-01-235-30/+55
* LogMessage::Init must check untrusted severity_ value before using it as an a...tsepez@chromium.org2014-01-231-1/+8
* Fix trace file format for NaN/infinite valuesrbyers@chromium.org2014-01-223-21/+147
* Enable icu_use_data_file on Windowsjshin@chromium.org2014-01-222-11/+13
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-01-221-2/+13
* Make GetDefaultThreadStackSize() return 16M under ThreadSanitizerglider@chromium.org2014-01-221-0/+6
* Add support for component=shared_library for base_unittests_run.maruel@chromium.org2014-01-222-1/+39
* Documentation fix - Delete meaningless paragraph.girard@chromium.org2014-01-211-4/+0
* Only compute pref hashes when about to serialize preferences to disk.gab@chromium.org2014-01-212-7/+11
* Change the operations touching counts_[] and redundant_count_ to be atomic.glider@chromium.org2014-01-215-18/+34
* Remove all exclude rules that filename_rules.gypi already handles.dongseong.hwang@intel.com2014-01-202-24/+0
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-202-1/+11
* Fix SecurityTest.CallocOverflow when it's SyzyASan instrumented.sebmarchand@chromium.org2014-01-181-2/+3
* Cleanup: Remove a reference to a heapchecker define that no longer exists.thestig@chromium.org2014-01-181-1/+1
* Convert GN single-item list concat to use lists.brettw@chromium.org2014-01-174-14/+14
* Remove stale 'virtual' in DiscardableMemoryAllocator.pliard@chromium.org2014-01-171-1/+1
* Remove Chrome for TV code.ycheo@chromium.org2014-01-178-231/+1
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-178-18/+23
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-174-6/+6
* Nukes MessageLoop::Dispatcher (2)sky@chromium.org2014-01-174-9/+15
* Revert 245226 "Nukes MessageLoop::Dispatcher"sky@chromium.org2014-01-163-13/+8
* Nukes MessageLoop::Dispatchersky@chromium.org2014-01-163-8/+13
* Android: upstream few more jni_generator changes.bulach@chromium.org2014-01-164-15/+21
* Align ashmem region sizes to page size after ashmem creation failed. ...pliard@chromium.org2014-01-165-25/+48
* Expand support in safe_numeric.hjschuh@chromium.org2014-01-166-272/+481
* Eliminate potential copy in Java array conversions.newt@chromium.org2014-01-161-9/+6
* Fix compilation of build_utf8_validator_tables on Win64.ricea@chromium.org2014-01-161-1/+3
* Update base/tools_sanity_unittest.cc to cover MSan.earthdok@chromium.org2014-01-161-3/+12
* Include icu.isolate instead of listing icudt.dlljshin@chromium.org2014-01-161-1/+3
* Roll (bis) swarming_client @ 361bfda6c0e4e2469dd3dab8c2b741639cacb086.maruel@chromium.org2014-01-161-1/+1
* GN: Add wexit_time_destructors config.bbudge@chromium.org2014-01-161-4/+2
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-154-15/+13
* Fix CopyFileACL on Windows XP.maruel@chromium.org2014-01-151-3/+7
* Make all the files mapped in when running base_unittests read only.maruel@chromium.org2014-01-153-2/+73
* The browser-side WebSocket implementation needs to avoid sending invalidricea@chromium.org2014-01-159-2/+1351
* Bring base/BUILD.gn up-to-date with build file changes.brettw@chromium.org2014-01-141-0/+12
* Reduce binary size impact of synthetic delaysskyostil@chromium.org2014-01-142-20/+19
* Remove unused typedef in base/bind.hch.dumez@samsung.com2014-01-141-6/+0
* Re-land: base: Fix registering of memory pressure listeners used when emulati...reveman@chromium.org2014-01-1411-22/+122
* Add an 'Idle Wake Ups' metric to the task manager, implement backend on macthakis@chromium.org2014-01-147-23/+106
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-134-0/+133
* Clean up TestLauncherDelegate.phajdan.jr@chromium.org2014-01-133-30/+2
* Avoid printing three stack traces on CHECK failure. Print just one.phajdan.jr@chromium.org2014-01-131-1/+4
* Tweak ifdefs for MessageLoopForUI::Add/RemoveObserversky@chromium.org2014-01-112-4/+8
* Mark EventToTypeString with ALLOW_UNUSED to fix the Official gtk build.jyasskin@chromium.org2014-01-111-1/+1
* Revert 244229 "base: Fix registering of memory pressure listener..."reveman@chromium.org2014-01-1111-120/+22
* base: Fix registering of memory pressure listeners used when emulating discar...reveman@chromium.org2014-01-1011-22/+120
* Configure synthetic delays through TraceLogskyostil@chromium.org2014-01-105-4/+141
* Move Android TraceEvent interface to baseaberent@chromium.org2014-01-108-0/+947
* Only print summary of all test iterations if there is more than one.phajdan.jr@chromium.org2014-01-102-11/+12