[go: nahoru, domu]

  1. 15a9d17 Use StringPiece rather than std::string for Version parsing. by Greg Thompson · 5 years ago
  2. efcb8d2 base/android: Detect and use memfd_create() in ModernLinker. by Benoît Lizé · 5 years ago
  3. 4665c1d [ScopedTaskEnvironment] Remove unused MOCK_TIME_AND_NOW by Gabriel Charette · 5 years ago
  4. b09676a android: MultiprocessTest: assert threading invariant by Vlad Tsyrklevich · 5 years ago
  5. 7818fad [Partition Alloc] Remove dead comments. by Chris Palmer · 5 years ago
  6. ffe1d0eb Support base::Token serialization and deserialization by Collin Baker · 5 years ago
  7. ac7514b Add --disable-highres-timer command line switch. by Brandon Walderman · 5 years ago
  8. 9c0fd5e Remove references of MessageLoopForIO in /base/fuchsia by Carlos Caballero · 5 years ago
  9. 479ed72 Clean up task tracker. by Chris Palmer · 5 years ago
  10. 52236da Remove references of MessageLoopForIO in /base by Carlos Caballero · 5 years ago
  11. 6cb26ae Split OOM errors from other errors when failing to create threads. by Lucas Gadani · 5 years ago
  12. 198ac51 Fixing DoNotInline to actually prevent inlining by Sam Maier · 5 years ago
  13. d22c973 Change CreateAndOpenFdForTemporaryFileInDir() to return a ScopedFD. by Lei Zhang · 5 years ago
  14. 6c278d9b Add macro and logic to emit log messages into traces by Nicolò Mazzucato · 5 years ago
  15. 7840c58 Reland "Reland "Remove references to MessagePump::Type"" by Chris Sharp · 5 years ago
  16. 8f5f3e89a Revert "Reland "Remove references to MessagePump::Type"" by Chris Sharp · 5 years ago
  17. de61572 thread_instruction_count: CHECK on partial reads by Egor Pasko · 5 years ago
  18. 1c1d61e Reland "Remove references to MessagePump::Type" by Carlos Caballero · 5 years ago
  19. 62837a9 sequence_manager: Record crash keys before checking for task cancellation by Sami Kyostila · 5 years ago
  20. ef6cbc2 [ScopedTaskEnvironment] Always mock TimeTicks::Now() under MOCK_TIME mode by Gabriel Charette · 5 years ago
  21. 78fd335 [RunLoop] Do not check |sequence_checker_| from ~RunLoop() by Gabriel Charette · 5 years ago
  22. b80b085 Replace global NO_TCMALLOC and USE_TCMALLOC defines with BUILDFLAG(USE_TCMALLOC). by Nico Weber · 5 years ago
  23. ce00d9c Move ScopedSysTraceEvent to org.chromium.base.metrics by Changwan Ryu · 5 years ago
  24. 7df42c3 Move MANUAL_ prefix logic to browser test SetUp. by Ilia Samsonov · 5 years ago
  25. 501c13b android: Remove the ability to load multiple library in custom linkers. by Benoît Lizé · 5 years ago
  26. 75be86d Delete temporary directory recursively. by Ilia Samsonov · 5 years ago
  27. 6d144b7 base/strings: overload HexEncode for base::span. by Adam Langley · 5 years ago
  28. d016df3 Implement PlatformSensorReaderWinrt and PlatformSensorReaderWinrtLightSensor by Wenjie Shi · 5 years ago
  29. f2c2dd3 [Docs] Clarify the scaled histogram comments slightly by Ilya Sherman · 5 years ago
  30. bb2dfc3 Removed ProcessLifetimeObserver from TestLauncher. by Ilia Samsonov · 5 years ago
  31. 530f4cc Fix support of C++ references in UMA macros by Maksim Ivanov · 5 years ago
  32. 5cfb8f4 tracing: Support thread instructions on begin/end events by Eric Seckler · 5 years ago
  33. 717362e base/android: Don't use dlsym() in ModernLinker when it's not required. by Benoît Lizé · 5 years ago
  34. 392cf2bc [RELAND] Mac: Record process “energy impact” to UMA by Leonard Grey · 5 years ago
  35. 8aa20e70e base: Always specify thread affinity when posting tasks by Sami Kyostila · 5 years ago
  36. b0504e9d Revert "Remove references to MessagePump::Type" by Findit · 5 years ago
  37. 767625c [ScopedTaskEnvironment] Add thread-affinity checks for methods that use/drive SequenceManager by Gabriel Charette · 5 years ago
  38. bfca9d6 Remove references to MessagePump::Type by Carlos Caballero · 5 years ago
  39. d4de4cd Remove SequenceManager on top of MessageLoop tests by Carlos Caballero · 5 years ago
  40. 7aa9ce99 Android: Convert //base JNI to use @NativeMethods. by Eric Stevenson · 5 years ago
  41. 77279ad Obliterate PartitionAlloc.CommittedSize & BlinkGC.CommittedSize histograms. by Bartek Nowierski · 5 years ago
  42. 08cbe97 Introduce mutable Value::FindStringKey by Dominic Battre · 5 years ago
  43. 478d824 jni_generator: Propagate MainDex annotations. by Eric Stevenson · 5 years ago
  44. 979dac3 linux: Remove PVALLOC_AVAILABLE by Nico Weber · 5 years ago
  45. 63dbdf6 Fill in StackSampler static functions for Android by Charlie Andrews · 5 years ago
  46. 2ec89bc base: CommandLine::RemoveSwitch should drop multiple same switches from argv by Andrei Polushin · 5 years ago
  47. 9746ffce [base] Make Sequence/ThreadChecker move-construct/assignable by Gabriel Charette · 5 years ago
  48. 98447da Create stub for NativeUnwinderAndroid by Charlie Andrews · 5 years ago
  49. dd8bf7b0 Deprecate MessageLoop::Type by Carlos Caballero · 5 years ago
  50. a37945e5 Android: Don't time out tests when debugger is attached. by Andrew Grieve · 5 years ago
  51. d70e603 Move MessagePump::Type to its own type and file by Carlos Caballero · 5 years ago
  52. c2b3ac89 [WaitableEvent] Remove TimedWaitUntil by Gabriel Charette · 5 years ago
  53. 0959b86 android histogram: ChromiumAndroidLinker.LoadLibraryStatus by Egor Pasko · 5 years ago
  54. 2480051 Use ScopedTaskEnvironment instead of MessageLoopForUI in /base/memory/memory_pressure_monitor_win_unittest.cc by Carlos Caballero · 5 years ago
  55. 8150afb Remove unused methods from FileVersionInfo. by Nico Weber · 5 years ago
  56. 3f79121 Create stub for ThreadDelegateAndroid by Charlie Andrews · 5 years ago
  57. 909058d Fixes bug in ThreadChecker/SequenceChecker that result in wrong value by Scott Violet · 5 years ago
  58. f3de54f1 Record last error and DumpWithoutCrashing when thread creation fails. by Lucas Gadani · 5 years ago
  59. c6b18eb [ThreadPool]: Create JobDelegate interface. by Etienne Pierre-doray · 5 years ago
  60. 2b2874a [SequenceManager] Fix NullTaskRunner::RunsTasksInCurrentSequence() by Gabriel Charette · 5 years ago
  61. 8222074 [WaitableEvent] Back to nanoseconds for the perf tests by Gabriel Charette · 5 years ago
  62. 660f9040 Add two missing thread priorities to switch by Boris Yusupov · 5 years ago
  63. e1d1b3c [TraceLog] Fix uninitialized members by Gabriel Charette · 5 years ago
  64. 44a5bd4 jni_refactorer.py: Remove @JCaller. by Eric Stevenson · 5 years ago
  65. bfe9e7da Reland 2 "android: Reintroduce and rework ModernLinker." by Benoît Lizé · 5 years ago
  66. c4a098b OWNERS files updated with latest COMPONENT and TEAMS. by Eric Foo · 5 years ago
  67. 5979181 win: Formally disallow cl.exe by Nico Weber · 5 years ago
  68. a36743f Remove reference to deleted comment. by Caleb Raitto · 5 years ago
  69. bdb0f95 Revert "[Fuchsia] Use sys::OutgoingDirectory in //base/fuchsia." by Sergey Ulanov · 5 years ago
  70. 746f7a3 [base] CROS: MemoryPressureMonitor can run on shutdown. by Brian Geffon · 5 years ago
  71. 398dfff Remove piman from OWNERS files by Antoine Labour · 5 years ago
  72. d6b8ada jni_generator: Fix jcaller usage. by Eric Stevenson · 5 years ago
  73. 43e9109d Fix some post-commit nits in style in i18n Windows code. by James Forshaw · 5 years ago
  74. 9eecb7a9 Revert "Removed ProcessLifetimeObserver from TestLauncher." by Noel Gordon · 5 years ago
  75. 1544a002 [WaitableEvent] Fix perf tests by Gabriel Charette · 5 years ago
  76. 6fc3850 OWNERS files updated with latest COMPONENT and TEAMS. by Eric Foo · 5 years ago
  77. bfeb9d1 [base] CROS MemoryPressureMonitor may not wake on shutdown. by Brian Geffon · 5 years ago
  78. acf74921 Revert "Reland "android: Reintroduce and rework ModernLinker."" by Brian Sheedy · 5 years ago
  79. 663525e0 Remove dynamic import of preferred UI API from kernel32. by James Forshaw · 5 years ago
  80. a256988 Remove dynamic imports from Windows versioning. by James Forshaw · 5 years ago
  81. f94639d0 Fix decoding field trial params with empty value (in tests) by Boris Yusupov · 5 years ago
  82. ac21f43 Fix nested ScopedFeatureList with parameters by Boris Yusupov · 5 years ago
  83. fcdd553 [Fuchsia] Remove NOTREACHED() from base::SysInfo by Sergey Ulanov · 5 years ago
  84. fea37126 Reland "android: Reintroduce and rework ModernLinker." by Benoît Lizé · 5 years ago
  85. 00dca19 base/allocator: Remove an unused feature, NoPartitionAllocDecommit. by Benoît Lizé · 5 years ago
  86. 531253e List natvis files as inputs by Tom Anderson · 5 years ago
  87. 1482d63 Fix early java events to emit java string flag by ssid · 5 years ago
  88. 48318e61 [ScopedTaskEnvironment] Clarify that delayed tasks are always QUEUED under MOCK_TIME mode. by Gabriel Charette · 5 years ago
  89. 1fdbe0e Revert "Implement support for macOS 10.15 Universal Links." by Avi Drissman · 5 years ago
  90. 40a955a Revert "Mac: Record process “energy impact” to UMA" by Leonard Grey · 5 years ago
  91. 43bac6e4 Fix some DCHECKs in base/ that never fail. by Lei Zhang · 5 years ago
  92. 1595330 Revert "Reland "ProGuard: Move -checkdiscard for Log.* into @RemovableInRelease annotation"" by Rayan Kanso · 5 years ago
  93. 715cb38e Make base::WeakPtr move constructor/operator noexcept to fix GCC build regression by Jose Dapena Paz · 5 years ago
  94. 885aa02 Reland "ProGuard: Move -checkdiscard for Log.* into @RemovableInRelease annotation" by Andrew Grieve · 5 years ago
  95. d9b7da4 [Fuchsia] Use sys::OutgoingDirectory in //base/fuchsia. by Sergey Ulanov · 5 years ago
  96. 5695e8e Updated StartupInformation for Windows 7 API support and memory handling. by James Forshaw · 5 years ago
  97. dd0fc41 [Fuchsia] use zx_system_get_version() instead of uname() in SysInfo by Sergey Ulanov · 5 years ago
  98. 5e96164 Revert "android: Reintroduce and rework ModernLinker." by Brian Sheedy · 5 years ago
  99. 584c663 Implement support for macOS 10.15 Universal Links. by Avi Drissman · 5 years ago
  100. 1a5a849 Call RegDeleteKeyEx directly instead of via a wrapper. by James Forshaw · 5 years ago