summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Enable low end device mode when a ChromeOS device is assigned to one ofcnwan2015-05-061-0/+10
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-0615-95/+205
* Reverting change to disable active verifier.shrikant2015-05-051-4/+0
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* Add support for async thread times using a trace flag.dyen2015-05-052-0/+20
* Revert of Remove unnecessary ternaries to improve readability. (patchset #1 i...piman2015-05-051-4/+4
* Remove unnecessary ternaries to improve readability.tnagel2015-05-051-4/+4
* Add callback in UserScriptLoader to notify users when scripts are loaded.hanxi2015-05-051-0/+2
* Lazily initialize MessageLoop for faster thread startupkinuko2015-05-0513-157/+246
* base: Remove more use of MessageLoopProxyskyostil2015-05-054-36/+28
* Adding unittest for base::trace_event::JavaHeapDumpProvider.ssid2015-05-054-1/+24
* Reland "Enable libc++ on Android"jdduke2015-05-053-14/+2
* Adding a comment to message_loop_proxy.h informing developers of its deprecat...anujk.sharma2015-05-051-0/+12
* Remove ICS support from Chromium code.aurimas2015-05-051-5/+0
* Revert of Add granular base::File tracing. (patchset #10 id:490001 of https:/...dbeam2015-05-059-250/+30
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-0421-55/+273
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-0421-273/+55
* Avoid unnecessary memory allocations at PlatformThread::SetName()mikhail.pozdnyakov2015-05-0412-25/+23
* Add granular base::File tracing.dbeam2015-05-049-30/+250
* Android: Add a UMA histogram to assess native library prefetch failure rate.lizeb2015-05-041-2/+4
* [Mac/Cleanup] Trim down Foundation.h and ApplicationServices.h includestapted2015-05-043-6/+9
* Make the Windows multi_dll build work in GNbrettw2015-05-021-5/+16
* Build ScopedObjCClassSwizzler for iOSstuartmorgan2015-05-011-0/+1
* [tracing] Enable Android and totals dump providers.primiano2015-05-011-4/+23
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-019-229/+42
* Add a MemoryPressureMonitor class for Mac.shrike2015-05-016-0/+202
* [Android] Rename ChromeNativeTest* to NativeTest*.jbudorick2015-05-011-1/+1
* vs2015: avoid warning about narrowing pointer to int in base/winscottmg2015-05-012-5/+5
* Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1...vadimt2015-04-302-10/+34
* base: Remove most uses of MessageLoopProxyskyostil2015-04-3060-469/+405
* Android log: fix doc formattingdgn2015-04-301-78/+111
* Revert of Conv CHECK->DCHECK in CloseHandle (top crasher & data enough to deb...grt2015-04-301-5/+3
* mac: Prepare sdk_forward_declarations.h for partial availability warning.erikchen2015-04-292-180/+289
* Fix dependency issues for etw_manifest.gyp.georgesak2015-04-291-1/+2
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-2963-432/+503
* Apply automated fixits for Chrome clang plugin to base.dcheng2015-04-291-14/+14
* Update the ICU's default timezone in browser/rendererjshin2015-04-291-4/+19
* base: Remove use of MessageLoopProxyskyostil2015-04-2963-503/+432
* Remove a comment which is no longer valid. NFC.glider2015-04-291-3/+0
* [android log] Add documentation and presubmit checks for log usage.dgn2015-04-291-0/+126
* base: Minor MemoryDumpProvider cleanup.reveman2015-04-291-1/+0
* Avoid NPE when getCacheDir not available on renderer process.wnwen2015-04-291-1/+4
* Prefetch the native library from native code by parsing /proc/pid/maps.lizeb2015-04-298-65/+335
* Use base::StringPairs where appropriate in base/patrikackland2015-04-292-7/+4
* Add histograms to record the number of writes to the prefs fileraymes2015-04-295-3/+321
* vs2015: fix pvoid->dword truncation warningscottmg2015-04-291-5/+4
* Fix ewt_manifest.gyp to support both target and host toolchainssbc2015-04-281-0/+1
* Inlining DeathData accessors, per earlier CR's comment.vadimt2015-04-282-34/+10
* Conv CHECK->DCHECK in CloseHandle (top crasher & data enough to debug)shrikant2015-04-281-3/+5
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-284-20/+123