1. 493b0ea DBus: Reverse error suppression logic from r198328. by thestig@chromium.org · 11 years ago
  2. ca96ff4 Add templates for ConvertableToTraceFormat with other argument types. by dsinclair@chromium.org · 11 years ago
  3. 4a1f956 dbus: adding PostTaskToDBusThreadAndReply by haruki@chromium.org · 11 years ago
  4. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 11 years ago
  5. 6a5bdd5 Revert 198824 "Export FileInfo" by dbeam@chromium.org · 11 years ago
  6. 36f6040 Revert 198844 "Move sequenced_task_runner to base/task" by dbeam@chromium.org · 11 years ago
  7. ec4a667 Move sequenced_task_runner to base/task by brettw@chromium.org · 11 years ago
  8. f3c2ca2 Export FileInfo by brettw@chromium.org · 11 years ago
  9. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  10. cac44b9 Support GYP_CROSSCOMPILE variable in gyp_helper. by justincohen@google.com · 11 years ago
  11. 3f83863 Allow tracing categories to default to disabled. by dsinclair@chromium.org · 11 years ago
  12. 7605fde [Telemetry] Escape URLs in "Pages:" list. by tonyg@chromium.org · 11 years ago
  13. da222b3 Revert "Make IsHostPortUsed() handle ports bound by foreign UIDs." by pliard@chromium.org · 11 years ago
  14. ef19c6f Make IsHostPortUsed() handle ports bound by foreign UIDs. by pliard@chromium.org · 11 years ago
  15. ad89ff5 Fix OperationSystemVersion() on Android. by zmo@chromium.org · 11 years ago
  16. 796b028 Update comment for UseOneTimeRandomizationWithCustomSeed(). by asvitkine@chromium.org · 11 years ago
  17. 041cd0d Use CR_DEFINE_STATIC_LOCAL for iOS leaky mapped file. by justincohen@google.com · 11 years ago
  18. b5801b3 Move utf_string_conversions to strings/ and add namespace. by brettw@chromium.org · 11 years ago
  19. c1307dc Delete CopyRecursiveDirNoCache from test_file_util. by brettw@chromium.org · 11 years ago
  20. 4ef256d NaCl: Remove unnecessary nacl_syscalls.h #include by dmichael@chromium.org · 11 years ago
  21. b8f64fa Fix BASE_EXPORT keyword position in activity_status.h. by pliard@chromium.org · 11 years ago
  22. cedb267 Fixed CPU model name reporting on ChromeOS/ARM. by zelidrag@chromium.org · 11 years ago
  23. 56057f2 Add a method to check if a D-Bus service has an owner. Use it for mtpd. by thestig@chromium.org · 11 years ago
  24. 3e5cb75 Add snapshots to trace_event object model by nduca@chromium.org · 11 years ago
  25. ff47fa5 base: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  26. 97b1234 Change MessagePumpLinux to MessagePumpOzone by davemoore@chromium.org · 11 years ago
  27. eedad41 [Testing] Be more aggressive when killing android processes via ADB. by tedchoc@chromium.org · 11 years ago
  28. 656c686 Do not use bundles for the CDM on Mac. by ddorwin@chromium.org · 11 years ago
  29. 33089dd Revert 198141 "Revert 198124 "Add base/android/activity_status.cc"" by tedchoc@chromium.org · 11 years ago
  30. 6f7cab2 [Android] Fix md5sum for component build by cjhopman@chromium.org · 11 years ago
  31. 3d312ba Revert 194664 "Delete CopyRecursiveDirNoCache from test_file_util." by tonyg@chromium.org · 11 years ago
  32. e73667d Revert 198124 "Add base/android/activity_status.cc" by tedchoc@chromium.org · 11 years ago
  33. ec1dcb3 Get a backtrace in Chrome for Android. by dmikurube@chromium.org · 11 years ago
  34. 3421bf9 Add base/android/activity_status.cc by pliard@chromium.org · 11 years ago
  35. ff79f83 Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..." by tonyg@chromium.org · 11 years ago
  36. 38df86a Trivial code cleanup. by rjkroege@chromium.org · 11 years ago
  37. bac360f Gyp changes for ninja iOS build. by justincohen@google.com · 11 years ago
  38. e1eeaf9 [Chromium] Add tracing to startup process, particularly for Android by andrewhayden@chromium.org · 11 years ago
  39. 2d71f6a Implement web speech synthesis. by dmazzoni@chromium.org · 11 years ago
  40. 34da366 Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble. by yusukes@chromium.org · 11 years ago
  41. a540d5e Add more error codes to base::CreatePlatformFile on windows. by dgrogan@chromium.org · 11 years ago
  42. 153e14f [Android] Remove unneeded icu dependency from base. by yfriedman@chromium.org · 11 years ago
  43. 4af9296 Fix --dump-histograms-on-exit and make it work for Release builds. by tonyg@chromium.org · 11 years ago
  44. 0a2b25e Warn on missing OVERRIDE/virtual everywhere, not just in header files. by rsleevi@chromium.org · 11 years ago
  45. 7456955 base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro. by tfarina@chromium.org · 11 years ago
  46. 347194c testing: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  47. dff6b13 dbus: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  48. 93fb0c7 Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 (the closest value in the datatype's range). by mostynb@opera.com · 11 years ago
  49. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  50. db6b64a Support ninja flavor by sbaig1@bloomberg.net · 11 years ago
  51. e50c7cb Create a field trial to test if we can detect good QPC implementations. by simonjam@chromium.org · 11 years ago
  52. 19ebf24 Update ProcessIterator::CheckForNextProcess to get exe name from /proc/pid/exe. by tonyg@chromium.org · 11 years ago
  53. 209e542 Adding TryPostTask to the message loop by cpu@chromium.org · 11 years ago
  54. debea9a Add base::mac::OpenApplicationWithPath() by jeremya@chromium.org · 11 years ago
  55. 4c67fbb Re-implement form validation message UI with native widgets. (Common and Mac) by tkent@chromium.org · 11 years ago
  56. 3611e02 Normalize output path to cp.py by yfriedman@chromium.org · 11 years ago
  57. 3596983 Add a command line flag for dumping trace events to VLOG by vollick@chromium.org · 11 years ago
  58. 327a68a Android: Enable FileUtilProxyTest.Touch and PlatformFile.TouchGetInfoPlatformFile. by nileshagrawal@chromium.org · 11 years ago
  59. 1bfe1ec Android: fixes LD_LIBRARY_PATH for ASan tool. by bulach@chromium.org · 11 years ago
  60. 532864d Rationalize linux vs x11 in ui by davemoore@chromium.org · 11 years ago
  61. 4c08621 Revert 197024 "Add a command line flag for dumping trace events ..." by vollick@chromium.org · 11 years ago
  62. 4149a1e Add a command line flag for dumping trace events to VLOG by vollick@chromium.org · 11 years ago
  63. 03fb824 Fix a couple of style nits: by sadrul@chromium.org · 11 years ago
  64. 4bdbd86 Fix uninitialized field in test following r197009. by caseq@google.com · 11 years ago
  65. 4cba989 Invoke trace callback even when trace buffer is full by caseq@google.com · 11 years ago
  66. 25382c5 [MIPS] Support to build libchromeview for MIPS-Android by petarj@mips.com · 11 years ago
  67. 1dfc732 Add a new pair of IPC categories for messages that need handling as input events by jamesr@chromium.org · 11 years ago
  68. 891d0e1 Update ALLOW_THIS_IN_INITIALIZER_LIST macro to reflect its deprecatation. by scherkus@chromium.org · 11 years ago
  69. 65d623e Linux sandbox: allow non racy use of O_CLOEXEC by jln@chromium.org · 11 years ago
  70. c45286a Revert "Add a ConvertableToTraceFormat type to the trace framework." by tonyg@chromium.org · 11 years ago
  71. 0781293 Overhaul comments on WeakPtr to emphasize WeakPtrFactory over SupportsWeakPtr. by wez@chromium.org · 11 years ago
  72. 3758ad9 Revert r196352 "dbus: Add FakeBus" by oshima@chromium.org · 11 years ago
  73. 506c208 base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. by tfarina@chromium.org · 11 years ago
  74. c583d75 dbus: Add FakeBus by haruki@chromium.org · 11 years ago
  75. b9baffc The continue window is owned by the desktop environment now. by alexeypa@chromium.org · 11 years ago
  76. ea21fb9 [Android] Make gyp/apk_install.py resilient to user actions by cjhopman@chromium.org · 11 years ago
  77. c1944c6 D-Bus: notify properties changed from fakes by keybuk@chromium.org · 11 years ago
  78. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  79. 41636dc When debugger is attached, use int3 to break debugger for Android x86. by shouqun.liu@intel.com · 11 years ago
  80. efacfa8 Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n to base/i18n. The function LocalAwareCompareFilenames at base/i18n/file_util_icu.cc needed a function to sort string with consideration of a locale, but it couldn't refer ui/base. by hajimehoshi@chromium.org · 11 years ago
  81. b545a6d base: Always use X11 event window as event target. by reveman@chromium.org · 11 years ago
  82. e72bc48 Pepper: Add VLOG support for NaCl plugins. by teravest@chromium.org · 11 years ago
  83. 7e4a5ab base/prefs: Make use of ThreadCheck in favor of less inheritance. by tfarina@chromium.org · 11 years ago
  84. 993e506 Move Version to base namespace. by xhwang@chromium.org · 11 years ago
  85. c61f184 Restore skipping of default categories. by dsinclair@chromium.org · 11 years ago
  86. 0dd1213 Correctly handle multiple convertable argument names. by dsinclair@chromium.org · 11 years ago
  87. ab53e93 Double the timeout values when running under ThreadSanitizer v2. It is at least as slow as AddressSanitizer, if not worse. by glider@chromium.org · 11 years ago
  88. a5eca15 Avoid C++11 narrowing errors. by raphael.kubo.da.costa@intel.com · 11 years ago
  89. 56a2b64 Category group support/Renamings. by rubentopo@gmail.com · 11 years ago
  90. 7d431bf Clobbering android bots to fix test issue by dtrainor@chromium.org · 11 years ago
  91. 3e88bf0 Use std::isfinite(). by thakis@chromium.org · 11 years ago
  92. 59491bb Delay bookmarks load while the profile is loading. by msarda@chromium.org · 11 years ago
  93. 132b9ee posix: replace nonstandard futimes call with futimens by mostynb@opera.com · 11 years ago
  94. c92462a Adding WebRTC logging filter, handler and handler host. by grunell@chromium.org · 11 years ago
  95. 3942205 [Android] Fix forwarder for the component build by yfriedman@chromium.org · 11 years ago
  96. 2b0a1bd Regularize storage monitor creation in Windows. by gbillock@chromium.org · 11 years ago
  97. 5590f8d [Android] Only write the ordered libraries file when it changes by cjhopman@chromium.org · 11 years ago
  98. 0eed10b Update the remaining include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  99. 72204f0 Remove scoped_array from Chromium. by dcheng@chromium.org · 11 years ago
  100. f7a39ab support CC/CXX_wrapper in chromium.gyp_env by scottmg@chromium.org · 11 years ago