summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Only build allocator_shim_win.cc in static library builds.Nico Weber2015-09-012-23/+25
* Make Linker.isUsed() static, and clean up the fallout.simonb2015-09-014-101/+108
* [Android] Remove runtime log level checksdgn2015-09-013-236/+72
* Add CFRangeToNSRangemarq2015-09-013-0/+34
* GN(android): Add scripts & runtime logic for installing _incremental apksagrieve2015-09-016-1/+147
* Useolli.raula2015-09-011-8/+4
* StackSamplingProfiler: collect partial bursts if the profiler is stopped earlywittman2015-09-013-27/+27
* [Android] Adding tests for jlongArray conversions to vectorsfgorski2015-08-311-0/+55
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-313-0/+7
* [ETW] Fix race condition on read/write of categories_status_.georgesak2015-08-311-0/+14
* Add UMA metrics to record the size of internal memory available on a user's d...khushalsagar2015-08-313-0/+90
* [ETW] Fix wrong index in UpdateETWCategoryGroupEnabledFlags resulting in over...georgesak2015-08-281-2/+2
* [Android] Remove multidex installation until multidex is deployed.jbudorick2015-08-281-3/+0
* Don't skip retries when forcing running brokent tests.carlosk2015-08-283-3/+5
* Fix test launcher crash on non-UTF-8 output snippetsphajdan.jr2015-08-281-10/+14
* Redefine CreateFileVersionInfoForCurrentModule() as a macro on Windows.gab2015-08-281-10/+13
* Add API 23 (Marshmallow) to build_info.handrewhayden2015-08-271-1/+2
* Fix wrong usages of ScopedJavaLocalRef::Release().torne2015-08-272-3/+5
* Fix typos in trace_event macrosruuda2015-08-271-1/+6
* Turn on ModernLinker for Android M and later.simonb2015-08-271-4/+12
* jni_generator: support jthrowable.torne2015-08-273-1/+29
* Allow pre-KitKat devices to fallback to svelte mode.aurimas2015-08-271-5/+2
* Remove reflection use for WindowCallback.aurimas2015-08-263-102/+161
* [Android] Adding JavaLongArrayToInt64Vector methodfgorski2015-08-262-0/+16
* Remove mnissler@chromium.org from base/files/OWNERSmnissler2015-08-261-2/+0
* Prevent base::debug::BreakDebugger() from being folded by the linkerhashimoto2015-08-261-0/+7
* [tracing] Add memory dump config to TraceConfigssid2015-08-266-30/+234
* Remove mnissler@chromium.org from various prefs OWNERS files.mnissler2015-08-261-1/+0
* Add test launcher switch to avoid early termination due to broken tests.carlosk2015-08-264-1/+13
* Reland "jni_generator: Make all object-returning natives return ScopedJavaLoc...torne2015-08-2613-141/+138
* Fix a handful of DEBUG-only 64bit compilation errors.simonb2015-08-261-4/+7
* Fix clang/win build after https://codereview.chromium.org/1284053004/Nico Weber2015-08-251-1/+0
* Remove arbitrary references to ChromeShell in comments.newt2015-08-251-1/+1
* Makes TraceTicks use lowres times on Win when highres are buggy or slowcharliea2015-08-251-29/+26
* [Android] Add gyp support for multidex. (RELAND)jbudorick2015-08-258-3/+162
* Don't create a launcher process when launching a child process in multiproces...jam2015-08-251-0/+3
* Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of ...jbudorick2015-08-258-160/+3
* Disable CancelableSyncSocket.CancelReceiveShutdown on iOS 7 devices.lpromero2015-08-251-0/+9
* [Android] Add gyp support for multidex.jbudorick2015-08-258-3/+160
* Fix a couple of variable names, for style.simonb2015-08-253-12/+12
* Add support to create memory allocator dump in base::DiscardableMemoryssid2015-08-252-0/+19
* NaCl: Update revision in DEPS, 9f6a876 -> 0cf13c0dschuff2015-08-241-1/+1
* Revert of jni_generator: Make all object-returning natives return ScopedJavaL...nasko2015-08-2413-138/+141
* jni_generator: Make all object-returning natives return ScopedJavaLocalRef.torne2015-08-2413-141/+138
* base: Fix -Wmicrosoft-unqualified-friend warning.thakis2015-08-242-48/+46
* Inline constructors/destructor for JavaRef.torne2015-08-242-8/+15
* Reland of move 1 ms rounding up of task delays on Windows (patchset #1 id:1 o...brucedawson2015-08-241-9/+0
* Create an alternative non-crazy linker based Android chromium Linkersimonb2015-08-2413-622/+2221
* Reland of "[tracing] Add browser-side tests for memory dumps."ruuda2015-08-242-2/+15
* Allow unregistering MemoryDumpProviders during dumpruuda2015-08-243-28/+133