[go: nahoru, domu]

  1. 61762fb Get logging to chrome_debug.log working again on Windows Vista+. by ananta · 9 years ago
  2. 44c7a7ab Remove HANDLE_FLAG_PROTECT_FROM_CLOSE flag from Tracked/ScopedHandle. by rvargas · 9 years ago
  3. a628d65a Fix possibly flakiness of EtwTraceControllerTest.EnableDisable by wangxianzhu · 9 years ago
  4. b49d6ed Remove trace event overhead reporting feature by wangxianzhu · 9 years ago
  5. 35b35d85 Fix three Windows base_unittests to not require admin by brucedawson · 9 years ago
  6. 4af09d1d Fixes to possible GetLastError bugs by brucedawson · 9 years ago
  7. 1f118730 Ensure low-memory renderers retry failed loads correctly. by simonb · 9 years ago
  8. 9ae49a7 Check for CloseHandle failures even when not debugging by brucedawson · 9 years ago
  9. eaf375f Implement CheckedNumeric::UnsignedAbs() by jschuh · 9 years ago
  10. f192d05 All instances of addresses as void* are changed to uintptr_t in by sydli · 9 years ago
  11. 47161b3 Added common check for USER32 and GDI32 API availability. by forshaw · 9 years ago
  12. 933f259 GN: Side-load dex files as well as native code in incremental installs by agrieve · 9 years ago
  13. 74188c63 [tracing] Fix races in TraceLog's EnabledStateObserver by primiano · 9 years ago
  14. a5f0d96 Remove base's implicit_cast. by danakj · 9 years ago
  15. d514406 Document weak pointer factory constructor requirement. by scheib · 9 years ago
  16. 8a83d34 Allow ConvertJavaStringTo* to be called with (JNIEnv, JavaRef). by torne · 9 years ago
  17. df2ce27 [tracing] Expose level of detail of memory dumps in the trace JSON by primiano · 9 years ago
  18. d0deb21e Remove named SharedMemory usage on Mac. by thestig · 9 years ago
  19. b36c7065 Remove g_get_home_dir() by knthzh · 9 years ago
  20. 4cab0f1 Move sanitizer and symbol flags out of BUILDCONFIG by brettw · 9 years ago
  21. 82baa9af [tracing] Non-functional refactor of memory dump arg names by primiano · 9 years ago
  22. fafe071 Fix float to int conversion in base/numerics by jschuh · 9 years ago
  23. 60801fe6 base: Update comment about use of std::numeric_limits. by tfarina · 9 years ago
  24. 61f5ad71 Revert of Try changing LockImpl to not have a spin count to see how it affects performance. (patchset #1 id:1 of https://codereview.chromium.org/1333053002/ ) by jam · 9 years ago
  25. d8143e7 Stop building FilePathWatcher on iOS. by sdefresne · 9 years ago
  26. 5747a19c Remove clang type profiler and deep memory profiler. by thakis · 9 years ago
  27. 7e1b4584 Use #if DCHECK_IS_ON() in base/synchronization/* by olli.raula · 9 years ago
  28. 26b6f415 [tracing] Add test for memory-infra startup tracing by primiano · 9 years ago
  29. 84f30fe Get GenericScopedHandle::Set to preserve LastError code by brucedawson · 9 years ago
  30. 259c0a3 Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 9 years ago
  31. 00c9ca6 Try changing LockImpl to not have a spin count to see how it affects performance. by jam · 9 years ago
  32. 8fdfb73 Removed 'anonymous' from namespace, added whitespace in thread_restrictions.cc by jkardatzke · 9 years ago
  33. ba4ca84 [tracing] Fix MemoryDumpManager to support startup tracing by primiano · 9 years ago
  34. 10f2e3c Memory-infra: Change "objects_count" to "object_count" in category name. by bratell · 9 years ago
  35. 8d9071d 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
  36. b6f6133 Hide existing StrictMode violations. by wnwen · 9 years ago
  37. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 9 years ago
  38. 759762f2 Fix ScopedPtrMap with custom Compare. by pneubeck · 9 years ago
  39. 49b7007 [tracing] Fix MemoryDumpManager periodic scheduler and improve tests by primiano · 9 years ago
  40. a8dd7a4 jni: Forbid inappropriate JNI parameter conversions. by torne · 9 years ago
  41. e3a753f cygprofile: increase timeouts to allow showing web contents by pasko · 9 years ago
  42. 63a4d15 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  43. f9ca8f5f0 base: Fix an inefficiency in base::Pickle that caused extraneous allocations. by erikchen · 9 years ago
  44. 9c98c00 mac: Add a hack to condition_variable_posix.cc to avoid a crash. by erikchen · 9 years ago
  45. 7df07dc Treat U+2028 and U+2029 as special code points when escaping for JSON. by rsesek · 9 years ago
  46. da4982a Add method for suppressing MemoryPressureListener notifications by petrcermak · 9 years ago
  47. 08adbe4 [tracing] MemoryDumpManager uses TraceConfig to set the periodic dump timers by ssid · 9 years ago
  48. cc7516e Build shared_memory_mac.cc and shared_memory_handle_mac.cc for iOS by jfroy · 9 years ago
  49. 7c559eb Avoid dialogs and generating call stacks under a debugger by brucedawson · 9 years ago
  50. 76a40f9 Revert of Pre-cache downloads directory path in PathUtils. (patchset #1 id:1 of https://codereview.chromium.org/1281273003/ ) by mimee · 9 years ago
  51. bccbb86 Initial implementation of FeatureList in base/. by asvitkine · 9 years ago
  52. 89cc5d9 jni_generator: Pass object parameters as JavaParamRef. by torne · 9 years ago
  53. c3e3255 [tracing] Re-enable mmaps dump provider for memory-infra by primiano · 9 years ago
  54. 6b715ae Update getColorStateList calls that were deprecated in M. by aurimas · 9 years ago
  55. 7c8964f 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
  56. 0d9532a Add new termination status for failed child process launch. by wfh · 9 years ago
  57. c6649f2 Fix sbox_validation_tests & Make isolate_driver.py include the executable itself by maruel · 9 years ago
  58. d7b94b6 Fix deprecation warnings in remoting/android/ by lambroslambrou · 9 years ago
  59. 97b9a25 Move the android logging doc to //docs by dgn · 9 years ago
  60. b8c6601 Only build allocator_shim_win.cc in static library builds. by Nico Weber · 9 years ago
  61. 51958d6 Make Linker.isUsed() static, and clean up the fallout. by simonb · 9 years ago
  62. be11748 [Android] Remove runtime log level checks by dgn · 9 years ago
  63. 6c50500 Add CFRangeToNSRange by marq · 9 years ago
  64. ae65db8 GN(android): Add scripts & runtime logic for installing _incremental apks by agrieve · 9 years ago
  65. 3e81715e Use #if DCHECK_IS_ON() in base/threading/thread_checker.h by olli.raula · 9 years ago
  66. 0716a8f StackSamplingProfiler: collect partial bursts if the profiler is stopped early by wittman · 9 years ago
  67. eeea62d [Android] Adding tests for jlongArray conversions to vectors by fgorski · 9 years ago
  68. ba7a73d Annotate GN executables and shared_libraries with sanitizer deps. by brettw · 9 years ago
  69. 9d067207 [ETW] Fix race condition on read/write of categories_status_. by georgesak · 9 years ago
  70. 0e93d6cb 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
  71. f9da900 [ETW] Fix wrong index in UpdateETWCategoryGroupEnabledFlags resulting in overflow. by georgesak · 9 years ago
  72. 8f7bea6a [Android] Remove multidex installation until multidex is deployed. by jbudorick · 9 years ago
  73. bacb6f7 Don't skip retries when forcing running brokent tests. by carlosk · 9 years ago
  74. cd6ee1a8 Fix test launcher crash on non-UTF-8 output snippets by phajdan.jr · 9 years ago
  75. 2a85add Redefine CreateFileVersionInfoForCurrentModule() as a macro on Windows. by gab · 9 years ago
  76. 752b1fb Add API 23 (Marshmallow) to build_info.h by andrewhayden · 9 years ago
  77. b105fe3 Fix wrong usages of ScopedJavaLocalRef::Release(). by torne · 9 years ago
  78. e5598a68 Fix typos in trace_event macros by ruuda · 9 years ago
  79. adfffdc Turn on ModernLinker for Android M and later. by simonb · 9 years ago
  80. 4822255b jni_generator: support jthrowable. by torne · 9 years ago
  81. 1dc2389 Allow pre-KitKat devices to fallback to svelte mode. by aurimas · 9 years ago
  82. a459cfd Remove reflection use for WindowCallback. by aurimas · 9 years ago
  83. 59ab07f3 [Android] Adding JavaLongArrayToInt64Vector method by fgorski · 9 years ago
  84. 4e4b5fe2c Remove mnissler@chromium.org from base/files/OWNERS by mnissler · 9 years ago
  85. 56a1591 Prevent base::debug::BreakDebugger() from being folded by the linker by hashimoto · 9 years ago
  86. 00d111c [tracing] Add memory dump config to TraceConfig by ssid · 9 years ago
  87. 6e9a41f Remove mnissler@chromium.org from various prefs OWNERS files. by mnissler · 9 years ago
  88. dd40a43 Add test launcher switch to avoid early termination due to broken tests. by carlosk · 9 years ago
  89. f71efb3 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 9 years ago
  90. c46d73c Fix a handful of DEBUG-only 64bit compilation errors. by simonb · 9 years ago
  91. 7926aec Fix clang/win build after https://codereview.chromium.org/1284053004/ by Nico Weber · 9 years ago
  92. 309af8f Remove arbitrary references to ChromeShell in comments. by newt · 9 years ago
  93. d26a9692 Makes TraceTicks use lowres times on Win when highres are buggy or slow by charliea · 9 years ago
  94. f091dcb [Android] Add gyp support for multidex. (RELAND) by jbudorick · 9 years ago
  95. 34eae4e6 Don't create a launcher process when launching a child process in multiprocess unittests. by jam · 9 years ago
  96. 6daf3a5 Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of https://codereview.chromium.org/1278573002/ ) by jbudorick · 9 years ago
  97. ed8af5c Disable CancelableSyncSocket.CancelReceiveShutdown on iOS 7 devices. by lpromero · 9 years ago
  98. e40294e [Android] Add gyp support for multidex. by jbudorick · 9 years ago
  99. 71ee6ce7 Fix a couple of variable names, for style. by simonb · 9 years ago
  100. 3e37155 Add support to create memory allocator dump in base::DiscardableMemory by ssid · 9 years ago