summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove 'read_only': 1 from most .isolate files.maruel2015-07-201-1/+0
* clang/win: Enable -Wunused-local-typedefthakis2015-07-201-1/+1
* Unbreak the 32-bit win/clang asan build.thakis2015-07-201-1/+1
* [tracing] Invoke NACK MemoryDumpManager callback if tracing is disabledprimiano2015-07-202-1/+29
* base/threading: Move Create() to share from all platformstoyoshim2015-07-184-25/+8
* Delete old, unused code.rsesek2015-07-1710-941/+0
* [Android] Use public Message.setAsynchronous when availablejdduke2015-07-171-39/+84
* [Android] Roll to findbugs 3.0.1.jbudorick2015-07-173-18/+28
* Initial bootstrap sandbox support for OS X Yosemite (10.10) and higher.rsesek2015-07-171-0/+11
* Fix base/android/path_utils_unittest.cc when running on an M deviceagrieve2015-07-171-4/+19
* base: Cast completion key, overlapped and this pointers to void* before compa...pcc2015-07-171-2/+2
* Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...amistry2015-07-174-17/+22
* Remove legacy StartsWithASCII function.brettw2015-07-162-11/+1
* Delete LevelDBPrefStore.dgrogan2015-07-162-8/+0
* Extract trace from TaskAnnotator::RunTask to its call sitescaseq2015-07-164-22/+14
* Add IsOSElCapitan() and other util functions.shrike2015-07-162-0/+30
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-164-62/+73
* Use ConvertJavaStringToUTF8() instead of GetStringUTFChars()skyostil2015-07-161-14/+11
* Report Android Build.MODEL in SystemProfileProto hardware_class.tdresser2015-07-163-24/+21
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-164-73/+62
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-164-62/+73
* Update Clang build script and gyp file for 3.8.0 version bumphans2015-07-151-1/+3
* Slow Reports - Add callbacks to histograms.simonhatch2015-07-157-3/+298
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-152-70/+62
* Move JoinString to the base namespace.brettw2015-07-158-57/+20
* Another optimization of DictionaryValue::Get().asvitkine2015-07-151-2/+3
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-148-20/+57
* Move JoinString to the base namespace.brettw2015-07-148-57/+20
* Add data files for base and net. Move GN Python proto outputs.brettw2015-07-142-3/+64
* Remove AppCompat workaround for KEYCODE_MENU.aurimas2015-07-142-49/+0
* Revert of Trace MessageLoop::RunTask execution (patchset #2 id:20001 of https...caseq2015-07-141-2/+0
* base/threading: restrict to set only current thread prioritytoyoshim2015-07-149-184/+152
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-143-17/+27
* win: Fix unqualified lookups into dependent base classes.thakis2015-07-141-19/+19
* base: Make it possible to replace the MessageLoop's task runnerskyostil2015-07-133-6/+65
* Expand the AddTraceEvent flags argumentfmeawad2015-07-135-49/+49
* Add some missing virtual destructors to base classes.derat2015-07-138-5/+12
* Trace MessageLoop::RunTask executioncaseq2015-07-131-0/+2
* Revert of base: Make it possible to replace the MessageLoop's task runner (pa...glider2015-07-133-55/+6
* Check Windows version before attempting to detect OSKjschuh2015-07-121-0/+5
* Reduce inline code size for CHECK() on Android builds.tnagel2015-07-122-3/+13
* Improve comment in logging.h.tnagel2015-07-121-1/+1
* Change BuildInfo.hasApkSplits -> BuildInfo.hasLanguageApkSplitsagrieve2015-07-103-7/+19
* [Mac] Redo NSException handling, and generate better stacks for C++ exceptions.rsesek2015-07-108-15/+245
* Replace base::str[n]casecmp with helper functions.brettw2015-07-106-36/+107
* Add missing base/memory/scoped_ptr.h include to base/prefs/writeable_pref_sto...tmoniuszko2015-07-101-0/+1
* Refactor chromium's Linker class.simonb2015-07-096-609/+840
* Remove base::strncmp16.brettw2015-07-093-15/+0
* Add a FoldCase function, improve ToLower/ToUpper.brettw2015-07-094-37/+160
* Fetch the thumbnail directory on FILE thread.wnwen2015-07-093-0/+30