summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement chromium's TLS.michaelbai@chromium.org2014-01-105-223/+344
* Roll ICU 243425:243949sergeyu@chromium.org2014-01-101-3/+3
* Android: moves jni_generator samples to use long for JNI.bulach@chromium.org2014-01-098-39/+40
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-6/+40
* Android: moves base_unittests_jni_headers to use long for JNI.bulach@chromium.org2014-01-091-0/+1
* Revert 243896 "Android: moves jni_generator samples to use long ..."jochen@chromium.org2014-01-093-11/+10
* Android: moves jni_generator samples to use long for JNI.bulach@chromium.org2014-01-093-10/+11
* Convert most of base and net to use base::Filervargas@chromium.org2014-01-091-10/+6
* Parse /proc/<pid>/stats fields as int64sheu@chromium.org2014-01-096-24/+22
* posix LaunchProcess: remove more iterator usage that was missed in r243401mattm@chromium.org2014-01-092-15/+13
* Base: Rename File::error() to File::error_details()rvargas@chromium.org2014-01-085-22/+22
* linux_aura: Reenable parallel_jobs_.erg@chromium.org2014-01-081-11/+0
* Split macros, etc. from base/basictypes.h into base/macros.h.viettrungluu@chromium.org2014-01-083-297/+323
* During the self-destruct flow (user-level Chrome being replaced by system-lev...huangs@chromium.org2014-01-085-44/+200
* Android: sync up latest JNI generator changes from downstream.bulach@chromium.org2014-01-0819-499/+1121
* base: Discardable memory types.reveman@chromium.org2014-01-0813-122/+369
* Implement sampling profiler (chromium side change)haraken@chromium.org2014-01-086-49/+124
* Use Begin/End semantics for synthetic delaysskyostil@chromium.org2014-01-073-111/+156
* posix LaunchProcess: Don't use STL iterators after fork.mattm@chromium.org2014-01-072-20/+27
* Make aura_demo work on Macccameron@chromium.org2014-01-073-13/+8
* Revert "android: Add CHECK() calls to better understand memory corruption."torne@chromium.org2014-01-071-14/+2
* Close duplicated handle on windows.dsinclair@chromium.org2014-01-071-18/+25
* Make sdch not use an incompatible stdint.h.viettrungluu@chromium.org2014-01-071-8/+0
* Add a StatisticsDeltaReader class and use caseslpromero@chromium.org2014-01-075-3/+140
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-0712-72/+73
* GTTF: Include info about disabled tests and platforms in JSON test summary.phajdan.jr@chromium.org2014-01-073-4/+121
* GTTF: only print the message about skipping retries when it actually applies.phajdan.jr@chromium.org2014-01-071-40/+41
* Delete char32 from base/basictypes.h.viettrungluu@chromium.org2014-01-061-7/+0
* Redefine (u)int{8,16,32} as (u)int{8,16,32}_t.viettrungluu@chromium.org2014-01-061-32/+20