summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make task manager memory data more efficient and meaningful.brucedawson2015-07-082-2/+3
* base: Make it possible to replace the MessageLoop's task runnerskyostil2015-07-083-6/+55
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-7/+7
* JNI SampleForTests updated with clearer name for caller object.scheib2015-07-083-17/+17
* Move WriteInto to base namespace.Brett Wilson2015-07-075-30/+46
* [tracing] Fix memory overhead accounting of TraceBufferVectorprimiano2015-07-071-3/+8
* [tracing] Simplify and improve thread-hopping logic of memory-infraprimiano2015-07-073-217/+362
* Increase priority of raster threads on Android.aelias2015-07-071-15/+8
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-064-146/+4
* Move MatchPattern to its own header and the base namespace.brettw2015-07-0613-216/+267
* Updated error translation logic.kkhorimoto2015-07-063-0/+80
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-062-6/+19
* Update base::StartsWith calls to new form.brettw2015-07-061-1/+0
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Adds IsRunningOnIOS9OrLater() utility function.pkl2015-07-062-0/+7
* [tracing] Non functional refactor of MemoryInfra headersprimiano2015-07-062-35/+43