1. 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
  2. 71afec0 Use content URI to upload photos taken by camera by qinmin · 10 years ago
  3. e9b293b Fix logic on high Windows resolution timer and have by cpu · 10 years ago
  4. 611dc94 Remove implicit conversions from scoped_refptr to T* in base/ by dcheng · 10 years ago
  5. 60f526e Move more metrics classes to metrics namespace. by asvitkine · 10 years ago
  6. 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
  7. 8d031e1 Implement the deference operator for scoped_refptr. by dcheng · 10 years ago
  8. 26a1203 Add LOCAL_ prefix to non-UMA histogram macros. by asvitkine · 10 years ago
  9. e444fda Domain Reliability: Don't upload when metrics reporting is off. by ttuttle · 10 years ago
  10. 5528b6b Revert of Implement unit test specific test launcher timeout (patchset #6 of https://codereview.chromium.org/476543004/) by phajdan.jr · 10 years ago
  11. 027e0e2 Implement unit test specific test launcher timeout by Paweł Hajdan, Jr · 10 years ago
  12. e92789d Support --wait-for-debugger in tests. by vitalybuka@chromium.org · 10 years ago
  13. a798068 Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. by mlerman@chromium.org · 10 years ago
  14. a02bdb7 Move default sanitizer options into build/ so that WebRTC can import them. by glider@chromium.org · 10 years ago
  15. 21696d7 Switch from local random address generation to kernel ASLR by simonb@chromium.org · 10 years ago
  16. 3307517 Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  17. bb29713 Handle bionic in safe_strerror_posix as well as glibc. by torne@chromium.org · 10 years ago
  18. ec06b8e Add native libraries to gn apks by cjhopman@chromium.org · 10 years ago
  19. 191e32e win: Fix a 64bit warning. by thakis@chromium.org · 10 years ago
  20. 25171e5 Revert 290810 "Make class lookup lazy in jni_generator when usin..." by ygorshenin@chromium.org · 10 years ago
  21. 00917bd Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  22. 6f2831b Remove large test timeout. It's large and only used at one place. by phajdan.jr@chromium.org · 10 years ago
  23. eac09ad Add PDBs to .isolate files so that tests show stack traces. by jam@chromium.org · 10 years ago
  24. 869418f [Android] Make ApplicationStatus thread safe by dtrainor@chromium.org · 10 years ago
  25. bef65fe Will no longer force jobs=1 with filters in bot mode. by phoglund@chromium.org · 10 years ago
  26. ab5f646 Return configured processors in NumberOfProcessors() on posix platforms by jchuang@chromium.org · 10 years ago
  27. 5acbd2d Parse shmmax as a uint64 by brettw@chromium.org · 10 years ago
  28. 69abe10 Change gtest launcher, telemetry unittests to run in parallel and retry failures by default. by dpranke@chromium.org · 10 years ago
  29. acf03b5 Remove restriction on x64 chromium linker builds. by simonb@chromium.org · 10 years ago
  30. b82a8ac Fix cpplint warnings. by simonb@chromium.org · 10 years ago
  31. ab30423 Adding atomic ops for MIPS64. by Gordana.Cmiljanovic@imgtec.com · 10 years ago
  32. fdc7385 Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  33. 2ca1bf3 base: Factor task debug annotations out of MessageLoop by skyostil@chromium.org · 10 years ago
  34. 782af4e Disallow breakaway from job on Windows 8, which supports nested jobs by phajdan.jr@chromium.org · 10 years ago
  35. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  36. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  37. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  38. a39bcb0 Re-land: base: Introduce an explicit call for reducing emulated discardable memory usage. by reveman@chromium.org · 10 years ago
  39. 5dd90ab Pass display names for uploaded content URI files by qinmin@chromium.org · 10 years ago
  40. 0efbe77 Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.org/454433003/) by adamk@chromium.org · 10 years ago
  41. 3e47ed5 [Android] Record UMA metrics after native initialization completes. by feng@chromium.org · 10 years ago
  42. f409c5f Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  43. 8780853 Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler by tapted@chromium.org · 10 years ago
  44. 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
  45. ebdcf70 Move ini_parser from base to chrome/common by brettw@chromium.org · 10 years ago
  46. 5a274c0 base: Introduce an explicit call for reducing emulated discardable memory usage. by reveman@chromium.org · 10 years ago
  47. 7604f63 Disable all the tests that are flaking more than 5% on Linux builders. by jam@chromium.org · 10 years ago
  48. cfb0886 The WebView has a path (early use of the CookieManager) which by hjd@chromium.org · 10 years ago
  49. 56092f0 Don't register JNI methods for the android_webview. by mkosiba@chromium.org · 10 years ago
  50. 429cbd6 base: Include intrin.h to get _ReturnAddress from clang by ehsan.akhgari@gmail.com · 10 years ago
  51. 5d847ea This change preents a race on the 'TZ' environ global variable in libc. by bengr@chromium.org · 10 years ago
  52. 62bf6ba Roll gtest and gmock DEPS. by ncbray@chromium.org · 10 years ago
  53. deaba9c Fix shortcut tests and remove legacy shortcut code for the Default-user by gab@chromium.org · 10 years ago
  54. 4cca6ea Require the result of StringPrintf to be used. by ricea@chromium.org · 10 years ago
  55. 7e7c93c Disallow breakaway from job for unit tests by phajdan.jr@chromium.org · 10 years ago
  56. 35ae6d8 Fix how --gtest_filter interacts with PRE_ tests by phajdan.jr@chromium.org · 10 years ago
  57. 41be079 Disable Poly1305 code only on bad chips. by agl@chromium.org · 10 years ago
  58. 8207e58 base: Remove now-unused MessagePumpObserver. by sadrul@chromium.org · 10 years ago
  59. f5e3d96 Remove TraceOptions string based constructor. Add setter method by nednguyen@google.com · 10 years ago
  60. db73621 Move file_util_icu to base::i18n namespace by brettw@chromium.org · 10 years ago
  61. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  62. f9a990f Add DACL and fix test for anonymous read-only memory by jschuh@chromium.org · 10 years ago
  63. 0e4c6fc Remove file_util::ScopedFILE and use base version. by brettw@chromium.org · 10 years ago
  64. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  65. 2384167 Remove wstring file path helpers from test_file_util. by brettw@chromium.org · 10 years ago
  66. 2a15470 Add RECORD_AS_MUCH_AS_POSSIBLE mode to TraceOptions. by nednguyen@google.com · 10 years ago
  67. b031e91 Take extra lock in base::WaitableEvent::WaitMany. by yhirano@chromium.org · 10 years ago
  68. 074db92 Make QPCValueToMicroseconds faster in case the value is less than 44 bits by fmeawad@chromium.org · 10 years ago
  69. 4883c97 Reenable trace_event_unittest for windows by nednguyen@google.com · 10 years ago
  70. 0875cb7 Factored out duplicate code for formatting full test name by sergiyb@chromium.org · 10 years ago
  71. eb0287e Disable TraceOptionsTest.TraceOptionsFromString by robliao@chromium.org · 10 years ago
  72. c2e508b Disable TraceOptionsTest.TraceOptionsFromString by robliao@chromium.org · 10 years ago
  73. 2181e4b Refactor tracing to pass around base::debug::TraceOptions to reduce spaghetti by nednguyen@google.com · 10 years ago
  74. e931705 Fix template bugs that prevent rolling gtest DEPS. by ncbray@chromium.org · 10 years ago
  75. c57caaa Disable SharedMemoryTest.AnonymousExecutable on iOS. by lliabraa@chromium.org · 10 years ago
  76. 937ea9d Add builders for tracing event's structural arguments by yurys@chromium.org · 10 years ago
  77. c18b6cc Linux, Android: fix call to setpriority(2). by jln@chromium.org · 10 years ago
  78. b7ad27f Disable certain malloc-library tests for OSX 10.9 32-bit. by shess@chromium.org · 10 years ago
  79. 687e3c7 Revert of Add builders for tracing event's structural arguments (https://codereview.chromium.org/380763002/) by erikchen@chromium.org · 10 years ago
  80. ecea799 Add builders for tracing event's structural arguments by yurys@chromium.org · 10 years ago
  81. 2dfb6ed [Android] Pass the right listener to DatePickerDialog by miguelg@chromium.org · 10 years ago
  82. 577227e Draw the start of input latency using its original/ui timestamp by miletus@chromium.org · 10 years ago
  83. 792b8eb Hide some SyzyASan specific code behind an '#if defined(COMPILER_MSVC)'. by sebmarchand@chromium.org · 10 years ago
  84. c999340 Add unsigned 64-bit integer support to BigEndianReader and BigEndianWriter. by benchan@chromium.org · 10 years ago
  85. 85dc917 RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clusters by ckocagil@chromium.org · 10 years ago
  86. 045eecb Add LINKER_INITIALIZER marker to MemoryMappedFile::Region::kWholeFile by primiano@chromium.org · 10 years ago
  87. 5acfc00 [Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later. by shess@chromium.org · 10 years ago
  88. 09f4256 [Android] Configurable instrumentation test runner + test SDK levels. by jbudorick@chromium.org · 10 years ago
  89. 726d205 Move scoped_observer.h from base_unittests to base. It is not a test. by jbroman@chromium.org · 10 years ago
  90. 88d0d23 Move base/data to base/test/data to be with the rest of the test data. by jam@chromium.org · 10 years ago
  91. 69de1da Fix 2 warnings in the ASan tests. by sebmarchand@chromium.org · 10 years ago
  92. a6b3a23 Add support for loading pak files from arbitrary file regions. by primiano@chromium.org · 10 years ago
  93. e5a8c86 Weakly bind JsonPrefStore's async read task to avoid it coming back after shutdown has been initiated. by gab@chromium.org · 10 years ago
  94. 1fb53c2 MSan: increase the test timeout multiplier to 6x. by earthdok@chromium.org · 10 years ago
  95. e41b084 Complete the removal of ProcessMetrics::CalculateFreeMemory by wfh@chromium.org · 10 years ago
  96. c4d6a6e clang/win: Fix a few warnings. by thakis@chromium.org · 10 years ago
  97. 6093c18 tsan_suppressions: remove vp9 suppression by jzern@chromium.org · 10 years ago
  98. 2984a6b Remove Create*Value (except CreateNullValue) by estade@chromium.org · 10 years ago
  99. 06454ff Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT. by nednguyen@google.com · 10 years ago
  100. 46ca88a android tests: don't override DIR_MODULE (take 2) by tim@chromium.org · 10 years ago