1. 6542335 GTTF: No more FLAKY_ . by phajdan.jr@chromium.org · 12 years ago
  2. d63758a Fix flakyness in PrefMemberTest::MoveToThread by qsr@chromium.org · 12 years ago
  3. 35881cf [Android WebView] Fix some locale related TODOs. by benm@chromium.org · 12 years ago
  4. 70f957b Restore previous large_test_timeout_ms. by tonyg@chromium.org · 12 years ago
  5. 4abdbe8 Base: Make Rand util global instance a leaky LazyInstance by rvargas@chromium.org · 12 years ago
  6. ab072f2 [Android] Fix the bug when full path to test apk is provided. by frankf@google.com · 12 years ago
  7. 37984ee Assert that md5sum was built instead of failing silently. by navabi@google.com · 12 years ago
  8. 9d7eab0 jni_generator.py: Handle more Java types. by digit@chromium.org · 12 years ago
  9. 22f6bab Fix compile issue by wrapping with GG_INT64_C() by dbeam@chromium.org · 12 years ago
  10. c62750d Fix compile on Linux Builder (dbg). by dbeam@chromium.org · 12 years ago
  11. 3edfeab Integrating Online Wallet into Chrome. This CL is modeled after the Gaia OAuth client. by ahutter@chromium.org · 12 years ago
  12. 58a8ff0 Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. by ajwong@chromium.org · 12 years ago
  13. 1955a28 Unify various test TaskRunner implementations by akalin@chromium.org · 12 years ago
  14. d5a5984 base: Remove deprecated RunAllPending() function from MessageLoop API. by tfarina@chromium.org · 12 years ago
  15. 80d633f SharedWorkerPool.Shutdown(int max_new_blocking_tasks) by michaeln@chromium.org · 12 years ago
  16. 65e00b3 Linux: use generated shim headers for libevent. by phajdan.jr@chromium.org · 12 years ago
  17. 76f6961 Refactor android test results logging. by frankf@google.com · 12 years ago
  18. d3f79b7 Add comments about memory behavior of SWP tasks with the same sequence token by akalin@chromium.org · 12 years ago
  19. 77be9b7 Refactoring JavaScript modal dialog. by jcivelli@chromium.org · 12 years ago
  20. 5315b65 Don't report the gtest return code as a TestResult object. by frankf@google.com · 12 years ago
  21. e58d160 Add a base::ParseJson() function to help tests construct Values. by jyasskin@chromium.org · 12 years ago
  22. c3ad051 Remove IPC::MessageIterator. by viettrungluu@chromium.org · 12 years ago
  23. 50be576 base: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
  24. 861547e Adding java implementation for Geolocation by kristianm@chromium.org · 12 years ago
  25. 8c1ec0a Add detailed UMA logging for errors in NewRandomAccessFile. by dgrogan@chromium.org · 12 years ago
  26. d26250d Revert 172358: this messes up our GPU debug bots. by zmo@chromium.org · 12 years ago
  27. 5254ca0 Get rid of ipc_sender.h include in ipc_message.h. by viettrungluu@chromium.org · 12 years ago
  28. 978f5a3 Remove obsolete typeguards in basictypes.h. by viettrungluu@chromium.org · 12 years ago
  29. d446471 Remove --performance_test from Android gtest runner. by frankf@google.com · 12 years ago
  30. 922018a Android pylib: measurement name escaping fix. by marja@chromium.org · 12 years ago
  31. 15e9ac5 Telemetry: Yet another histogram printing fix. by marja@chromium.org · 12 years ago
  32. 31c2449 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  33. 10be885 Revert 173064 by gene@chromium.org · 12 years ago
  34. ee66b19 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  35. 3a08d89 Remove extra string copies when iterating lists by joth@chromium.org · 12 years ago
  36. bd76058 Adding a new utility class for instrumentation tests. by jcivelli@chromium.org · 12 years ago
  37. 5c8c098 Telemetry: More elegant histogram printing. by marja@chromium.org · 12 years ago
  38. ca4d7ed Clean up Android gtest runners. by frankf@google.com · 12 years ago
  39. 7fe25fe Fix build on ChromeOS, in certain developer configurations the export by joi@chromium.org · 12 years ago
  40. 60312f2 Remove pref's dependency on test_browser_thread by kaiwang@chromium.org · 12 years ago
  41. 5d4ab36 Fire SystemMonitor::{RESUME,SUSPEND}_EVENT on Android. by pliard@chromium.org · 12 years ago
  42. 9861fd5 Remove support for TRACE_EVENT_IF_LONGER_THANx macros by caseq@google.com · 12 years ago
  43. 180bb43 Don't truncate graph and trace names for perf results. by tonyg@chromium.org · 12 years ago
  44. 11077e2 Fix the corner case issue with Android test sharder. by frankf@google.com · 12 years ago
  45. f6b27c9 Move PrefMember to base/prefs/public now that it has no bad dependencies. by joi@chromium.org · 12 years ago
  46. 4822e66 Fix data race when setting FieldTrial::group_reported_. by asvitkine@chromium.org · 12 years ago
  47. 27a8167 Android: fix breakpad_unittests execution. by digit@chromium.org · 12 years ago
  48. 8c6ea5c cros: Add UMA stats for graphics driver memory by jamescook@chromium.org · 12 years ago
  49. 3bc8345 GTTF: Lower timeouts. by phajdan.jr@chromium.org · 12 years ago
  50. 54a4753 Print OMAP temperature data by aberent@chromium.org · 12 years ago
  51. 202eb35 Patch for an inconsistency on the calls to Heap(Query/Set)Information. by sebmarchand@chromium.org · 12 years ago
  52. 6ca08fa Fix broken vs2012 build by cpu@chromium.org · 12 years ago
  53. 99e38f8 Add another temporary histogram to understand field trial reporting issue. by asvitkine@chromium.org · 12 years ago
  54. f81c4f5 Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2. by glider@chromium.org · 12 years ago
  55. db27d26 Change the TSan v2 memory order constants to match the ones used by TSan runtime library now. by glider@chromium.org · 12 years ago
  56. 10d95ff Assert on actual contents of ScopedVector in scoped_vector_unittest. by gavinp@chromium.org · 12 years ago
  57. ad20135 Add tracing support to NaCl by jbauman@chromium.org · 12 years ago
  58. d99473f Remove scoped_refptr::release which is confusing and causes leaks. by piman@chromium.org · 12 years ago
  59. 9b2ccda android: Improve ActivityStatus and add ChromiumActivity. by digit@chromium.org · 12 years ago
  60. 4db9dd2 Report memory usage retained by TCMalloc freelists. by alexeif@chromium.org · 12 years ago
  61. bc9175b Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a libdispatch queue. by rsesek@chromium.org · 12 years ago
  62. b27e891 Add comments about what should and should not depend on 'allocator' by akalin@chromium.org · 12 years ago
  63. 43d9ac3 Correct misleading definition of 'closure' in base/bind documentation. by dubroy@chromium.org · 12 years ago
  64. 9a67ca1 Linux: inform the Zygote when it's waiting on a dead process by jln@chromium.org · 12 years ago
  65. 8cddd79 Change test running logic to run tests without any size annotation. by shashishekhar@chromium.org · 12 years ago
  66. f7e9977 Implement annotation support for JS<->Java interface by dtrainor@chromium.org · 12 years ago
  67. 028e624 Add STLSetDifference to stl_util.h, because std::set_difference is extremely by kalman@chromium.org · 12 years ago
  68. 03fe3e2 base/android/jni_array.h: Add JavaArrayOfByteArraysToStringVector() by digit@chromium.org · 12 years ago
  69. 0192ff0 Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that public methods (with Send() being the only exception) are called on the thread that created the object. by alexeypa@chromium.org · 12 years ago
  70. c9126e5 (1) Added a recursive boolean param to FilePathWatcher::Watch() function to watch for sub directory tree changes. Fixed all the calling sites. by kmadhusu@chromium.org · 12 years ago
  71. 837b44d Add an option to use tcmalloc's debugallocation for Debug builds by phajdan.jr@chromium.org · 12 years ago
  72. e20131e Clean up ScopedVectorTest's LifeCycleObject. by gavinp@chromium.org · 12 years ago
  73. d66d75f Remove the last usages of PrefObserver outside of Prefs. by joi@chromium.org · 12 years ago
  74. 946a531 Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug. by blundell@chromium.org · 12 years ago
  75. 15b6f5d Delete sunspider performance_ui_test. by tonyg@chromium.org · 12 years ago
  76. 6ac1228 base: Use TEST() macro when possible. by tfarina@chromium.org · 12 years ago
  77. 4ece1a5 base/time_posix.cc: Use time64_t on Android. by digit@chromium.org · 12 years ago
  78. a6fbb24 Change FilePathWatcher tests to use the new callback style FilePathWatcher::Watch(). by thestig@chromium.org · 12 years ago
  79. 34d2bd0 Add android landmine (force android clean build) by ilevy@chromium.org · 12 years ago
  80. 3737d03 Let base_unittests build with the components build on android by thakis@chromium.org · 12 years ago
  81. e21b2aa Provide an iOS message pump for IO implementation. by blundell@chromium.org · 12 years ago
  82. dfe6d44 Ensure host_forwarder is killed when setting up sharding. by pliard@chromium.org · 12 years ago
  83. 5afaca3 Revert 170287 - Add dependency on allocator.gyp from 'base' and export it by akalin@chromium.org · 12 years ago
  84. 972f827 Add dependency on allocator.gyp from 'base' and export it by akalin@chromium.org · 12 years ago
  85. bb5b42c Add temporary UMA histogram to understand how trials are getting disabled. by asvitkine@chromium.org · 12 years ago
  86. 6e72191 Use Netlink instead of NetworkManager (via D-bus) to monitor network by pauljensen@chromium.org · 12 years ago
  87. 21c01cf [cros] RlzValueStore made protected by a cross-process lock and not persisted over browser lifetime (like on Mac). by ivankr@chromium.org · 12 years ago
  88. f7fc565 dbus: Add comments about object ownership by satorux@chromium.org · 12 years ago
  89. 3b17d8f Fix check for maximum IPC message size. by rkc@chromium.org · 12 years ago
  90. 6ef5d50 GTTF: Lower timeouts for Release mode. by phajdan.jr@chromium.org · 12 years ago
  91. a1f0b98 Add support to Pickle for reading and writing floats by rbyers@chromium.org · 12 years ago
  92. 15866bf Enable IPC logging for component builds by jochen@chromium.org · 12 years ago
  93. b810219 Disassociate argument type from return type in PostTaskAndReplyWithResult template. by ajwong@chromium.org · 12 years ago
  94. b2ca968 Fix leak in ScopedVector<>::resize() by gavinp@chromium.org · 12 years ago
  95. fa5ae68 Make repeated running of instrumentation tests faster. by yfriedman@chromium.org · 12 years ago
  96. fe046b5 base/prefs: Break the dependency in chrome_paths.h by tfarina@chromium.org · 12 years ago
  97. 092235a Fix ProcessUtilTest.FDRemapping on Android. by pliard@chromium.org · 12 years ago
  98. 9eca6a4 Fix histogram printing for Telemetry tests. by marja@chromium.org · 12 years ago
  99. db72562 Add empty default for test_data flag. by yfriedman@chromium.org · 12 years ago
  100. 7adf6a3 Disable SignalSenderVerificationTest.TestMultipleObjects by keybuk@chromium.org · 12 years ago