1. 6d168a7 D-Bus: ObjectProxy remove function for Bus object. by deymo@chromium.org · 12 years ago
  2. 3fed43f Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleElementDeletedWithBraces by glider@chromium.org · 12 years ago
  3. 5a75b7e Disable cache in PathService. by vitalybuka@chromium.org · 12 years ago
  4. f8fa209 encodeHtmlDataUri to avoid malformed URIs in tests by aruslan@chromium.org · 12 years ago
  5. 366e10f Adding upper limit to DiscardableMemoryAndroid by qinmin@chromium.org · 12 years ago
  6. e8012e1 Revert 179189 by nileshagrawal@chromium.org · 12 years ago
  7. c3f5291 Add apk for running content_browsertests by nileshagrawal@chromium.org · 12 years ago
  8. 41264cb Reland: Add trace event Pepper API by elijahtaylor@chromium.org · 12 years ago
  9. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  10. 487eb9c Remove ".." from PathService take #2. by maruel@chromium.org · 12 years ago
  11. d06052c Base: add a security test to check for new[] or calloc() overflowing. by jln@chromium.org · 12 years ago
  12. 1242c80 Mount/access cgroups in /sys/fs/cgroup by jorgelo@chromium.org · 12 years ago
  13. ac869d0 Revert 178928 by zea@chromium.org · 12 years ago
  14. 06a553b Move file_util_proxy to base/files. by brettw@chromium.org · 12 years ago
  15. 805e39a Enforce no path service has improper path. by maruel@chromium.org · 12 years ago
  16. d902cdc Base: add a security test to check for new[] or calloc() overflowing by jln@chromium.org · 12 years ago
  17. 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
  18. 38608f8 Add ability to retrieve a thread_name given a thread_id. by dsinclair@chromium.org · 12 years ago
  19. 0c7e8ec Go back to using mach_thread_self for Mac thread IDs, sort of. by mark@chromium.org · 12 years ago
  20. 24387a5 fix checked_numeric_cast comments by scottmg@chromium.org · 12 years ago
  21. 5fb90f4 Add implementation for WebKit::WebDiscardableMemory and WebKitPlatformSupportImpl::allocateAndLockDiscardableMemory by qinmin@chromium.org · 12 years ago
  22. 515186d Remove GetFileCreationLocalTime. It is unused. by brettw@chromium.org · 12 years ago
  23. 6caeec6 Fix BufferAlignment test on ARM linux. by sbc@chromium.org · 12 years ago
  24. 51a1988 This is the continuation of https://codereview.chromium.org/11615008/ by kaiwang@chromium.org · 12 years ago
  25. 5ac06e4 cc: Set ui/gpu/cc/ipc/upload/raster thread priorities. by epenner@chromium.org · 12 years ago
  26. 03ec248 DBus: Fixes a flaky test case. by deymo@chromium.org · 12 years ago
  27. f93fa85 Fix no-compile tests in base. by dcheng@chromium.org · 12 years ago
  28. 25935ab [Memory Sheriff] Longer timeout for heapchecker test, too. by groby@chromium.org · 12 years ago
  29. 26c3017 Implement DiscardableMemory for Mac/iOS. by avi@chromium.org · 12 years ago
  30. 1c03039 Only HistogramBase is used outside of base/metrics. by kaiwang@chromium.org · 12 years ago
  31. c5371a4 Follow up change to fix some leftovers in DiscardableMemory by qinmin@chromium.org · 12 years ago
  32. 1d8e768 Componentize visitedlinks to src/components/visitedlink by boliu@chromium.org · 12 years ago
  33. 62b9e14 POSIX: add a maximum number of iterations to HANDLE_EINTR by jln@chromium.org · 12 years ago
  34. 5d5212d Making most protected members of MessageLoop private. by shibl@google.com · 12 years ago
  35. 3ba5fda Equality on scoped_ptr can be done with const pointers. by qsr@chromium.org · 12 years ago
  36. a15170a Make use_system_mesa switch work: make symlinks for nacl untrusted build. by phajdan.jr@chromium.org · 12 years ago
  37. 75c85a7 Remove temporary histograms in field_trial.cc now that the problem is fixed. by asvitkine@chromium.org · 12 years ago
  38. 85652c6 Android: fixes timeout for WaitForLogMatch. by bulach@chromium.org · 12 years ago
  39. f374181 Add base::DiscardableMemory class and implementation for android by qinmin@chromium.org · 12 years ago
  40. e7fc5fd Disabling nacl_win64 targets when building in target_arch!=ia32 mode. by bradnelson@google.com · 12 years ago
  41. 5252ca8 Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll. by gab@chromium.org · 12 years ago
  42. 6cce709 Documentation: improve FileUtilProxy comment to note about the return value by kinuko@chromium.org · 12 years ago
  43. 8fef773 [sync] Divorce python sync test server chromiumsync.py from testserver.py by rsimha@chromium.org · 12 years ago
  44. 72eb3d9 [Android] Uploaded instrumentation tests to prod flakiness dashboard. by frankf@chromium.org · 12 years ago
  45. cb9f1f0 base: Fix a bug in MessagePumpGLib which caused a hang by satorux@chromium.org · 12 years ago
  46. f149e96 Android: removes "trace_event_clock_sync" from atrace. by bulach@chromium.org · 12 years ago
  47. 2cbb1e2 Rename non-const payload() in base::Pickle to mutable_pyload() by sergeyu@chromium.org · 12 years ago
  48. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  49. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  50. 7a087c4 Use SOCK_SEQPACKET for synchronous IPC. by glider@google.com · 12 years ago
  51. 3946518 Add help to landmines.py if it errors out with unexpected builder by scottmg@chromium.org · 12 years ago
  52. 660247e Support startup performance tests on Galaxy S3 by aberent@chromium.org · 12 years ago
  53. 347c365 Add numeric_cast for checked integral narrowing casts by scottmg@chromium.org · 12 years ago
  54. 81422bd [Android] Move base tests classes to pylib/base by frankf@chromium.org · 12 years ago
  55. 6e6776d [Android] Sever findbugs dependencies on environment variables. by yfriedman@chromium.org · 12 years ago
  56. b760ec1 mac: Remove OwnershipPolicy parameter to scoped_nsobject. by thakis@chromium.org · 12 years ago
  57. 81f6e03 Cleanup: Deprecate FileUtilProxy::RelayFileTask by kinuko@chromium.org · 12 years ago
  58. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  59. 1096367 Telemetry & Android: fix stderr / stdout getting mixed. by marja@chromium.org · 12 years ago
  60. c02d90b Android: fix cpu governor setup for perf tests by aberent@chromium.org · 12 years ago
  61. 4bb1a5e base: Add a couple Pref unit tests to base_unittests target. by tfarina@chromium.org · 12 years ago
  62. edcf626 Enable overlapping, usage counted SetEnabled()/SetDisabled() for TraceLog by caseq@google.com · 12 years ago
  63. 222e34c Added SharedMemory::MapFrom. by vitalybuka@chromium.org · 12 years ago
  64. c6c0fb6 Fix comments that reference the long since deleted TimerManager class. by darin@chromium.org · 12 years ago
  65. 51a9e7c Create the crash key registration system and register some Mac-specific keys. by rsesek@chromium.org · 12 years ago
  66. b0849f0 GTTF: Print more detailed information about deadly signals. by phajdan.jr@chromium.org · 12 years ago
  67. 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
  68. 8710f51 Allow base::BindBlock to return a base::Callback with a return type. by droger@chromium.org · 12 years ago
  69. 4faaf21 TCMalloc: restrict maximum size of memory allocations by jln@chromium.org · 12 years ago
  70. 0615143 Automate ipc_perftests. by viettrungluu@chromium.org · 12 years ago
  71. d111f91 Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test. by creis@chromium.org · 12 years ago
  72. 2aca521 Telemetry (memory benchmark): Add histogram Memory.RendererUsed. by marja@chromium.org · 12 years ago
  73. d6c4ad2 Add a histogram for renderer memory usage. by marja@chromium.org · 12 years ago
  74. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  75. 80f6b33 Workaround to make MemoryBarrier compile on Win x64 by scottmg@chromium.org · 12 years ago
  76. 3da824d Remove the base::files:: namespace. by darin@chromium.org · 12 years ago
  77. 9498d47 Eliminate FilePathWatcher::Delegate. by darin@chromium.org · 12 years ago
  78. b0b5f43 [Android] Enable uploading instrumentation tests to flakiness dashboard. by frankf@google.com · 12 years ago
  79. 632ad02 Fix JavaObjectWeakGlobalRef::operator= leaking jweaks by joth@chromium.org · 12 years ago
  80. 8160b27 Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows. by sebmarchand@chromium.org · 12 years ago
  81. edbc66c Avoid sending notifications when the bitmap data in the history backend is replaced with bitmap data which is byte for byte equal. by pkotwicz@chromium.org · 12 years ago
  82. 13a55bc GTTF: dump registers on crash on 32-bit Linux by phajdan.jr@chromium.org · 12 years ago
  83. 4d75a8a Revert 176681 by sky@chromium.org · 12 years ago
  84. 51e0070 GTTF: dump registers on crash on 32-bit Linux by phajdan.jr@chromium.org · 12 years ago
  85. 1cde159 Add regression test for lazy evaluation of tracing parameters. by dsinclair@chromium.org · 12 years ago
  86. 1d968f4 Revert 176659 by joaodasilva@chromium.org · 12 years ago
  87. 3e70cd1 Fix creating target paths in file_util_posix CopyDirectory. by aedla@chromium.org · 12 years ago
  88. 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
  89. acce781 Use CopyOnWriteArrayList to safely maintain a list of observers. by nileshagrawal@chromium.org · 12 years ago
  90. a913cb4 Fix retention policy on jni annotations by dtrainor@chromium.org · 12 years ago
  91. 5927e89 [sync] Add java InvalidationController for Android. by nyquist@chromium.org · 12 years ago
  92. 5d8ba31 GTTF: Replace usage of Time::Now with TimeTicks::Now by phajdan.jr@chromium.org · 12 years ago
  93. e4e800c Serialize/Deserialize support in HistogramBase by kaiwang@chromium.org · 12 years ago
  94. e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
  95. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  96. 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago
  97. a6aa52c Fix Android RegisterNativeMethods failure logic by boliu@chromium.org · 12 years ago
  98. def614a GTTF: Enable debugallocation by default (try 3 or so). by phajdan.jr@chromium.org · 12 years ago
  99. f78faf8 GTTF: dump registers on crash on 64-bit Linux by phajdan.jr@chromium.org · 12 years ago
  100. 3b5d147 base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). by tfarina@chromium.org · 12 years ago