summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-247-47/+10
* Reland of https://codereview.chromium.org/1087133005/ (Add a WinHeap dump pro...sebmarchand2015-04-246-0/+193
* Convert PrefSyncStatus into PrefRegistrationFlagsraymes2015-04-243-13/+61
* Make unused InitializeUnsafe private and rename to DoInitialize.dbeam2015-04-244-179/+179
* Clean up ObserverList Pointers to use nullptr instad of NULL or 0robliao2015-04-233-12/+12
* Instrument some potentially expensive functions called from BrowserMainRunner...yiyaoliu2015-04-231-0/+8
* Remove some needless base:: from base::File.dbeam2015-04-233-34/+34
* Add a workaround for KEYCODE_MENU being stolen by AppCompatDelegateActivity.aurimas2015-04-231-0/+12
* Revert of Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the ...jdonnelly2015-04-236-248/+0
* Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory pro...sebmarchand2015-04-236-0/+248
* Performance optimizations in preference maps.bauerb2015-04-232-40/+44
* Allow Waitable event to be used to intentionally hang the UI thread for debug...erikwright2015-04-231-0/+2
* [tracing] add primiano@chromium.org to base/trace_event/OWNERSprimiano2015-04-231-0/+1
* Revert of Add a WinHeap dump provider to the memory profiler. (patchset #2 id...jonross2015-04-235-245/+0
* Add a WinHeap dump provider to the memory profiler.sebmarchand2015-04-235-0/+245
* DER VIED IST NICHT FUER DER GEFINGERPOKEN.thakis2015-04-231-2/+2
* win: Get SecurityTest.CallocOverflow passing again after clang r235553.thakis2015-04-231-4/+4
* Remove unused macro PRFilePathLiteral.thakis2015-04-231-2/+0
* Append input event type as trace event's namemiletus2015-04-231-0/+6
* Update {virtual,override} to follow C++11 style in base.nick2015-04-228-38/+34
* base: Remove const modifier from return type of DiscardableMemory::data_as().reveman2015-04-221-2/+2
* small patch that fixes potential crash in xdg_mime_get_mime_type_for_file() -...gburanov2015-04-223-6/+30
* Adding jni for accessing java.lang.runtime from base/.ssid2015-04-226-0/+83
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-223-7/+8
* Update RefCountedDeleteOnMessageLoop to use SingleThreadTaskRunnerricea2015-04-211-6/+13
* Explicitly use getApplicationContext for PathUtils.wnwen2015-04-211-1/+2
* Disabling handle verifier till we figure out AppContainer/DuplicateHandle err...shrikant2015-04-211-0/+4
* [tracing] Enable and expose the memory tracing infrastructureprimiano2015-04-211-1/+1
* Migrate the rest of PathUtils calls to run in background.wnwen2015-04-211-37/+6
* [tracing] Add support for time-triggered global memory dumpsprimiano2015-04-214-12/+60
* Windows GN tests, webcrypto warningsbrettw2015-04-211-1/+1
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-5/+0
* Stop including chromeos_switches.h when !defined(OS_CHROMEOS)hashimoto2015-04-211-6/+1
* [MemSheriff] Don't run OOM tests under tools that replace memory allocator.glider2015-04-211-2/+3
* [tracing] Simplify design of MemoryAllocatorDumpprimiano2015-04-2114-169/+270
* [tracing] Introduce MemoryDumpSessionStateprimiano2015-04-2111-18/+98
* [tracing] Introduce MemoryAllocatorAttributesTypesprimiano2015-04-215-0/+175
* Avoid PathUtils fetching directory paths on UI thread.wnwen2015-04-201-2/+62
* Guard OOM tests against ASAN, and verifiy output against our OOM handler.icoolidge2015-04-201-24/+29
* Extend variadic template hack for /analyze.brucedawson2015-04-201-0/+6
* Using kernel notifier instead of internal logicskuhne2015-04-202-5/+62
* Outline Process destructor, fixes a plugin warning on Windows.thakis2015-04-203-1/+7
* [tracing] Enable support for MemoryDumpProvider thread affinityprimiano2015-04-205-26/+209
* [tracing] Prepare for internal async handling of ProcessMemoryDump(s)primiano2015-04-183-9/+21
* Don't chase stack frames through dodgy third party library codewittman2015-04-181-6/+14
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-184-0/+43
* Add missing dependency in base_win64.georgesak2015-04-171-0/+1
* Use /run instead of /var/run to avoid disk IO for a symlinkhashimoto2015-04-171-3/+3
* crazy linker: Add LD_PRELOAD handling.simonb2015-04-171-0/+66
* [tracing] Don't emit parent names for root MemoryAllocatorDump(s)primiano2015-04-171-1/+3