1. 89412aa Make GUID generation on POSIX compliant with GUID v4 format. by benchan · 10 years ago
  2. 8f6c3bf Disable scoped_refptr operator T* on Linux builds. by Daniel Cheng · 10 years ago
  3. ad68fb2 Random fixes for scoped_refptr operator T* removal. by dcheng · 10 years ago
  4. 71c45e9 Make base::IsValidGUID() accept GUID strings in lowercase. by benchan · 10 years ago
  5. 4a4df90 Revert of Check to ensure PowerObservers are added and removed on the same thread (patchset #7 id:120001 of https://codereview.chromium.org/502003003/) by dcheng · 10 years ago
  6. f51eb6b fix for high resolution timer on windows. by cpu · 10 years ago
  7. 6ca2023 Check to ensure PowerObservers are added and removed on the same thread by bajones · 10 years ago
  8. 59a1525 Add @CalledByNative and @AccessedByNative annotations. by simonb · 10 years ago
  9. 7ed0e33 [chromium linker] Check for null ParcelFileDescriptor before using it. by avayvod · 10 years ago
  10. 68e5a70 Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug." by earthdok · 10 years ago
  11. 99d2ab8 Avoid deadlock during trace_event flush by wangxianzhu · 10 years ago
  12. 22cbb77 Fix conversions from 32-bit pointers to signed 64-bit integers. by avayvod · 10 years ago
  13. 6d9f362 [DoDelete] Hold function name in Deletehelper::DoDelete by tzik · 10 years ago
  14. 9c3b4a3 Cleanup in base/test/launcher: move more code to anonymous namespace by Paweł Hajdan, Jr · 10 years ago
  15. d2df63d [Android] Add missing @VisibleForTesting annotations. by aurimas · 10 years ago
  16. 1f809d3 Add a flag to let render process wait for java debugger by jaekyun · 10 years ago
  17. 958442b [Android] Mark posted UI thread tasks as asynchronous by jdduke · 10 years ago
  18. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  19. 410a98e High resolution timer fix reland by cpu · 10 years ago
  20. 8ce99a8 Manual fixups for scoped_refptr operator T* removal in base/ by dcheng · 10 years ago
  21. 83905d9 Introduce @CalledByReflection annotation. by aurimas · 10 years ago
  22. b3a6ca0 Adding tracing and gtest pretty printing support to TestPendingTask. by mithro · 10 years ago
  23. 32378e0 Use precisely sized integer types in histograms code. by isherman · 10 years ago
  24. 23373cc Revert of Initialize the now_funciton to the HighResNowWrapper in case High Res is supported (patchset #7 of https://codereview.chromium.org/446203002/) by fmeawad · 10 years ago
  25. 71afec0 Use content URI to upload photos taken by camera by qinmin · 10 years ago
  26. e9b293b Fix logic on high Windows resolution timer and have by cpu · 10 years ago
  27. 611dc94 Remove implicit conversions from scoped_refptr to T* in base/ by dcheng · 10 years ago
  28. 60f526e Move more metrics classes to metrics namespace. by asvitkine · 10 years ago
  29. a173120 We have noticed a clock shift when QPC was deployed. It shows as a regression on the perf bots by fmeawad · 10 years ago
  30. 8d031e1 Implement the deference operator for scoped_refptr. by dcheng · 10 years ago
  31. 26a1203 Add LOCAL_ prefix to non-UMA histogram macros. by asvitkine · 10 years ago
  32. e444fda Domain Reliability: Don't upload when metrics reporting is off. by ttuttle · 10 years ago
  33. 5528b6b Revert of Implement unit test specific test launcher timeout (patchset #6 of https://codereview.chromium.org/476543004/) by phajdan.jr · 10 years ago
  34. 027e0e2 Implement unit test specific test launcher timeout by Paweł Hajdan, Jr · 10 years ago
  35. e92789d Support --wait-for-debugger in tests. by vitalybuka@chromium.org · 10 years ago
  36. a798068 Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. by mlerman@chromium.org · 10 years ago
  37. a02bdb7 Move default sanitizer options into build/ so that WebRTC can import them. by glider@chromium.org · 10 years ago
  38. 21696d7 Switch from local random address generation to kernel ASLR by simonb@chromium.org · 10 years ago
  39. 3307517 Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  40. bb29713 Handle bionic in safe_strerror_posix as well as glibc. by torne@chromium.org · 10 years ago
  41. ec06b8e Add native libraries to gn apks by cjhopman@chromium.org · 10 years ago
  42. 191e32e win: Fix a 64bit warning. by thakis@chromium.org · 10 years ago
  43. 25171e5 Revert 290810 "Make class lookup lazy in jni_generator when usin..." by ygorshenin@chromium.org · 10 years ago
  44. 00917bd Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  45. 6f2831b Remove large test timeout. It's large and only used at one place. by phajdan.jr@chromium.org · 10 years ago
  46. eac09ad Add PDBs to .isolate files so that tests show stack traces. by jam@chromium.org · 10 years ago
  47. 869418f [Android] Make ApplicationStatus thread safe by dtrainor@chromium.org · 10 years ago
  48. bef65fe Will no longer force jobs=1 with filters in bot mode. by phoglund@chromium.org · 10 years ago
  49. ab5f646 Return configured processors in NumberOfProcessors() on posix platforms by jchuang@chromium.org · 10 years ago
  50. 5acbd2d Parse shmmax as a uint64 by brettw@chromium.org · 10 years ago
  51. 69abe10 Change gtest launcher, telemetry unittests to run in parallel and retry failures by default. by dpranke@chromium.org · 10 years ago
  52. acf03b5 Remove restriction on x64 chromium linker builds. by simonb@chromium.org · 10 years ago
  53. b82a8ac Fix cpplint warnings. by simonb@chromium.org · 10 years ago
  54. ab30423 Adding atomic ops for MIPS64. by Gordana.Cmiljanovic@imgtec.com · 10 years ago
  55. fdc7385 Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  56. 2ca1bf3 base: Factor task debug annotations out of MessageLoop by skyostil@chromium.org · 10 years ago
  57. 782af4e Disallow breakaway from job on Windows 8, which supports nested jobs by phajdan.jr@chromium.org · 10 years ago
  58. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  59. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  60. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  61. a39bcb0 Re-land: base: Introduce an explicit call for reducing emulated discardable memory usage. by reveman@chromium.org · 10 years ago
  62. 5dd90ab Pass display names for uploaded content URI files by qinmin@chromium.org · 10 years ago
  63. 0efbe77 Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.org/454433003/) by adamk@chromium.org · 10 years ago
  64. 3e47ed5 [Android] Record UMA metrics after native initialization completes. by feng@chromium.org · 10 years ago
  65. f409c5f Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  66. 8780853 Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler by tapted@chromium.org · 10 years ago
  67. 799684d Revert of base: Introduce an explicit call for reducing emulated discardable memory usage. (https://codereview.chromium.org/448173002/) by tapted@chromium.org · 10 years ago
  68. ebdcf70 Move ini_parser from base to chrome/common by brettw@chromium.org · 10 years ago
  69. 5a274c0 base: Introduce an explicit call for reducing emulated discardable memory usage. by reveman@chromium.org · 10 years ago
  70. 7604f63 Disable all the tests that are flaking more than 5% on Linux builders. by jam@chromium.org · 10 years ago
  71. cfb0886 The WebView has a path (early use of the CookieManager) which by hjd@chromium.org · 10 years ago
  72. 56092f0 Don't register JNI methods for the android_webview. by mkosiba@chromium.org · 10 years ago
  73. 429cbd6 base: Include intrin.h to get _ReturnAddress from clang by ehsan.akhgari@gmail.com · 10 years ago
  74. 5d847ea This change preents a race on the 'TZ' environ global variable in libc. by bengr@chromium.org · 10 years ago
  75. 62bf6ba Roll gtest and gmock DEPS. by ncbray@chromium.org · 10 years ago
  76. deaba9c Fix shortcut tests and remove legacy shortcut code for the Default-user by gab@chromium.org · 10 years ago
  77. 4cca6ea Require the result of StringPrintf to be used. by ricea@chromium.org · 10 years ago
  78. 7e7c93c Disallow breakaway from job for unit tests by phajdan.jr@chromium.org · 10 years ago
  79. 35ae6d8 Fix how --gtest_filter interacts with PRE_ tests by phajdan.jr@chromium.org · 10 years ago
  80. 41be079 Disable Poly1305 code only on bad chips. by agl@chromium.org · 10 years ago
  81. 8207e58 base: Remove now-unused MessagePumpObserver. by sadrul@chromium.org · 10 years ago
  82. f5e3d96 Remove TraceOptions string based constructor. Add setter method by nednguyen@google.com · 10 years ago
  83. db73621 Move file_util_icu to base::i18n namespace by brettw@chromium.org · 10 years ago
  84. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  85. f9a990f Add DACL and fix test for anonymous read-only memory by jschuh@chromium.org · 10 years ago
  86. 0e4c6fc Remove file_util::ScopedFILE and use base version. by brettw@chromium.org · 10 years ago
  87. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  88. 2384167 Remove wstring file path helpers from test_file_util. by brettw@chromium.org · 10 years ago
  89. 2a15470 Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions. by nednguyen@google.com · 10 years ago
  90. b031e91 Take extra lock in base::WaitableEvent::WaitMany. by yhirano@chromium.org · 10 years ago
  91. 074db92 Make QPCValueToMicroseconds faster in case the value is less than 44 bits by fmeawad@chromium.org · 10 years ago
  92. 4883c97 Reenable trace_event_unittest for windows by nednguyen@google.com · 10 years ago
  93. 0875cb7 Factored out duplicate code for formatting full test name by sergiyb@chromium.org · 10 years ago
  94. eb0287e Disable TraceOptionsTest.TraceOptionsFromString by robliao@chromium.org · 10 years ago
  95. c2e508b Disable TraceOptionsTest.TraceOptionsFromString by robliao@chromium.org · 10 years ago
  96. 2181e4b Refactor tracing to pass around base::debug::TraceOptions to reduce spaghetti by nednguyen@google.com · 10 years ago
  97. e931705 Fix template bugs that prevent rolling gtest DEPS. by ncbray@chromium.org · 10 years ago
  98. c57caaa Disable SharedMemoryTest.AnonymousExecutable on iOS. by lliabraa@chromium.org · 10 years ago
  99. 937ea9d Add builders for tracing event's structural arguments by yurys@chromium.org · 10 years ago
  100. c18b6cc Linux, Android: fix call to setpriority(2). by jln@chromium.org · 10 years ago