summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...scottmg2015-06-1910-33/+686
* Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...scottmg2015-06-1910-686/+33
* Mac: Make SharedMemoryHandle its own class.erikchen2015-06-1910-33/+686
* Android: Store language .pak files in res/raw rather than assetsagrieve2015-06-191-123/+92
* base: Remove port.h include.tfarina2015-06-193-20/+0
* base: Remove MessageLoopProxyskyostil2015-06-1916-328/+182
* Load V8 startup data directly from the APK on Android.agrieve2015-06-191-2/+1
* Store and load icudtl.dat directly from the apk rather than extracting on sta...agrieve2015-06-191-0/+16
* [tracing] Expose AddOwnershipEdge and CreateAllocatorDump with guid to blink.ssid2015-06-191-0/+2
* Set empty root view controller for ios unit tests.justincohen2015-06-191-0/+4
* Revert of Use scoped_ptr for NavigationEntries. (patchset #4 id:60001 of http...thakis2015-06-191-4/+0
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-195-108/+127
* Avoid redundant Looper tracingpaulmiller2015-06-191-1/+9
* Optimize machine code size of UMA histogram macros.asvitkine2015-06-192-0/+85
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-193-52/+61
* Use scoped_ptr for NavigationEntries.avi2015-06-191-0/+4
* Stop crashing in NetworkChangeNotifierMac when running tests.esprehn2015-06-181-0/+2
* Remove unused locking functionality from base::SharedMemory.erikchen2015-06-185-212/+36
* ifdef out ProcessUtilTest.CloneFlags on linux with old kernel headersmostynb2015-06-181-0/+2
* Making the MemoryDumpManager less aggressive in disabling dump providers on f...ssid2015-06-183-16/+36
* Use StartsWith rather than == to compare BackgroundRendererProcesses experime...gab2015-06-181-1/+4
* Revert of Don't peek messages in the MessagePumpForUI class when we receive o...scottmg2015-06-187-131/+55
* Remove base::Thread::SetPriority() interfacetoyoshim2015-06-182-10/+0
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-2/+0
* [tracing] Fix malloc accounting in memory-infraprimiano2015-06-171-2/+2
* ServiceWorker: Migrate the script cache backend from BlockFile to Simplenhiroki2015-06-171-0/+3
* @VisibleForTesting and @RemovableInRelease are enough to makedgn2015-06-174-7/+58
* Revert of Revert of Sync Windows build flags between GYP and GN (patchset #1 ...phoglund2015-06-171-4/+4
* Revert of Sync Windows build flags between GYP and GN (patchset #4 id:60001 o...phoglund2015-06-171-4/+4
* Sync Windows build flags between GYP and GNbrettw2015-06-161-4/+4
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-162-114/+85
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-162-85/+114
* [tracing] Warmup the ThreadLocalEventBuffer when MemoryInfra is enabledprimiano2015-06-163-20/+51
* GN updates to build base on iOSchinmaygarde2015-06-162-5/+55
* Change histogram.h includes to histogram_macros.h in metrics code.asvitkine2015-06-165-3/+5
* Write new Starts/EndsWith and convert FilePath functions to StringPiece.brettw2015-06-167-135/+232
* Remove base::SimpleThread::SetThreadPriority() interfacetoyoshim2015-06-161-8/+4
* Initialize num_flush_callbacks_oshima2015-06-161-0/+1
* ScopedPtrMap: Added Compare template parameter.mgiuca2015-06-162-2/+19
* Only support seeking file streams from the beginning of the file.reillyg2015-06-162-0/+12
* Optimize memory use of registered histograms.asvitkine2015-06-153-7/+23
* Avoid emptry tracing callbacks when possible.hubbe2015-06-152-17/+56
* [tracing] fix a data race in MemoryDumpManagerprimiano2015-06-152-10/+6
* [Android] Refactor browser test execution. (RELAND)jbudorick2015-06-121-0/+4
* Move EndsWith to base namespace.brettw2015-06-122-11/+14
* Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux.Steve Kobes2015-06-121-2/+2
* Disable MemoryDumpManagerTest.RespectTaskRunnerAffinity on Linux.Steve Kobes2015-06-121-1/+8
* [tracing] Increase rate of MemoryInfra dumps and throttle mmapsprimiano2015-06-127-39/+87
* Add new SplitString backend.brettw2015-06-127-165/+448
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-52/+45