[go: nahoru, domu]

  1. 8e5a0255 Add equality operator with std::nullopt_t to base::optional_ref. by Jan Keitel · 10 months ago
  2. 3dfec413 [Base] Introduce FindOrNull() and FindPtrOrNull() by Andrew Rayskiy · 10 months ago
  3. fb288d0 Use is_trivally_relocatable in circular_deque by Adam Rice · 10 months ago
  4. b1d8eb2 Implement CHECKs when running null callbacks correctly. by Daniel Cheng · 10 months ago
  5. c6c86c4 PA: Stop using `thread_local` on GNU/Linux and ChromeOS by Yuki Shiino · 10 months ago
  6. efef23f Move PersistentHistogramAllocator debug crash key back by Luc Nguyen · 10 months ago
  7. 7f1726f [base] Adjust CPU reduction experiment API for next optimization round. by François Doray · 10 months ago
  8. d1e98a4 Revert "Do not build unit tests depending on safe libc++ if it is not enabled" by David Benjamin · 10 months ago
  9. 7538a3e Output scroll predictor metrics into traces. by Stephen Nusko · 10 months ago
  10. 879cb861 Delete a few unused constants by Nico Weber · 10 months ago
  11. 96274b5 [PA] Make base a public_deps of base:i18n by Arthur Sonzogni · 10 months ago
  12. 9846f0e [field_trial] rename base::HashName to base::HashFieldTrialName by Thiabaud Engelbrecht · 10 months ago
  13. c45bc64 jni_zero: Migrating all JNI annotations in /base to jni_zero copies by Sam Maier · 10 months ago
  14. 94287d2 Avoid usage of C++'s thread_local in SamplingHeapProfiler by André Kempe · 10 months ago
  15. a84bc7e Avoid raw_ptr<> arithmetic in base::raw_span<>::begin() and end(). by Tom Sepez · 10 months ago
  16. 1bd8fed Avoid potentially crashing in base::ExpectStringValue() by Lei Zhang · 10 months ago
  17. cce09e7 Revert "profiler: Add UMA stats about performance" by Ian Barkley-Yeung · 10 months ago
  18. 59b7e67 Remove Promise references from scoped_refptr by Adam Rice · 10 months ago
  19. 1ecba6d mgs: fix DCHECK crash in process_memory_dump by Irina Fedorova · 10 months ago
  20. 60fd94d Remove ModernLinkerDetailedLoadTime histograms by Egor Pasko · 10 months ago
  21. 01ee225 jni_zero: copying JNI annotations over by Sam Maier · 10 months ago
  22. 80698f6 Fix incorrect declaration of AllocationTraceRecorder and OperationRecord by André Kempe · 10 months ago
  23. c401aa4 GCC: remove redundant template parameter from CheckedThreadLocalOwnedPointer by Joonhyung Hwang · 10 months ago
  24. eb781ac9 Enable test CircularDeque.UseIteratorAfterMutate by Adam Rice · 10 months ago
  25. c341cbe Add UserLevelMemoryPressureSignalOn3GbDevices feature. by Takashi Sakamoto · 10 months ago
  26. ff39332 Introduce base::raw_span<T>. by Tom Sepez · 10 months ago
  27. be6c95e Measure the memory usage of various associative containers. by Daniel Cheng · 10 months ago
  28. d3b543b Add a test that circular_deque doesn't churn ref count by Adam Rice · 10 months ago
  29. d59d9c9 partalloc: handle nullptr_t arguments in SafeSPrintf by Elly · 10 months ago
  30. 376877dc Use unique_ptr in simple_thread instead of raw pointer by Alexander Zhirov · 10 months ago
  31. 5fe0c89 Add remaining deduction guides for base::span to match std::span. by Daniel Cheng · 10 months ago
  32. cfb0f12 Add a deduction guide for base::span from an iterator and a size. by Daniel Cheng · 10 months ago
  33. bd8738a4 Measure time spent in JSON parser implementation by Dustin J. Mitchell · 10 months ago
  34. 26828d1 Disable clang-format in windows_types.h macro. by Arthur Sonzogni · 10 months ago
  35. bdd4bf8 EXPECT instead of CHECK WebTestWithWebState::WaitForCondition() by Victor Hugo Vianna Silva · 10 months ago
  36. db0f34d Rename base::ElapsedTimer::Begin() to start_time() by James Lee · 10 months ago
  37. e212bfc Make ScopedHGlobal easier to use with base::span. by Daniel Cheng · 10 months ago
  38. bb91cc6 Fix test bug in RegistryOverrideManager when using MOCK_TIME. by Qiaofei Ye · 10 months ago
  39. 3a29c081 Remove DCHECK for bug that seems addressed. by Peter Kasting · 10 months ago
  40. ed655c6 Simplify format_macros.h. by Peter Kasting · 10 months ago
  41. 122b6e9e Add a base::span constructor to base::Pickle. by Daniel Cheng · 10 months ago
  42. 2817e37 Refactor ShadowPostTask to use ResettersForTesting and FunctionalInterface. by Sky Malice · 10 months ago
  43. 88ac1d4 Add a deduction guide for base::span. by Daniel Cheng · 10 months ago
  44. 86c8dc2 [Android] Initial documentation for Public Transit framework by Henrique Nakashima · 10 months ago
  45. de5e2b3 [Android] Create Public Transit framework by Henrique Nakashima · 10 months ago
  46. 66e6b6010 [Windows] Tighten logic in MessageWindow::WindowProc by Greg Thompson · 10 months ago
  47. ab43733 Cleanup debug crash keys. by Kartar Singh · 10 months ago
  48. 24cc0dfd2 Do minor string conversion cleanups by Avi Drissman · 10 months ago
  49. 08f89cc Force enable raw_ptrs pointer arithmetic check. by Tom Sepez · 10 months ago
  50. da01bac //base/thread_pool: Remove cruft related to PlatformNativeWorkerPoolWin by Sean Maher · 10 months ago
  51. ab3b39c jni_zero: moving jni_int_wrapper.h to jni_zero by Sam Maier · 10 months ago
  52. 638faf8 FilePathWatcher: Remove BindPostTask from unit tests by Austin Sullivan · 10 months ago
  53. 5045909 viz: separate event category for displayed frame by Matthew DeVore · 10 months ago
  54. 2b45079 Posix: Bring back the SysInfo::NumberOfProcessors() cache by Matthew Denton · 10 months ago
  55. 76b09eaf Introduce raw_ptr trait AllowUninitialized. by Tom Sepez · 10 months ago
  56. b7d560c4 updater: fix crash due to NOTREACHED in process launcher impl. by Sorin Jianu · 10 months ago
  57. b21b9ab Use inline build condition instead of deprecated function by Himadri Agrawal · 10 months ago
  58. 2af8a0ac Vastly simplify RawPtrCountingImplWrapperForTest. by Tom Sepez · 10 months ago
  59. a79de887 IWYU: add limits for std::numeric_limits in utf_string_conversion_utils by Stephan Hartmann · 10 months ago
  60. f18c8ca Add (and use) base::RandTimeDelta[UpTo](). by Peter Kasting · 10 months ago
  61. 509b751 Remove //chrome's copy of SharedPreferencesManager by Andrew Grieve · 10 months ago
  62. cbb983b Declare PartitionAlloc include_dir by Arthur Sonzogni · 10 months ago
  63. 4dcc267 Change SR maps to be keyed by hash instead of histogram names by Luc Nguyen · 10 months ago
  64. ad372ed Fix base/BUILD.gn public_deps for PartitionAlloc. by Arthur Sonzogni · 10 months ago
  65. 9135eb2 Android: Delete @MainDex by Andrew Grieve · 10 months ago
  66. 0bcc023 Move partition_alloc into a "partition_alloc" dir. by Arthur Sonzogni · 10 months ago
  67. 4af8f68 viz: pass swap_trace_id to trace a frame submission by Maksim Sisov · 10 months ago
  68. 8205ae9 Disable build_allocation_stack_trace_recorder for official builds by Keishi Hattori · 10 months ago
  69. 66af2fe6 Disallow calling `SetUserData()` when destroying `SupportsUserData`. by Daniel Cheng · 10 months ago
  70. d9d21aa1 Make absl::optional a typedef for std::optional by David Benjamin · 10 months ago
  71. 5df7469 Allow IgnoreArgs to take a non-closure callback. by Evan Stade · 10 months ago
  72. a47b8f13 Remove experiment code for SupportsUserDataFlatHashMap. by Daniel Cheng · 10 months ago
  73. 14d2f1c2 Use custom RangesManager for allocators in SubprocessMetricsProvider by Luc Nguyen · 10 months ago
  74. 5bda37f [aw] Catch the exception when removing the frame metrics listener by Oksana Zhuravlova · 10 months ago
  75. d816279 Combined Revert of the Unattended Default Codepaths by Robert Liao · 10 months ago
  76. b5158ca2 Delete GN logic related to legacy multidex by Andrew Grieve · 10 months ago
  77. dda73b4 Use clock_gettime to get thread time on Mac by Mikhail Khokhlov · 10 months ago
  78. 1e5a601 tls: fix line printing in constant error message generation by Paul Semel · 10 months ago
  79. 204e8f8 Revert "[PKU] enable pkey support on ChromeOS" by Keishi Hattori · 10 months ago
  80. 54bf25d Remove unnecessary hash.h include in base/unguessable_token.h by Lei Zhang · 10 months ago
  81. 77dabfa [ssm] Plumb Java name hash enable arg through the DFM and remove default arg by Thiabaud Engelbrecht · 10 months ago
  82. 02edea1 Convert a base::PersistentHash() caller to use the span version by Lei Zhang · 10 months ago
  83. f3c81cb Uninline some //base hashing function calls from //base headers by Lei Zhang · 10 months ago
  84. 955a35d Remove IncrementPointerToMemberOperatorCountForTest() from raw_ptr Impls by Tom Sepez · 10 months ago
  85. 31115cc Reland "Robolectric: Load native libraries via test runner" by Andrew Grieve · 10 months ago
  86. 7b701d47 Provide better error message for raw_ptr<>::operator[]() suppression. by Tom Sepez · 10 months ago
  87. f62ab54d Robolectric: Reset timezone and locale between tests by Andrew Grieve · 10 months ago
  88. f54dc007 [PA] Use flags.h to RawPtrTraits by mikt · 10 months ago
  89. 0bc001b [PA] Enable wexit_time_destructors config in all production targets by Lei Zhang · 10 months ago
  90. 7d030fb Revert "Robolectric: Load native libraries via test runner" by Ioana Pandele · 10 months ago
  91. 7e382be MiraclePtr: Add `ExperimentalRenderer` by Kalvin Lee · 10 months ago
  92. ba13db2 Remove transparency in PartitionAlloc diagrams by punithnayak · 10 months ago
  93. 431239a Ban absl::FixedArray, and instead provide base::FixedArray. by Peter Kasting · 10 months ago
  94. 858dd20 profiler: Add UMA stats about performance by Ian Barkley-Yeung · 10 months ago
  95. f5eb07e Robolectric: Load native libraries via test runner by Andrew Grieve · 10 months ago
  96. bbaab29 Prevent unnecessary SR histogram lookup by Luc Nguyen · 10 months ago
  97. 32b29d3 Implement ClampRound() using std::round(). by Steinar H. Gunderson · 10 months ago
  98. 13b14419 Dedupe setBookmarks. by Sky Malice · 10 months ago
  99. 84bb702 Remove Windows-specific wstring variants of StringPrintf() etc. by Peter Kasting · 10 months ago
  100. d2cf18e [Android] Move SharedPreferencesManager to //base by Henrique Nakashima · 10 months ago