1. 861313b Move IsRunningOnChromeOS to SysInfo by stevenjb@chromium.org · 11 years ago
  2. 922e0a1 GTTF: Fix handling of PRE_ tests by phajdan.jr@chromium.org · 11 years ago
  3. 52608e6 Remove last dependencies on ui/base from ui/gfx by ben@chromium.org · 11 years ago
  4. dd88808 Minor clean-up in base/guid.* by vabr@chromium.org · 11 years ago
  5. 4f3851c dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus thread by hashimoto@chromium.org · 11 years ago
  6. 9eacffa Move ui/base/x/x11_error_tracker to base/x11. by kcwu@chromium.org · 11 years ago
  7. 750aa9e Fix a typo in base/sequence_checker.h. by thestig@chromium.org · 11 years ago
  8. 3354cf1 Fix unit test for 23588009 by stevenjb@chromium.org · 11 years ago
  9. 2f4de04 Parse /etc/lsb-release only once on ChromeOS by stevenjb@chromium.org · 11 years ago
  10. 4964732 Rename CallbackRegistry to CallbackList by caitkp@chromium.org · 11 years ago
  11. 93a9dc1 Android / Telemetry: final cleanup on perf_tests_helper. by bulach@chromium.org · 11 years ago
  12. 1f641f0 Disable ProcessUtilTest.GetAppOutputRestrictedNoZombies under ASan on 64-bit OS X by glider@chromium.org · 11 years ago
  13. 0049b59 Android: cleanup jni_android to minimize external dependencies. by bulach@chromium.org · 11 years ago
  14. 817335f FieldTrial: Remove friend declarations for non-existing tests by vabr@chromium.org · 11 years ago
  15. 7fd86b3 Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. This data can be collected on ChromiumOS when the user consents to it; this should help us collect more data about what shouldn't be happening in prod that happens anyways. by zork@chromium.org · 11 years ago
  16. ce5c615 dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult by hashimoto@chromium.org · 11 years ago
  17. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  18. 9a546c3 GTTF: Make temp file deletion failures non-fatal on Windows by phajdan.jr@chromium.org · 11 years ago
  19. 40b2d58 Allow typing label names on Windows by not treating things that start with slashes as arguments rather than switches. by brettw@chromium.org · 11 years ago
  20. 42ea6b8 Reland linux_aura: Implement most of DesktopScreenX11. by erg@chromium.org · 11 years ago
  21. 8b20a36 Clean up a few unused globals. by thakis@chromium.org · 11 years ago
  22. d4d3749 Revert 222826 "Copy the thread name to the stack for debugging p..." by rsesek@chromium.org · 11 years ago
  23. 7af0b5b Remove unused method PrefService::ReloadPersistentPrefs(). by gab@chromium.org · 11 years ago
  24. 2b10b74 Function-type templated CallbackRegistry by caitkp@google.com · 11 years ago
  25. d3dfbfe Refactored users of PolicySchema to use the new policy::Schema class. by joaodasilva@chromium.org · 11 years ago
  26. bafcea0 Revert 225054 "linux_aura: Implement most of DesktopScreenX11." by erg@chromium.org · 11 years ago
  27. 4490fab linux_aura: Implement most of DesktopScreenX11. by erg@chromium.org · 11 years ago
  28. 9e7b5d3 GTTF: add independent test timeout for the test launcher by phajdan.jr@chromium.org · 11 years ago
  29. aaa7250 Fix possible naming conflict in macro. by finnur@chromium.org · 11 years ago
  30. 4fdc3e4 Remove now defunct MessageBuilder class. by darin@chromium.org · 11 years ago
  31. 83ae192 base: Remove unused code in the message-loop. by sadrul@chromium.org · 11 years ago
  32. 0b23789 GTTF: instantiate ThreadChecker early in the test launcher by phajdan.jr@chromium.org · 11 years ago
  33. e4eb660 Treat options to the envsetup script as args. by sivachandra@chromium.org · 11 years ago
  34. caa7e46 Added method to convert base::Time to a Java timestamp. BUG=247382 by apiccion@chromium.org · 11 years ago
  35. 58c01e5 [android] Do not rm test dependencies when doing a full directory push in PushIfNeeded. by craigdh@chromium.org · 11 years ago
  36. 974bc39 Stub out initial NavigationController browser implementation by alecflett@chromium.org · 11 years ago
  37. 478d542 Add more support for FreeBSD by Geo.Liaskos@gmail.com · 11 years ago
  38. 843012a Clarify Mojo README by aa@chromium.org · 11 years ago
  39. 7006043 [android] Supply the correct activities for beta/stable packages. by craigdh@chromium.org · 11 years ago
  40. 8c3dcf0 [android] Log number of completely new files when pushing test dependencies to a device. by craigdh@chromium.org · 11 years ago
  41. 1bcc0b7 Revert 224179 "Track active references in ShillClientHelper" by kkania@chromium.org · 11 years ago
  42. 456adbc GTTF: Support running browser tests in parallel by phajdan.jr@chromium.org · 11 years ago
  43. 92b43c4 Track active references in ShillClientHelper by stevenjb@chromium.org · 11 years ago
  44. 1e20673 Move prefs::kLastPolicyStatisticsUpdate to the policy component. by dconnelly@chromium.org · 11 years ago
  45. ffe6553 Populate canPlayType to renderer by qinmin@chromium.org · 11 years ago
  46. 6dc51ea Fix inconsistent FieldTrial group assignment due to float errors. by asvitkine@chromium.org · 11 years ago
  47. 76c83bf Annotate WorkerPool::PostTaskAndReply as leaky. by earthdok@chromium.org · 11 years ago
  48. 449acfd Dump only salient differences from env_dump.py. by sivachandra@chromium.org · 11 years ago
  49. 47df845 Fix --trace-shutdown with thread-local tracing. by wangxianzhu@chromium.org · 11 years ago
  50. 63ca26e Chrome tracing for system-wide performance stats. by jwmak@chromium.org · 11 years ago
  51. e7ee577 [Android] Make TRIM_MEMORY_COMPLETE check >= rather than == by rmcilroy@chromium.org · 11 years ago
  52. ef01776 Fix few errors in env_dump.py. by sivachandra@chromium.org · 11 years ago
  53. d020371 [android] Test scripts log the list of files changed on the device when pushing dependencies. by craigdh@chromium.org · 11 years ago
  54. 1630c5c [android] Remove deprecated package constants. by craigdh@chromium.org · 11 years ago
  55. 41eb0d4 Android: splits cache_control and perf_control. by bulach@chromium.org · 11 years ago
  56. e4305a2 Fix a bug where killing pages doesn't yield a sad-tab by ccameron@chromium.org · 11 years ago
  57. 530d884 base: Split logging functions and PerfTimeLogger out of perftimer.h by tfarina@chromium.org · 11 years ago
  58. c96199f Change method of activity tracking done in ActivityStatus. by tedchoc@chromium.org · 11 years ago
  59. 8038db7 Use webview classic cookies file to create the chromium based by sgurun@chromium.org · 11 years ago
  60. 43f4838 Include What You Use: #include <errno.h> where errno is used, or use DPLOG by mark@chromium.org · 11 years ago
  61. 712f4ce Use close$NOCANCEL on the Mac, so that it has deterministic behavior when by mark@chromium.org · 11 years ago
  62. c15b265 Added new policy Schema classes. by joaodasilva@chromium.org · 11 years ago
  63. 2828377 mojo: MessageBuilder by darin@chromium.org · 11 years ago
  64. 26f09f6 ui/base/animation -> ui/gfx/animation by sky@chromium.org · 11 years ago
  65. 5d56920 Use SequencedWorkerPoolOwner in ParallelTestLauncher. by earthdok@chromium.org · 11 years ago
  66. bd138ea base: Rename OSLockType to NativeHandle in Lock API. by tfarina@chromium.org · 11 years ago
  67. c2878f5 Helper script which can source a bash script and dump environment as JSON. by sivachandra@chromium.org · 11 years ago
  68. 234956c [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join. by rsesek@chromium.org · 11 years ago
  69. 34264bc GTTF: launch test processes using job objects on Windows. by phajdan.jr@chromium.org · 11 years ago
  70. 69d8965 GTTF: Make --help and --gtest_help behave correctly with --brave-new-test-launcher by phajdan.jr@chromium.org · 11 years ago
  71. 2baaeb3 Re-enable pre-read experiment as a finch field trial. by rogerm@chromium.org · 11 years ago
  72. bfe6007 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  73. 76a4cb3 add missing #includes of <algorithm>, needed on VS2013 for std::min/max by scottmg@chromium.org · 11 years ago
  74. ca6d1a5 Make the lazy TLS pointer in SWP into a LeakyLazyInstance. by earthdok@chromium.org · 11 years ago
  75. 92df995 Add newlines to the end of files where they were missing by hans@chromium.org · 11 years ago
  76. 554899c Copy the thread name to the stack for debugging purposes. by rsesek@chromium.org · 11 years ago
  77. ddca968 gpu: Record GL state to trace by skyostil@chromium.org · 11 years ago
  78. fcef7eb Revert 222689 "Use an X event loop in the GPU process on Linux." by dalecurtis@google.com · 11 years ago
  79. a949fdf Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  80. 2396c9c Revert 222470 "Use an X event loop in the GPU process on Linux." This is to by noamsml@chromium.org · 11 years ago
  81. 146349f Fix CallbackRegistry on Win7 by caitkp@google.com · 11 years ago
  82. 1268af1 This is needed in order to reduce the boilerplate involved in converting Notifications into callbacks. It is intended to be the callback version of ObserverList. by caitkp@chromium.org · 11 years ago
  83. 5b75823 Fix memory leak in PrefMetricsService by battre@chromium.org · 11 years ago
  84. 5c16b57 Use an X event loop in the GPU process on Linux. by ccameron@chromium.org · 11 years ago
  85. d30d1cc Android: Don't restart/reboot on package install failure by sievers@chromium.org · 11 years ago
  86. 04112fe Report trace event overhead stat with metadata by wangxianzhu@chromium.org · 11 years ago
  87. 9a34eda Switch the offset conversion routines from an "offsets point at characters" by pkasting@chromium.org · 11 years ago
  88. 529caf5 Enable invalidations for arbitrary objects on Android. by stepco@chromium.org · 11 years ago
  89. 3387b6d Enable high resolution time for TimeTicks::Now on Windows Canary by simonjam@chromium.org · 11 years ago
  90. d211929 GTTF: kill spawned test processes when the launcher is killed by phajdan.jr@chromium.org · 11 years ago
  91. 59e8ca1 Output units with histogram results. by tonyg@chromium.org · 11 years ago
  92. 52b7d6e Telemetry: fix permission check when setting Android command line. by primiano@chromium.org · 11 years ago
  93. 506a696 [android] Relands: Adds constants.GetBuildDirectory() and converts test scripts to use it. by craigdh@chromium.org · 11 years ago
  94. 2352fd8 Revert 221736 "[android] Adds constants.GetOutDirectory() and co..." by johnme@chromium.org · 11 years ago
  95. 1999572 gtk: Allow building both the X11 and Gtk message-pumps for gtk. by sadrul@chromium.org · 11 years ago
  96. d627904 Set active extension IDs for crash reports using the crash key logging system. by rsesek@chromium.org · 11 years ago
  97. a06ba83 gtk: Some code cleanup for the message-pump. by sadrul@chromium.org · 11 years ago
  98. b8b1be4 Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. by dongseong.hwang@intel.com · 11 years ago
  99. 3614e04 Create mojo directory. by aa@chromium.org · 11 years ago
  100. d787d4f Thread-local trace-event buffers by wangxianzhu@chromium.org · 11 years ago