1. fa0b323 Make DBusStatistics only run on the main thread and add additional CHECKs to ensure thread safety. by stevenjb@chromium.org · 12 years ago
  2. 65c2e03 Move android buildbot test logic into python by ilevy@chromium.org · 12 years ago
  3. 794af23 Incrementally make base histograms like UMA histograms. by gavinp@chromium.org · 12 years ago
  4. 93db53b Don't allow path traversal paths on the base file helpers by cpu@chromium.org · 12 years ago
  5. d9ff9c9 Linux: add option to use system nspr. by phajdan.jr@chromium.org · 12 years ago
  6. 5945196 Test data output fix for Telemetry & Android: remove more special chars. by marja@chromium.org · 12 years ago
  7. 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
  8. 7b1dfba BinaryValue support for NULL buffer. by rpaquay@chromium.org · 12 years ago
  9. c431a4c MessagePumpAuraX11: Make root_window_dispatchers_ an ObserverList. by sabercrombie@chromium.org · 12 years ago
  10. 09fdc19 Reorganize Android's test scripts into packages. by frankf@google.com · 12 years ago
  11. 35dc99a Roll ICU and convert include style to standard Chromium style, by phajdan.jr@chromium.org · 12 years ago
  12. 4309b24 [Android] Move GTest options to test_options_parser.py. by craigdh@chromium.org · 12 years ago
  13. e590675 Add stdin_handle and stdout_handle in base::LaunchOptions. by sergeyu@chromium.org · 12 years ago
  14. 3f65344 Make the IPC perf test build/run again, at least on Linux. by viettrungluu@chromium.org · 12 years ago
  15. b41935e Fix typo in comment ("ammount"). by viettrungluu@chromium.org · 12 years ago
  16. dd14f47 Revert 175233 because Linux ASAN builder cannot compile it. by alexeypa@google.com · 12 years ago
  17. 3d80db6 Add trace event Pepper API by elijahtaylor@chromium.org · 12 years ago
  18. 90b7f59 [Android] Revert 175082 by frankf@google.com · 12 years ago
  19. 3d82448 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by brettw@chromium.org · 12 years ago
  20. c6d1797 reinterpret_cast -> static_cast in SyncMessageFilter::Send(). by viettrungluu@chromium.org · 12 years ago
  21. 7a20cbc Separate apk_info and jar_info and move to utils dir. by frankf@google.com · 12 years ago
  22. 3749149 Undo r175006 by rlarocque@chromium.org · 12 years ago
  23. ddffebc .py files need to have svn:executable set for proper operation on cygwin. by pkasting@chromium.org · 12 years ago
  24. e2e01e9 Linux: update expectations of TimeFormattingTest for ICU-50. by phajdan.jr@chromium.org · 12 years ago
  25. 30ce64d Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h. by rsesek@chromium.org · 12 years ago
  26. 844e67a Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) by kamil.jiwa@gmail.com · 12 years ago
  27. f54610e Remove define _POSIX_MONOTONIC_CLOCK for OS_ANDROID by boliu@chromium.org · 12 years ago
  28. 2d83ff4 Validate that paths don't contain embedded NULLs at deserialization. by cevans@chromium.org · 12 years ago
  29. 0784683 Create a cross-platform crash key system in base/debug/crash_logging.h. by rsesek@chromium.org · 12 years ago
  30. 98976a6 Make modp_b64 and base::base64 compile on Win64 by jschuh@chromium.org · 12 years ago
  31. 4fb2deb Implement SequenceChecker, which is a generalization of ThreadChecker by akalin@chromium.org · 12 years ago
  32. 9dc3d62 Android buildbot fixes by ilevy@chromium.org · 12 years ago
  33. cff81d6 Fix path to ASan runtime library in Android test runner. by eugenis@chromium.org · 12 years ago
  34. 689a6b7 An obvious typing issue in android_commands.py by eugenis@chromium.org · 12 years ago
  35. fd581bb Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by joi@chromium.org · 12 years ago
  36. c59177f Base: Modify ScopedHandle so that Receive() doesn't fully expose the guts by rvargas@google.com · 12 years ago
  37. 6542335 GTTF: No more FLAKY_ . by phajdan.jr@chromium.org · 12 years ago
  38. d63758a Fix flakyness in PrefMemberTest::MoveToThread by qsr@chromium.org · 12 years ago
  39. 35881cf [Android WebView] Fix some locale related TODOs. by benm@chromium.org · 12 years ago
  40. 70f957b Restore previous large_test_timeout_ms. by tonyg@chromium.org · 12 years ago
  41. 4abdbe8 Base: Make Rand util global instance a leaky LazyInstance by rvargas@chromium.org · 12 years ago
  42. ab072f2 [Android] Fix the bug when full path to test apk is provided. by frankf@google.com · 12 years ago
  43. 37984ee Assert that md5sum was built instead of failing silently. by navabi@google.com · 12 years ago
  44. 9d7eab0 jni_generator.py: Handle more Java types. by digit@chromium.org · 12 years ago
  45. 22f6bab Fix compile issue by wrapping with GG_INT64_C() by dbeam@chromium.org · 12 years ago
  46. c62750d Fix compile on Linux Builder (dbg). by dbeam@chromium.org · 12 years ago
  47. 3edfeab Integrating Online Wallet into Chrome. This CL is modeled after the Gaia OAuth client. by ahutter@chromium.org · 12 years ago
  48. 58a8ff0 Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. by ajwong@chromium.org · 12 years ago
  49. 1955a28 Unify various test TaskRunner implementations by akalin@chromium.org · 12 years ago
  50. d5a5984 base: Remove deprecated RunAllPending() function from MessageLoop API. by tfarina@chromium.org · 12 years ago
  51. 80d633f SharedWorkerPool.Shutdown(int max_new_blocking_tasks) by michaeln@chromium.org · 12 years ago
  52. 65e00b3 Linux: use generated shim headers for libevent. by phajdan.jr@chromium.org · 12 years ago
  53. 76f6961 Refactor android test results logging. by frankf@google.com · 12 years ago
  54. d3f79b7 Add comments about memory behavior of SWP tasks with the same sequence token by akalin@chromium.org · 12 years ago
  55. 77be9b7 Refactoring JavaScript modal dialog. by jcivelli@chromium.org · 12 years ago
  56. 5315b65 Don't report the gtest return code as a TestResult object. by frankf@google.com · 12 years ago
  57. e58d160 Add a base::ParseJson() function to help tests construct Values. by jyasskin@chromium.org · 12 years ago
  58. c3ad051 Remove IPC::MessageIterator. by viettrungluu@chromium.org · 12 years ago
  59. 50be576 base: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
  60. 861547e Adding java implementation for Geolocation by kristianm@chromium.org · 12 years ago
  61. 8c1ec0a Add detailed UMA logging for errors in NewRandomAccessFile. by dgrogan@chromium.org · 12 years ago
  62. d26250d Revert 172358: this messes up our GPU debug bots. by zmo@chromium.org · 12 years ago
  63. 5254ca0 Get rid of ipc_sender.h include in ipc_message.h. by viettrungluu@chromium.org · 12 years ago
  64. 978f5a3 Remove obsolete typeguards in basictypes.h. by viettrungluu@chromium.org · 12 years ago
  65. d446471 Remove --performance_test from Android gtest runner. by frankf@google.com · 12 years ago
  66. 922018a Android pylib: measurement name escaping fix. by marja@chromium.org · 12 years ago
  67. 15e9ac5 Telemetry: Yet another histogram printing fix. by marja@chromium.org · 12 years ago
  68. 31c2449 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  69. 10be885 Revert 173064 by gene@chromium.org · 12 years ago
  70. ee66b19 Linux sandbox: add a new low-level broker process mechanism. by jln@chromium.org · 12 years ago
  71. 3a08d89 Remove extra string copies when iterating lists by joth@chromium.org · 12 years ago
  72. bd76058 Adding a new utility class for instrumentation tests. by jcivelli@chromium.org · 12 years ago
  73. 5c8c098 Telemetry: More elegant histogram printing. by marja@chromium.org · 12 years ago
  74. ca4d7ed Clean up Android gtest runners. by frankf@google.com · 12 years ago
  75. 7fe25fe Fix build on ChromeOS, in certain developer configurations the export by joi@chromium.org · 12 years ago
  76. 60312f2 Remove pref's dependency on test_browser_thread by kaiwang@chromium.org · 12 years ago
  77. 5d4ab36 Fire SystemMonitor::{RESUME,SUSPEND}_EVENT on Android. by pliard@chromium.org · 12 years ago
  78. 9861fd5 Remove support for TRACE_EVENT_IF_LONGER_THANx macros by caseq@google.com · 12 years ago
  79. 180bb43 Don't truncate graph and trace names for perf results. by tonyg@chromium.org · 12 years ago
  80. 11077e2 Fix the corner case issue with Android test sharder. by frankf@google.com · 12 years ago
  81. f6b27c9 Move PrefMember to base/prefs/public now that it has no bad dependencies. by joi@chromium.org · 12 years ago
  82. 4822e66 Fix data race when setting FieldTrial::group_reported_. by asvitkine@chromium.org · 12 years ago
  83. 27a8167 Android: fix breakpad_unittests execution. by digit@chromium.org · 12 years ago
  84. 8c6ea5c cros: Add UMA stats for graphics driver memory by jamescook@chromium.org · 12 years ago
  85. 3bc8345 GTTF: Lower timeouts. by phajdan.jr@chromium.org · 12 years ago
  86. 54a4753 Print OMAP temperature data by aberent@chromium.org · 12 years ago
  87. 202eb35 Patch for an inconsistency on the calls to Heap(Query/Set)Information. by sebmarchand@chromium.org · 12 years ago
  88. 6ca08fa Fix broken vs2012 build by cpu@chromium.org · 12 years ago
  89. 99e38f8 Add another temporary histogram to understand field trial reporting issue. by asvitkine@chromium.org · 12 years ago
  90. f81c4f5 Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2. by glider@chromium.org · 12 years ago
  91. 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
  92. 10d95ff Assert on actual contents of ScopedVector in scoped_vector_unittest. by gavinp@chromium.org · 12 years ago
  93. ad20135 Add tracing support to NaCl by jbauman@chromium.org · 12 years ago
  94. d99473f Remove scoped_refptr::release which is confusing and causes leaks. by piman@chromium.org · 12 years ago
  95. 9b2ccda android: Improve ActivityStatus and add ChromiumActivity. by digit@chromium.org · 12 years ago
  96. 4db9dd2 Report memory usage retained by TCMalloc freelists. by alexeif@chromium.org · 12 years ago
  97. bc9175b Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a libdispatch queue. by rsesek@chromium.org · 12 years ago
  98. b27e891 Add comments about what should and should not depend on 'allocator' by akalin@chromium.org · 12 years ago
  99. 43d9ac3 Correct misleading definition of 'closure' in base/bind documentation. by dubroy@chromium.org · 12 years ago
  100. 9a67ca1 Linux: inform the Zygote when it's waiting on a dead process by jln@chromium.org · 12 years ago