1. 68ebe20 base: Update comment about use of std::numeric_limits. by tfarina · 9 years ago
  2. ef00776 Stop building FilePathWatcher on iOS. by sdefresne · 9 years ago
  3. f3c6544 Remove clang type profiler and deep memory profiler. by thakis · 9 years ago
  4. 5db708f Use #if DCHECK_IS_ON() in base/synchronization/* by olli.raula · 9 years ago
  5. 6b3502a [tracing] Add test for memory-infra startup tracing by primiano · 9 years ago
  6. 78756de Get GenericScopedHandle::Set to preserve LastError code by brucedawson · 9 years ago
  7. d39049b Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 9 years ago
  8. 04cf705 Removed 'anonymous' from namespace, added whitespace in thread_restrictions.cc by jkardatzke · 9 years ago
  9. 7e090a6 [tracing] Fix MemoryDumpManager to support startup tracing by primiano · 9 years ago
  10. 38bb9ff Memory-infra: Change "objects_count" to "object_count" in category name. by bratell · 9 years ago
  11. 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
  12. c7a1168 Hide existing StrictMode violations. by wnwen · 9 years ago
  13. 5ba9489 Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  14. 3e04ef1 Fix ScopedPtrMap with custom Compare. by pneubeck · 9 years ago
  15. 30590a8 [tracing] Fix MemoryDumpManager periodic scheduler and improve tests by primiano · 9 years ago
  16. 40777ba jni: Forbid inappropriate JNI parameter conversions. by torne · 9 years ago
  17. 4c62431 cygprofile: increase timeouts to allow showing web contents by pasko · 9 years ago
  18. fcfc9f0 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  19. b2ca776 base: Fix an inefficiency in base::Pickle that caused extraneous allocations. by erikchen · 9 years ago
  20. e76794c mac: Add a hack to condition_variable_posix.cc to avoid a crash. by erikchen · 9 years ago
  21. 741d2d5 Treat U+2028 and U+2029 as special code points when escaping for JSON. by rsesek · 9 years ago
  22. 595fa8f Add method for suppressing MemoryPressureListener notifications by petrcermak · 9 years ago
  23. 5744a7b [tracing] MemoryDumpManager uses TraceConfig to set the periodic dump timers by ssid · 9 years ago
  24. e6eb5d6 Build shared_memory_mac.cc and shared_memory_handle_mac.cc for iOS by jfroy · 9 years ago
  25. 2a1474c Avoid dialogs and generating call stacks under a debugger by brucedawson · 9 years ago
  26. 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
  27. a3fa4a7 Initial implementation of FeatureList in base/. by asvitkine · 9 years ago
  28. c510c59 jni_generator: Pass object parameters as JavaParamRef. by torne · 9 years ago
  29. 5279089 [tracing] Re-enable mmaps dump provider for memory-infra by primiano · 9 years ago
  30. 2c6fc62 Update getColorStateList calls that were deprecated in M. by aurimas · 9 years ago
  31. 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
  32. 25c989d Add new termination status for failed child process launch. by wfh · 9 years ago
  33. 499be0d Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  34. 5dde508 Fix deprecation warnings in remoting/android/ by lambroslambrou · 9 years ago
  35. b1790cc Move the android logging doc to //docs by dgn · 9 years ago
  36. ddbd2ef Make Linker.isUsed() static, and clean up the fallout. by simonb · 9 years ago
  37. 1d98ab0 [Android] Remove runtime log level checks by dgn · 9 years ago
  38. fdc7d4c GN(android): Add scripts & runtime logic for installing _incremental apks by agrieve · 9 years ago
  39. 3242e1a Use #if DCHECK_IS_ON() in base/threading/thread_checker.h by olli.raula · 9 years ago
  40. 5833b3e StackSamplingProfiler: collect partial bursts if the profiler is stopped early by wittman · 9 years ago
  41. 5a4f851 [Android] Adding tests for jlongArray conversions to vectors by fgorski · 9 years ago
  42. 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
  43. 77a444a [ETW] Fix wrong index in UpdateETWCategoryGroupEnabledFlags resulting in overflow. by georgesak · 9 years ago
  44. 57f57d3 [Android] Remove multidex installation until multidex is deployed. by jbudorick · 9 years ago
  45. 7e0fdeb Don't skip retries when forcing running brokent tests. by carlosk · 9 years ago
  46. 9d645a7 Fix test launcher crash on non-UTF-8 output snippets by phajdan.jr · 9 years ago
  47. 4a60839 Redefine CreateFileVersionInfoForCurrentModule() as a macro on Windows. by gab · 9 years ago
  48. e71d8cc Add API 23 (Marshmallow) to build_info.h by andrewhayden · 9 years ago
  49. aefb9a5 Fix wrong usages of ScopedJavaLocalRef::Release(). by torne · 9 years ago
  50. 9331d4d Fix typos in trace_event macros by ruuda · 9 years ago
  51. 7ca266f Turn on ModernLinker for Android M and later. by simonb · 9 years ago
  52. c912423 jni_generator: support jthrowable. by torne · 9 years ago
  53. ce13f1b Allow pre-KitKat devices to fallback to svelte mode. by aurimas · 9 years ago
  54. 1407162 Remove reflection use for WindowCallback. by aurimas · 9 years ago
  55. e3248a5 [Android] Adding JavaLongArrayToInt64Vector method by fgorski · 9 years ago
  56. dd4a0f0 Prevent base::debug::BreakDebugger() from being folded by the linker by hashimoto · 9 years ago
  57. b992b60 [tracing] Add memory dump config to TraceConfig by ssid · 9 years ago
  58. 5060841 Add test launcher switch to avoid early termination due to broken tests. by carlosk · 9 years ago
  59. 4149526 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 9 years ago
  60. 05fa3f5 Fix a handful of DEBUG-only 64bit compilation errors. by simonb · 9 years ago
  61. 0b60eb9 Remove arbitrary references to ChromeShell in comments. by newt · 9 years ago
  62. d79351a [Android] Add gyp support for multidex. (RELAND) by jbudorick · 9 years ago
  63. fbdf6ce Don't create a launcher process when launching a child process in multiprocess unittests. by jam · 9 years ago
  64. ed674d5 Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of https://codereview.chromium.org/1278573002/ ) by jbudorick · 9 years ago
  65. f5a0757 Disable CancelableSyncSocket.CancelReceiveShutdown on iOS 7 devices. by lpromero · 9 years ago
  66. 619ef29 [Android] Add gyp support for multidex. by jbudorick · 9 years ago
  67. 731d915 Fix a couple of variable names, for style. by simonb · 9 years ago
  68. bd827b3 Add support to create memory allocator dump in base::DiscardableMemory by ssid · 9 years ago
  69. 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
  70. fab71c5 jni_generator: Make all object-returning natives return ScopedJavaLocalRef. by torne · 9 years ago
  71. 5960855 Inline constructors/destructor for JavaRef. by torne · 9 years ago
  72. 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
  73. 06aea0a Create an alternative non-crazy linker based Android chromium Linker by simonb · 9 years ago
  74. 69f685f Reland of "[tracing] Add browser-side tests for memory dumps." by ruuda · 9 years ago
  75. 55a5109 Allow unregistering MemoryDumpProviders during dump by ruuda · 9 years ago
  76. c09ea25 Fix style checker errors after https://codereview.chromium.org/1263403002/ by Nico Weber · 9 years ago
  77. 18a15b6 Stack sampling profiler: re-enable stack collection for stacks terminated by leaf functions by wittman · 9 years ago
  78. 4846cce Fix top-level trace event name in MessageLoop::RunTask by caseq · 9 years ago
  79. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  80. 2127997 Fix various errorprone warnings and errors. by mikecase · 9 years ago
  81. d70209b Revert of Remove 1 ms rounding up of task delays on Windows (patchset #1 id:1 of https://codereview.chromium.org/1305873002/ ) by pfeldman · 9 years ago
  82. 32582b0 Revert of Add a ShadowingAtExitManager in the base TestSuite and reset it after every test. (patchset #3 id:40001 of https://codereview.chromium.org/1285853002/ ) by zhaoqin · 9 years ago
  83. 4ca0bed Remove 1 ms rounding up of task delays on Windows by brucedawson · 9 years ago
  84. 35811b2 Added Signin Parameters by skirmani · 9 years ago
  85. 9be1262 Restore locales after tests by olli.raula · 9 years ago
  86. 390cfba ios: Fixing base_unittests to build with gn. by sherouk · 9 years ago
  87. 6d8b323 Make it clear that base::FileDescriptor::auto_close is purely advisory. by dcheng · 9 years ago
  88. 74fa199 Revert of base: Remove using:: declaration from version.h header. (patchset #24 id:450001 of https://codereview.chromium.org/1281313003/ ) by thakis · 9 years ago
  89. 3aaf1b3 base: Remove using:: declaration from version.h header. by tfarina · 9 years ago
  90. fc28020 Update flow events tracing in SequencedWorkerPool::Inner::PostTask and SequencedWorkerPool::Inner::ThreadLoop to use Flow v2. by yuhaoz · 9 years ago
  91. 6b93918 Reland: Fix ProcessUtilTest.GetTerminationStatusCrash on Android L+ by cullinan · 9 years ago
  92. 8b47a31 Revert "Reland of "[tracing] Add browser-side tests for memory dumps."" by primiano · 9 years ago
  93. 93eabaf Reland of "[tracing] Add browser-side tests for memory dumps." by ruuda · 9 years ago
  94. db0b297 Update Crashpad to 1a770c8237733e2f68bd506a99d05d82fe25fc6b by mark · 9 years ago
  95. 691616a Add a ShadowingAtExitManager in the base TestSuite and reset it after every test. by bauerb · 9 years ago
  96. f8cdc09 Print stack traces in browser tests when any process crashes, or an assert fires. by jam · 9 years ago
  97. 18af75c Revert of Print stack traces in child processes when browser tests failed. (patchset #5 id:80001 of https://codereview.chromium.org/1291553003/ ) by rockot · 9 years ago
  98. 6c376bb Update full-form autofill config to always query the field trial state. by jdonnelly · 9 years ago
  99. 754495e Make VS2015 component builds work on swarming. by sebmarchand · 9 years ago
  100. 9adbd5c Revert of [Android] Add a java.lang.System wrapper. (patchset #2 id:20001 of https://codereview.chromium.org/1283543003/ ) by jdduke · 9 years ago