1. ce8daf4 Marking BusTest.UnregisterExportedObject as flaky by jochen@chromium.org · 12 years ago
  2. d94714a Change explicit usage of each type of message loop in WaitableEventWatcher tests to instead loop through an array of message loop types. by leng@chromium.org · 12 years ago
  3. ea12397 Include linux_util for android. by nileshagrawal@chromium.org · 12 years ago
  4. 0694687 Linux: Detect Unity as a desktop environment. by thestig@chromium.org · 12 years ago
  5. 8c05a03 Reenable the following tests that were disabled because they failed on OS X 10.5: by rsesek@chromium.org · 12 years ago
  6. 1f2b527 device_stats_monitor.py implementation code accidentally given executable bit. by shess@chromium.org · 12 years ago
  7. b40ab71 Remove "chrome" hardcoded suffix from Android .pak path. by tedchoc@chromium.org · 12 years ago
  8. 4352d23 Remove native_library_mac from the iOS build by stuartmorgan@chromium.org · 12 years ago
  9. efef7e9 Add an activity monitor which profiles IO and CPU utilization. by satish@chromium.org · 12 years ago
  10. 5cea2fe Enable SysInfoTest on iOS. by leng@chromium.org · 12 years ago
  11. 6cbedab Adds a way to specify test data files for unittests. by rohitrao@chromium.org · 12 years ago
  12. 29ced2c Android: further simplication for test runners. by bulach@chromium.org · 12 years ago
  13. 44fe4d7 Change explicit usage of each type of message loop in TimerTest to instead loop through an array of message loop types. by leng@chromium.org · 12 years ago
  14. c19ed4f Fix the parameters for creating SpawningServer on Android. by shouqun.liu@intel.com · 12 years ago
  15. f4460b7 Android: Disable tests failing on Jellybean devices. by nileshagrawal@chromium.org · 12 years ago
  16. 2b54be4 Implement SharedMemory for untrusted NaCl builds. by bbudge@chromium.org · 12 years ago
  17. e13290d Un-exclude system_monitor_unittest.cc on iOS. by leng@chromium.org · 12 years ago
  18. 82eaa52 Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests. by leng@chromium.org · 12 years ago
  19. 406c7ba Upstreaming diffs in os_compat_android.cc by felipeg@chromium.org · 12 years ago
  20. f4c9634 Add media_unittest test suite data files on Android. by shouqun.liu@intel.com · 12 years ago
  21. d4a108f Add all of base.gyp to the iOS 'All' target by stuartmorgan@chromium.org · 12 years ago
  22. 456df34 Add necessary iOS frameworks to base and test_support_base by stuartmorgan@chromium.org · 12 years ago
  23. 3c57dc6 Move StatisticsRecorder out of histogram.cc/h for further refactoring. by kaiwang@chromium.org · 12 years ago
  24. 607827c Rename aura_shell_unittests to ash_unittests, part 1 by jamescook@chromium.org · 12 years ago
  25. 8f96ab5 Remove IPC macros for "5_4" messages. by brettw@chromium.org · 12 years ago
  26. 98cd05c Have iOS use the same atomicops_internal implementation that Mac uses. by leng@chromium.org · 12 years ago
  27. 5db5238 Android: move functions added in third_party to android_commands. by bulach@chromium.org · 12 years ago
  28. dcc4902 Adds MessageLoopUIApplication for use on iOS. by rohitrao@chromium.org · 12 years ago
  29. c9ca67f Make it possible to run gtests on iOS. by leng@chromium.org · 12 years ago
  30. 11e3bfd Add quick reference for bind/callback usage. by brettw@chromium.org · 12 years ago
  31. 1c05d34 Histograms - Support histograms for Plugins, GPU by rtenneti@google.com · 12 years ago
  32. 5e4a014 Use isfinite() on all POSIX platforms by stuartmorgan@chromium.org · 12 years ago
  33. 3eabd8b Fix cherk_perms following http://codereview.chromium.org/10703165/. by bulach@chromium.org · 12 years ago
  34. 53f3375 Android: adds instrumentation test runners. by bulach@chromium.org · 12 years ago
  35. 6112dfd Android: a few minor improvements for the test runner. by bulach@chromium.org · 12 years ago
  36. 11469a4 as we will use sdcard to store test data, so add sd card when creating avd. by james.wei@intel.com · 12 years ago
  37. 6ecf8e8 Second try of http://codereview.chromium.org/10698063/ by kaiwang@chromium.org · 12 years ago
  38. 4c83fec Switch to TimeDelta interface for process waiting functions in base. by tedvessenes@gmail.com · 12 years ago
  39. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  40. 7be1713 Remove two deprecated methods from base::Version by isherman@chromium.org · 12 years ago
  41. fef03a2 Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedders." by tedchoc@chromium.org · 12 years ago
  42. 5966b64 Switch to TimeDelta interfaces for process waiting functions in net and ipc. by tedvessenes@gmail.com · 12 years ago
  43. 1133545 Add minimal support for process_utils on iOS by stuartmorgan@chromium.org · 12 years ago
  44. 894c3dc Get base_unittests closer to compiling for iOS by stuartmorgan@chromium.org · 12 years ago
  45. d72e591 Get mac_logging and foundation_util working on iOS by stuartmorgan@chromium.org · 12 years ago
  46. 77c3a62 Implement SysInfo for iOS by chenyu@chromium.org · 12 years ago
  47. dd2f35c Enable compilation of more files in base/ on iOS. by rohitrao@chromium.org · 12 years ago
  48. c40fe4c fix test broken issue when using --use-emulator by james.wei@intel.com · 12 years ago
  49. d049dfb enable two test cases in base_unittests with fix and disable one failure by james.wei@intel.com · 12 years ago
  50. 35d31c9 Fix failed apk unit test case MessagePumpLibeventTest.* on Android. by shouqun.liu@intel.com · 12 years ago
  51. 670a38f Add the methods to change and get a posix file permission to file_util. by yoshiki@chromium.org · 12 years ago
  52. d5a9db9 Revert 146000 - Split out ContentViewCore from ContentView for embedders. by ericu@google.com · 12 years ago
  53. eae5e58 RefCounted types should not have public destructors by rsleevi@chromium.org · 12 years ago
  54. 0aa1819 Split out ContentViewCore from ContentView for embedders. by tedchoc@chromium.org · 12 years ago
  55. a049e95 Exclude unsupported tests from the android build. by nileshagrawal@chromium.org · 12 years ago
  56. 3d29872 Adds an iOS implementation of base::SystemMonitor. by rohitrao@chromium.org · 12 years ago
  57. 41d2d1f Add scoped StartupInfoEx to base. by jschuh@chromium.org · 12 years ago
  58. fe4e9c5 Do not wrap memory allocation routines when building Chromium with compiler-based ThreadSanitizer. by glider@chromium.org · 12 years ago
  59. 3876ba7 Use isfinite instead of finite on Mac by stuartmorgan@chromium.org · 12 years ago
  60. 25d42f7 [android] Upstream / sync most of build/android and build/android/pylib. by bulach@chromium.org · 12 years ago
  61. 23582c9 Switch base/ registrations to a static class method where appropriate. by nileshagrawal@chromium.org · 12 years ago
  62. e5f7b75 Switch to TimeDelta interface for WaitForSingleProcess in metrics unit test. by tedvessenes@gmail.com · 12 years ago
  63. f6f051a Get file_util and platform_file building on iOS by stuartmorgan@chromium.org · 12 years ago
  64. 4ab5de9 Do not use grp.h on iOS. by qsr@chromium.org · 12 years ago
  65. 0cea4da Add specific Mac files to the iOS build of base by stuartmorgan@chromium.org · 12 years ago
  66. 2bc91ca [android] Fixes checkperms.py error. by bulach@chromium.org · 12 years ago
  67. ae059f0 [android] Split top-level scripts and libraries from build/android. by bulach@chromium.org · 12 years ago
  68. 58648bd Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions. by tedvessenes@gmail.com · 12 years ago
  69. e1183cf Increase worker thread stack size for AddressSanitizer. This is especially required for debug builds, since ASAN uses a lot more stack and otherwise causes it to crash. by aarya@google.com · 12 years ago
  70. 1644fe1 Refactor CreateOrUpdateChromeShortcuts() for a better public API. by gab@chromium.org · 12 years ago
  71. cec98ed Move DeviceInfo to common to prevent a DEPS failure. by leandrogracia@chromium.org · 12 years ago
  72. 1088cfd Supporting wildcards in max/min version specifications in VariationsService. by mathp@google.com · 12 years ago
  73. 3ed0c36 Fix build for native client to roll DEPS. by bbudge@chromium.org · 12 years ago
  74. 9b96cbb Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtr by raymes@google.com · 12 years ago
  75. 823fff1 Rename/re-comment tests and 2 new death tests for WeakPtr by kaiwang@chromium.org · 12 years ago
  76. 45cc438 Update dynamic_annotations to r4384. by glider@chromium.org · 12 years ago
  77. 52852d5 persist known media galleries (only directories for now) by estade@chromium.org · 12 years ago
  78. 434073f This change list fixed the issue of #135391, sometimes the channel_id of Logged IPC message is empty by samuel.xu@intel.com · 12 years ago
  79. 07c5c0c upstream SurfaceTextureListener and SurfaceTextureBridge class for android by qinmin@chromium.org · 12 years ago
  80. 5b6d49c Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner by sergeyu@chromium.org · 12 years ago
  81. 59cc7cf Add Java function to retrieve the native library dir. by aurimas@chromium.org · 12 years ago
  82. e2530d0 Android JNI generator: raises an error when there are no JNI methods. by bulach@chromium.org · 12 years ago
  83. 419824a Fix OS_IOS definition by stuartmorgan@chromium.org · 12 years ago
  84. 5fa58ac JNI Generator: Always generate static fwd declarations for free functions. by pliard@chromium.org · 12 years ago
  85. d1f1868 base: Remove dereference structure operator (i.e ->) from ScopedVector. by tfarina@chromium.org · 12 years ago
  86. abfb774 Exclude parts of the 'base' target's file list to get it building on iOS by stuartmorgan@chromium.org · 12 years ago
  87. 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 12 years ago
  88. 589263d Adding DVLOG to show what field trial groups are chosen. by jwd@chromium.org · 12 years ago
  89. 791de94 Add iOS support to common.gypi by stuartmorgan@chromium.org · 12 years ago
  90. db1259e Remove Message::Sender and Channel::Listener typedefs. by brettw@chromium.org · 12 years ago
  91. bf3eb52 Move dir_reader to base/files by brettw@chromium.org · 12 years ago
  92. 1ae25c8 Upstream Android-specific changes to debugger_posix.cc by jknotten@chromium.org · 12 years ago
  93. f48910a Make the serialization of IPC::Messages inside other IPC::Messages independent by brettw@chromium.org · 12 years ago
  94. 5d5b281 Add base::RunLoop and update ui_test_utils to use it to reduce flakiness by jbates@chromium.org · 12 years ago
  95. 5d4882e Upstream ChildProcessLauncher changes for Android. by yfriedman@chromium.org · 12 years ago
  96. b09a889 Build fix for chromeos: MessagePumpAuraX11's header should forward declare glib by erg@chromium.org · 12 years ago
  97. dcee7a5 Remove ANDROID_APK_TEST_TARGET by nileshagrawal@chromium.org · 12 years ago
  98. 56028ac dbus: move logic from Property<> to PropertySet by keybuk@chromium.org · 12 years ago
  99. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  100. cdf5b3b Remove unused fields found by clang's new Wunused-private-fields. by thakis@chromium.org · 12 years ago