1. a75f688 Revert of Check for CloseHandle failures even when not debugging (patchset #4 id:60001 of https://codereview.chromium.org/1350493002/ ) by brucedawson · 9 years ago
  2. e62a75d [tracing] Don't use dot-based path expansion in TracedValue by primiano · 9 years ago
  3. 7682661 Refactor the bootstrap sandbox process launching integration. by rsesek · 9 years ago
  4. 99b87ef Get logging to chrome_debug.log working again on Windows Vista+. by ananta · 9 years ago
  5. 168c2d5 Remove trace event overhead reporting feature by wangxianzhu · 9 years ago
  6. 39eadd6 Fix three Windows base_unittests to not require admin by brucedawson · 9 years ago
  7. 5c60c25 Ensure low-memory renderers retry failed loads correctly. by simonb · 9 years ago
  8. 55c1a8b Check for CloseHandle failures even when not debugging by brucedawson · 9 years ago
  9. 02b9ef6 Implement CheckedNumeric::UnsignedAbs() by jschuh · 9 years ago
  10. 3cd7d0c All instances of addresses as void* are changed to uintptr_t in by sydli · 9 years ago
  11. 7d26cce GN: Side-load dex files as well as native code in incremental installs by agrieve · 9 years ago
  12. 7efd2ef [tracing] Fix races in TraceLog's EnabledStateObserver by primiano · 9 years ago
  13. 9110131 Remove base's implicit_cast. by danakj · 9 years ago
  14. 9fe6fc4 Document weak pointer factory constructor requirement. by scheib · 9 years ago
  15. 96db31b Allow ConvertJavaStringTo* to be called with (JNIEnv, JavaRef). by torne · 9 years ago
  16. 359d621 [tracing] Expose level of detail of memory dumps in the trace JSON by primiano · 9 years ago
  17. 54f6e21 Remove named SharedMemory usage on Mac. by thestig · 9 years ago
  18. 302c901 Remove g_get_home_dir() by knthzh · 9 years ago
  19. c8dfb2f [tracing] Non-functional refactor of memory dump arg names by primiano · 9 years ago
  20. 5f9a10b Fix float to int conversion in base/numerics by jschuh · 9 years ago
  21. 68ebe20 base: Update comment about use of std::numeric_limits. by tfarina · 9 years ago
  22. ef00776 Stop building FilePathWatcher on iOS. by sdefresne · 9 years ago
  23. f3c6544 Remove clang type profiler and deep memory profiler. by thakis · 9 years ago
  24. 5db708f Use #if DCHECK_IS_ON() in base/synchronization/* by olli.raula · 9 years ago
  25. 6b3502a [tracing] Add test for memory-infra startup tracing by primiano · 9 years ago
  26. 78756de Get GenericScopedHandle::Set to preserve LastError code by brucedawson · 9 years ago
  27. d39049b Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 9 years ago
  28. 04cf705 Removed 'anonymous' from namespace, added whitespace in thread_restrictions.cc by jkardatzke · 9 years ago
  29. 7e090a6 [tracing] Fix MemoryDumpManager to support startup tracing by primiano · 9 years ago
  30. 38bb9ff Memory-infra: Change "objects_count" to "object_count" in category name. by bratell · 9 years ago
  31. c128ba5 Ensure that data is not overwritten in the audio input shared memory ring buffer that sits on the browser/renderer boundary. by grunell · 9 years ago
  32. c7a1168 Hide existing StrictMode violations. by wnwen · 9 years ago
  33. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  34. 3e04ef1 Fix ScopedPtrMap with custom Compare. by pneubeck · 9 years ago
  35. 30590a8 [tracing] Fix MemoryDumpManager periodic scheduler and improve tests by primiano · 9 years ago
  36. 40777ba jni: Forbid inappropriate JNI parameter conversions. by torne · 9 years ago
  37. 4c62431 cygprofile: increase timeouts to allow showing web contents by pasko · 9 years ago
  38. fcfc9f0 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  39. b2ca776 base: Fix an inefficiency in base::Pickle that caused extraneous allocations. by erikchen · 9 years ago
  40. e76794c mac: Add a hack to condition_variable_posix.cc to avoid a crash. by erikchen · 9 years ago
  41. 741d2d5 Treat U+2028 and U+2029 as special code points when escaping for JSON. by rsesek · 9 years ago
  42. 595fa8f Add method for suppressing MemoryPressureListener notifications by petrcermak · 9 years ago
  43. 5744a7b [tracing] MemoryDumpManager uses TraceConfig to set the periodic dump timers by ssid · 9 years ago
  44. e6eb5d6 Build shared_memory_mac.cc and shared_memory_handle_mac.cc for iOS by jfroy · 9 years ago
  45. 2a1474c Avoid dialogs and generating call stacks under a debugger by brucedawson · 9 years ago
  46. 905e711 Revert of Pre-cache downloads directory path in PathUtils. (patchset #1 id:1 of https://codereview.chromium.org/1281273003/ ) by mimee · 9 years ago
  47. a3fa4a7 Initial implementation of FeatureList in base/. by asvitkine · 9 years ago
  48. c510c59 jni_generator: Pass object parameters as JavaParamRef. by torne · 9 years ago
  49. 5279089 [tracing] Re-enable mmaps dump provider for memory-infra by primiano · 9 years ago
  50. 2c6fc62 Update getColorStateList calls that were deprecated in M. by aurimas · 9 years ago
  51. 19cf63a Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ ) by stgao · 9 years ago
  52. 25c989d Add new termination status for failed child process launch. by wfh · 9 years ago
  53. 499be0d Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  54. 5dde508 Fix deprecation warnings in remoting/android/ by lambroslambrou · 9 years ago
  55. b1790cc Move the android logging doc to //docs by dgn · 9 years ago
  56. ddbd2ef Make Linker.isUsed() static, and clean up the fallout. by simonb · 9 years ago
  57. 1d98ab0 [Android] Remove runtime log level checks by dgn · 9 years ago
  58. fdc7d4c GN(android): Add scripts & runtime logic for installing _incremental apks by agrieve · 9 years ago
  59. 3242e1a Use #if DCHECK_IS_ON() in base/threading/thread_checker.h by olli.raula · 9 years ago
  60. 5833b3e StackSamplingProfiler: collect partial bursts if the profiler is stopped early by wittman · 9 years ago
  61. 5a4f851 [Android] Adding tests for jlongArray conversions to vectors by fgorski · 9 years ago
  62. 130a034 Add UMA metrics to record the size of internal memory available on a user's device when the Update InfoBar is shown. by khushalsagar · 9 years ago
  63. 77a444a [ETW] Fix wrong index in UpdateETWCategoryGroupEnabledFlags resulting in overflow. by georgesak · 9 years ago
  64. 57f57d3 [Android] Remove multidex installation until multidex is deployed. by jbudorick · 9 years ago
  65. 7e0fdeb Don't skip retries when forcing running brokent tests. by carlosk · 9 years ago
  66. 9d645a7 Fix test launcher crash on non-UTF-8 output snippets by phajdan.jr · 9 years ago
  67. 4a60839 Redefine CreateFileVersionInfoForCurrentModule() as a macro on Windows. by gab · 9 years ago
  68. e71d8cc Add API 23 (Marshmallow) to build_info.h by andrewhayden · 9 years ago
  69. aefb9a5 Fix wrong usages of ScopedJavaLocalRef::Release(). by torne · 9 years ago
  70. 9331d4d Fix typos in trace_event macros by ruuda · 9 years ago
  71. 7ca266f Turn on ModernLinker for Android M and later. by simonb · 9 years ago
  72. c912423 jni_generator: support jthrowable. by torne · 9 years ago
  73. ce13f1b Allow pre-KitKat devices to fallback to svelte mode. by aurimas · 9 years ago
  74. 1407162 Remove reflection use for WindowCallback. by aurimas · 9 years ago
  75. e3248a5 [Android] Adding JavaLongArrayToInt64Vector method by fgorski · 9 years ago
  76. dd4a0f0 Prevent base::debug::BreakDebugger() from being folded by the linker by hashimoto · 9 years ago
  77. b992b60 [tracing] Add memory dump config to TraceConfig by ssid · 9 years ago
  78. 5060841 Add test launcher switch to avoid early termination due to broken tests. by carlosk · 9 years ago
  79. 4149526 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 9 years ago
  80. 05fa3f5 Fix a handful of DEBUG-only 64bit compilation errors. by simonb · 9 years ago
  81. 0b60eb9 Remove arbitrary references to ChromeShell in comments. by newt · 9 years ago
  82. d79351a [Android] Add gyp support for multidex. (RELAND) by jbudorick · 9 years ago
  83. fbdf6ce Don't create a launcher process when launching a child process in multiprocess unittests. by jam · 9 years ago
  84. ed674d5 Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of https://codereview.chromium.org/1278573002/ ) by jbudorick · 9 years ago
  85. f5a0757 Disable CancelableSyncSocket.CancelReceiveShutdown on iOS 7 devices. by lpromero · 9 years ago
  86. 619ef29 [Android] Add gyp support for multidex. by jbudorick · 9 years ago
  87. 731d915 Fix a couple of variable names, for style. by simonb · 9 years ago
  88. bd827b3 Add support to create memory allocator dump in base::DiscardableMemory by ssid · 9 years ago
  89. 4b3899c Revert of jni_generator: Make all object-returning natives return ScopedJavaLocalRef. (patchset #5 id:80001 of https://codereview.chromium.org/1288183004/ ) by nasko · 9 years ago
  90. fab71c5 jni_generator: Make all object-returning natives return ScopedJavaLocalRef. by torne · 9 years ago
  91. 5960855 Inline constructors/destructor for JavaRef. by torne · 9 years ago
  92. 7d246d7 Reland of move 1 ms rounding up of task delays on Windows (patchset #1 id:1 of https://codereview.chromium.org/1304293002/ ) by brucedawson · 9 years ago
  93. 06aea0a Create an alternative non-crazy linker based Android chromium Linker by simonb · 9 years ago
  94. 69f685f Reland of "[tracing] Add browser-side tests for memory dumps." by ruuda · 9 years ago
  95. 55a5109 Allow unregistering MemoryDumpProviders during dump by ruuda · 9 years ago
  96. c09ea25 Fix style checker errors after https://codereview.chromium.org/1263403002/ by Nico Weber · 9 years ago
  97. 18a15b6 Stack sampling profiler: re-enable stack collection for stacks terminated by leaf functions by wittman · 9 years ago
  98. 4846cce Fix top-level trace event name in MessageLoop::RunTask by caseq · 9 years ago
  99. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  100. 2127997 Fix various errorprone warnings and errors. by mikecase · 9 years ago