1. d1f1868 base: Remove dereference structure operator (i.e ->) from ScopedVector. by tfarina@chromium.org · 12 years ago
  2. abfb774 Exclude parts of the 'base' target's file list to get it building on iOS by stuartmorgan@chromium.org · 12 years ago
  3. 45cbd63 Fix a bug in file_util::Delete() where symlinks are not handled right by yoshiki@chromium.org · 12 years ago
  4. 589263d Adding DVLOG to show what field trial groups are chosen. by jwd@chromium.org · 12 years ago
  5. 791de94 Add iOS support to common.gypi by stuartmorgan@chromium.org · 12 years ago
  6. db1259e Remove Message::Sender and Channel::Listener typedefs. by brettw@chromium.org · 12 years ago
  7. bf3eb52 Move dir_reader to base/files by brettw@chromium.org · 12 years ago
  8. 1ae25c8 Upstream Android-specific changes to debugger_posix.cc by jknotten@chromium.org · 12 years ago
  9. f48910a Make the serialization of IPC::Messages inside other IPC::Messages independent by brettw@chromium.org · 12 years ago
  10. 5d5b281 Add base::RunLoop and update ui_test_utils to use it to reduce flakiness by jbates@chromium.org · 12 years ago
  11. 5d4882e Upstream ChildProcessLauncher changes for Android. by yfriedman@chromium.org · 12 years ago
  12. b09a889 Build fix for chromeos: MessagePumpAuraX11's header should forward declare glib by erg@chromium.org · 12 years ago
  13. dcee7a5 Remove ANDROID_APK_TEST_TARGET by nileshagrawal@chromium.org · 12 years ago
  14. 56028ac dbus: move logic from Property<> to PropertySet by keybuk@chromium.org · 12 years ago
  15. 6f8b420 For unit tests, track additions to AtExitManager and warn. by scottbyer@chromium.org · 12 years ago
  16. cdf5b3b Remove unused fields found by clang's new Wunused-private-fields. by thakis@chromium.org · 12 years ago
  17. 92150ef Remove the linux-only CR_SOURCE_ROOT environment variable override of base::DIR_SOURCE_ROOT. by maruel@chromium.org · 12 years ago
  18. 4218d21 Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is set by rsleevi@chromium.org · 12 years ago
  19. 8c2f767 Don't rely on undefined macro behaviour in unit tests. by rsleevi@chromium.org · 12 years ago
  20. c30c76f Make GlobalDescriptors::MaybeGet return -1 when the key is not found. by jcivelli@chromium.org · 12 years ago
  21. 68092f9 Make SplitString() and variants clear their outparam vector. (Note that SplitStringIntoKeyValues() and SplitStringIntoKeyValuePairs() already did this.) This is more in line with what other APIs that take outparams do. by pkasting@chromium.org · 12 years ago
  22. 6f34948 Fix thread_restrictions ifdef by jam@chromium.org · 12 years ago
  23. 7283a6d Move java files into src parent directory. by navabi@google.com · 12 years ago
  24. e8ef3b3 base: Clean up stl_util.h style issues. by tfarina@chromium.org · 12 years ago
  25. d55e9a4 RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  26. 605d18a Switch thread_restrictions to use the same ifdef flags as thread_checker. by jam@chromium.org · 12 years ago
  27. e9d8333 RefCounted types should not have public destructors, delegate cleanup by rsleevi@chromium.org · 12 years ago
  28. 6c34bd7 Update documentation for base::ThreadChecker by rsleevi@chromium.org · 12 years ago
  29. 3c3d937 RefCounted types should not have public destructors by rsleevi@chromium.org · 12 years ago
  30. 4cf1afa Completely refactor isolate.py to be 'command based'. by maruel@chromium.org · 12 years ago
  31. 7827c53 linux_aura: Redo how activation is handled. by erg@chromium.org · 12 years ago
  32. 24ae088 Remove unused member variables found by clang's -Wunused-private-field by thakis@chromium.org · 12 years ago
  33. c8f3644 Refactor GetCrashSignalFD to be more generic. by yfriedman@chromium.org · 12 years ago
  34. 1c77575 Add support for namespace in static JNI methods. by bulach@chromium.org · 12 years ago
  35. c9fdf90 Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta. by tedvessenes@gmail.com · 12 years ago
  36. 0071cd9 Linux: Return a failure in ReadProcStats() if the stat file is empty. by thestig@chromium.org · 12 years ago
  37. 8d15376 Initializes BuildInfo::java_exception_info_. Follow up on: https://chromiumcodereview.appspot.com/10412045 by bulach@chromium.org · 12 years ago
  38. 691ce22 Remove message_loop_helpers.h and update the includes to point to the new location. by tfarina@chromium.org · 12 years ago
  39. 4942f58 Fix scoped_ptr::Pass to not rely on undefined behavior by dmichael@chromium.org · 12 years ago
  40. 02bbd7d Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  41. 8a88b09 Remove an IPC::ChannelProxy constructor that is not actually implemented anywhere. by bryner@chromium.org · 12 years ago
  42. 1da28fc Switch template_utils_unittest to using COMPILE_ASSERT. by gavinp@chromium.org · 12 years ago
  43. 87cb6e3 Add element_type in scoped_refptr. by xhwang@chromium.org · 12 years ago
  44. db80ccc Consolidate RecordBrowserStartupTime() into one location by jeremy@chromium.org · 12 years ago
  45. cdb89c6 Suppress the "Assertion Failed" dialog of VC++. (Take 2) by hbono@chromium.org · 12 years ago
  46. 0a4e374 Android: native targets shouldn't depend on java targets. by torne@chromium.org · 12 years ago
  47. 5f82f04 Remove gdata::GDataFileSystem from ScopedAllowedWait's user list by hashimoto@chromium.org · 12 years ago
  48. c77c087 Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState. by kkania@chromium.org · 12 years ago
  49. 2c50705 Add make_scoped_ptr to scoped_ptr.h by kalman@chromium.org · 12 years ago
  50. 361b902 Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  51. c36cd74 Revert r142693 "Suppress the "Assertion Failed" dialog of VC++." by oshima@chromium.org · 12 years ago
  52. abecf0a Fix error introduced in r142770. <(PRODUCT_DIR) is an argument, not a dependency. by maruel@chromium.org · 12 years ago
  53. bee7a90 Fix base_unittests_run on Windows. by maruel@chromium.org · 12 years ago
  54. 49b8fc6 Upstream some more content/ DEPS-related cleanup. by sievers@chromium.org · 12 years ago
  55. 5b88611 Suppress the "Assertion Failed" dialog of VC++. by hbono@chromium.org · 12 years ago
  56. d3a3e76 [MIPS] Adding atomic ops for MIPS architecture. by petarj@mips.com · 12 years ago
  57. b562dcc Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  58. 3ae418a Cleanup thread_local_storage on Windows by jar@chromium.org · 12 years ago
  59. 7dfd3e5 Revert 142482 - Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  60. 9c96101 Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  61. a231928 [Mac] Enable message loop start UMA measurement on Mac by jeremy@chromium.org · 12 years ago
  62. 9dd8b17 Add weak pointer static casting. by gavinp@chromium.org · 12 years ago
  63. 3d1e0c7 base: Remove an unused member from MessagePumpLibevent::FileDescriptorWatcher by satorux@chromium.org · 12 years ago
  64. beb855a android content shell bringup. by jrg@chromium.org · 12 years ago
  65. 9158ee0 Move guid generation from chrome/common/ to base/. by marja@chromium.org · 12 years ago
  66. a539c30 Remove by mark@chromium.org · 12 years ago
  67. 0e2261e Fix the error package name for SandboxedProcessService by yongsheng.zhu@intel.com · 12 years ago
  68. 8e3c3df Refactor chrome.alarms interface to support absolute alarm deadlines. by jyasskin@chromium.org · 12 years ago
  69. 8cab161 Fix the ant warning of 'includeantruntime was not set' in android build by shouqun.liu@intel.com · 12 years ago
  70. 84d2cde Cleanup: Consolidate declarations of XDG variables. by thestig@chromium.org · 12 years ago
  71. ce2f241 Cleanup: Move some const char definitions to the .cc file. (try 2) by thestig@chromium.org · 12 years ago
  72. bf27cb7 Make Callback.Reset safe against deleting itself. by mattm@chromium.org · 12 years ago
  73. f56c62c Update comments on how to create a field trial in field_trial.h. by asvitkine@chromium.org · 12 years ago
  74. 4e2e0bf Revert 141810 - Cleanup: Move some const char definitions to the .cc file. by cpu@chromium.org · 12 years ago
  75. ffa29f7 Cleanup: Move some const char definitions to the .cc file. by thestig@chromium.org · 12 years ago
  76. eb7afa3 Unrevert r141537: Add extensions::StateStore and use that instead of by mpcomplete@chromium.org · 12 years ago
  77. 1b7fd5f Fix ProcessUtilTests for android. by nileshagrawal@chromium.org · 12 years ago
  78. aa3c6d3 Remove duplicate CPU detection code; use base::CPU instead. by dalecurtis@chromium.org · 12 years ago
  79. 986e9f7 Add files and exclusions needed for NaCl IPC proxy to base_untrusted target. by bbudge@chromium.org · 12 years ago
  80. dc73354 replace string16 with StringPiece16 in ConvertUTF16ToJavaString() by james.wei@intel.com · 12 years ago
  81. e918b74 Revert r141537: Add extensions::StateStore and use that instead of by mpcomplete@chromium.org · 12 years ago
  82. 6e7dc66 Add extensions::StateStore and use that instead of ExtensionPrefs for by mpcomplete@chromium.org · 12 years ago
  83. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  84. 80dd6d7 Revert 138011 - Base: Add power requirements to the System monitor. by rvargas@google.com · 12 years ago
  85. 3285a06 Remove duplicate call to InitAndroidTest. by nileshagrawal@chromium.org · 12 years ago
  86. 84b42de Fix comment typo. by bryeung@chromium.org · 12 years ago
  87. cc38070 PPAPI/NaCl: Remove call of system() from NaCl build by dmichael@chromium.org · 12 years ago
  88. 28b15ae Run ProcessUtil tests on Android. by nileshagrawal@chromium.org · 12 years ago
  89. 77bb999 Make the other Java modules debuggable by haitao.feng@intel.com · 12 years ago
  90. c0bcf28 Add Javascript time methods to base::Time. by jyasskin@chromium.org · 12 years ago
  91. 040b1d1 Adding base_untrusted. by bradnelson@google.com · 12 years ago
  92. 130e766 Moving all targets from base.gypi to base.gyp. by bradnelson@google.com · 12 years ago
  93. c664248 dbus: Add test_server.cc used for manual testing. by satorux@chromium.org · 12 years ago
  94. 6a7aa37 dbus: Truncate strings in dbus::Message::ToString() if too long by satorux@chromium.org · 12 years ago
  95. c777858 Add shared memory cleanup before/after all tests by jar@chromium.org · 12 years ago
  96. 7d15be3 Upstream Android proxy config service. by pliard@chromium.org · 12 years ago
  97. 8715ab0 WebKit will start using NaN for null/invalid modificationTime by kinuko@chromium.org · 12 years ago
  98. 1bccb2f Implement SpawnDebuggerOnProcess for POSIX. by jyasskin@chromium.org · 12 years ago
  99. 4202193 Linux: bump the setuid sandbox API number by jln@chromium.org · 12 years ago
  100. 5fdbcf7 Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath by hashimoto@chromium.org · 12 years ago