1. 9d594d1 Revert 157667 - Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by wjia@chromium.org · 12 years ago
  2. 4011fea Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  3. c44724e unchecked_malloc() for Skia on OSX. by shess@chromium.org · 12 years ago
  4. 27af19f [Android] Add IO thread delegate for request intercepting. by mkosiba@chromium.org · 12 years ago
  5. ea0b1f0 Upstreaming SelectFileDialog for Android by aurimas@chromium.org · 12 years ago
  6. 7cc8033 Trace PostTasks from post to run. by jbates@chromium.org · 12 years ago
  7. 5856386 Add package label to base::android::BuildInfo by nileshagrawal@chromium.org · 12 years ago
  8. 5401208 Expose memory allocator internal stats and properties. by alexeif@chromium.org · 12 years ago
  9. c57a896 Chromium's key generation is running on a non-joinable worker thread, which requirs us to use leakable Singleton/LazyInstance object since. by jnd@chromium.org · 12 years ago
  10. 0c1da82 Cleanup: Add a const variable for /proc/self/exe. by thestig@chromium.org · 12 years ago
  11. 9625ab4 Update jni_generator to include Callback for saveWebArchive. by tedchoc@chromium.org · 12 years ago
  12. 6c1aa71 Make ConvertJavaToUTF functions more robusts. by jcivelli@chromium.org · 12 years ago
  13. 3019c88 Implement ResourceDispatchHostLoginDelegate for android_webview. by benm@chromium.org · 12 years ago
  14. 5081d8e Add some useful features to base::Values: by kalman@chromium.org · 12 years ago
  15. ba30bd7 Add a flag force_breakaway_from_job_ to the base::LaunchOptions structure for Windows, which by ananta@chromium.org · 12 years ago
  16. 090cf18 Document bad pattern in base::SystemMonitor. by vandebo@chromium.org · 12 years ago
  17. d9354e4 Add some TraceAnalyzer utility methods to simplify test code by jbates@chromium.org · 12 years ago
  18. 3d1ede2 [Android] Upstream ChromeBrowserProvider, the Android port ContentProvider implementation. by leandrogracia@chromium.org · 12 years ago
  19. 8ce1244 Fix a potential multi-thread issue when manipulating removable storage map by hongbo.min@intel.com · 12 years ago
  20. a4170d4 Check string and UI direction in GetDisplayStringInLTRDirectionality, etc. by msw@chromium.org · 12 years ago
  21. 3d68445 Fix Android ninja sdk build by cjhopman@chromium.org · 12 years ago
  22. 2e4eb99 [Android] Upstream org.chromium.base.test.UrlUtils (partially) and device files by mnaganov@chromium.org · 12 years ago
  23. c669f0d Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in http://crrev.com/155918) -- Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 12 years ago
  24. 5791f7b Remove FileEnumerator::IsLink by tzik@chromium.org · 12 years ago
  25. 829cf75 Add an ostream operator to Value (based on JSONWriter) so that assertions by kalman@chromium.org · 12 years ago
  26. a89212c Try to fix the possible bug in base::Time:Now() that can cause the crashing later in icu code called from ash tray TimeView::UpdateTextInternal() if the call to gettimeofday fails. by jennyz@chromium.org · 12 years ago
  27. a29aae9 Make base compiled by clang by michaelbai@chromium.org · 12 years ago
  28. b5c85fb clang: Remove an ancient workaround. by thakis@chromium.org · 12 years ago
  29. bd9d20a Fix trace event macro naming issue by jbates@chromium.org · 12 years ago
  30. cb6adaa installer_util_unittests has failed on XP Tests (dbg)(1) since this landed by dgrogan@chromium.org · 12 years ago
  31. 786c893 Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 12 years ago
  32. db2811b SupportsUserData is not thread safe by joth@chromium.org · 12 years ago
  33. 59659da Remove {base,net}_java dependencies from GYP client targets on Android. by pliard@chromium.org · 12 years ago
  34. 31799e2 base::i18n::StringSearch...() returns match index and length by derat@chromium.org · 12 years ago
  35. fe42be5 aura-x11: Make sure the events targetted for root-window reaches all the root-window dispatchers. by sadrul@chromium.org · 12 years ago
  36. aee3181 Fix wrong permission by nona@chromium.org · 12 years ago
  37. a029a18 Fixing Time::Max()'s behavior with Time::ToTimeT() and friends. by mkwst@chromium.org · 12 years ago
  38. 2ca5b4d Replace PeekMessage for TSF awareness by yoichio@chromium.org · 12 years ago
  39. 893f7d6 Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and Linux. by hongbo.min@intel.com · 12 years ago
  40. 00e5e7d Add WebView implementation for CookieManager. by tedchoc@chromium.org · 12 years ago
  41. 75a27f9 Build test_file_util_mac.cc on iOS. by msarda@chromium.org · 12 years ago
  42. 296aa04 Revert 154885 - Extend base::Callback to 8 arguments. by rsleevi@chromium.org · 12 years ago
  43. 0cb793c Fixed ProcessUtilTest.GetTerminationStatusCrash for android. Increased the timeout required to check the termination status of the process. by qghc36@motorola.com · 12 years ago
  44. cc74b35 Upstream the Android port find-in-page feature. by leandrogracia@chromium.org · 12 years ago
  45. 1868db9 Extend base::Callback to 8 arguments. by leandrogracia@chromium.org · 12 years ago
  46. 1b1c391 Android: Use external storage for test data. by nileshagrawal@chromium.org · 12 years ago
  47. f05dc2d Implement DocuementHasImages by joth@chromium.org · 12 years ago
  48. 68c7aea Move hash.h/cc from net to base. by jbates@chromium.org · 12 years ago
  49. 6f1b35c implement SetWatchEvent and WaitForEvent for trace-based-tests. by jbates@chromium.org · 12 years ago
  50. 996e15c Move base_java_test_support out of gtest_target_type == shared_library' guard. by jnd@chromium.org · 12 years ago
  51. ba192ae Fix stack corruption bug in FilePathWatcherTest.Callback. by joaodasilva@chromium.org · 12 years ago
  52. f8b6faf Add BREAK_CHARACTER to base::i18n::BreakIterator. by hbono@chromium.org · 12 years ago
  53. d0a6566 Enable file path watcher for Android by yongsheng.zhu@intel.com · 12 years ago
  54. f55621e Linux: Better detect a race in /proc/pid/stats reading code. by thestig@chromium.org · 12 years ago
  55. 0bf6aa1 Implement platform specific part of MediaStorageUtil for Linux. by vandebo@chromium.org · 12 years ago
  56. ad9b9f4 Add WebContentsObserverAndroid that will take over native tasks of ContentViewCLient by yusufo@chromium.org · 12 years ago
  57. 63bedb5 Merge aura::DispatcherLinux into base::MessagePumpAuraX11. by erg@chromium.org · 12 years ago
  58. bd09d67 Delete Chrome's secondary tiles on Windows 8 when uninstalling. by benwells@chromium.org · 12 years ago
  59. 1623787 [Android] Upstream Modal Dialogs functionality by yfriedman@chromium.org · 12 years ago
  60. 885802c Disable DCHECKs in non-official release builds on Android. by wangxianzhu@chromium.org · 12 years ago
  61. b5c3d67 Add WARN_UNUSED_RESULT to scoped_refptr::release. by xiaomings@google.com · 12 years ago
  62. 58025ce [Android] Add InstrumentationUtils class. by mkosiba@chromium.org · 12 years ago
  63. 2463424 Add support for joining strings on strings rather than just chars. by smckay@chromium.org · 12 years ago
  64. c5a4fd9 * Rename ScopedStartupInfoEx to StartupInformation. by jschuh@chromium.org · 12 years ago
  65. 2f6a582 Add 'base::Time::Max()' to explicitly refer to the end of time. by mkwst@chromium.org · 12 years ago
  66. 866501f Rename SystemMonitor's MediaDevice calls to RemovableStorage. Functional changes to follow in future CLs. by thestig@chromium.org · 12 years ago
  67. f8395de foo (1).user.js, not foo.user (1).js. by aa@chromium.org · 12 years ago
  68. 0aa5a61 Use a different algorithm with the low entropy source for field trials. by asvitkine@chromium.org · 12 years ago
  69. a4be12c Add DIR_ANDROID_EXTERNAL_STORAGE to base/base_path.h by nileshagrawal@chromium.org · 12 years ago
  70. a1cd4bf Histogram - back out the temporary debug changes. by hshi@chromium.org · 12 years ago
  71. 720e237 Make NaCl IPC-based PPAPI proxy build on ARM. by bbudge@chromium.org · 12 years ago
  72. 043791a Add a test runner for android_webview. by mkosiba@chromium.org · 12 years ago
  73. a326de6 Histogram - add checks to catch cases of duplicate histogram names. by hshi@chromium.org · 12 years ago
  74. 4caddb0 base: Reverse the parameters passed to EXPECT_EQ in ObserverList test. by tfarina@chromium.org · 12 years ago
  75. ef4a679 Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Android by yongsheng.zhu@intel.com · 12 years ago
  76. 7b34939 Histogram - add checks to catch cases of duplicate histogram names. by hshi@chromium.org · 12 years ago
  77. e1abc51 Kill PropertyBag, switch WebContents to SupportsUserData. by avi@chromium.org · 12 years ago
  78. 9f4fa3a Fix atomicops internal implementation using GCC intrinsics. by bbudge@chromium.org · 12 years ago
  79. 407d3b5 Fix atomic ops on ARM to compile in NaCl untrusted targets. by bbudge@chromium.org · 12 years ago
  80. 741dcb0 Make printf and LOG output to cmd console for Windows BUG=142722 by jbates@chromium.org · 12 years ago
  81. 774888d Move Android user agent generation to native code by dfalcantara@chromium.org · 12 years ago
  82. b0efbba Add AssertIOAllowed check in the implementations of SysInfo::AmountOfFreeDiskSpace. by haruki@chromium.org · 12 years ago
  83. f3ab45c Refactor the Android port to allow access to the chrome layer. by leandrogracia@chromium.org · 12 years ago
  84. 9451186 Revert 152432 - Make printf and LOG output to cmd console for Windows BUG=142722 by jbates@chromium.org · 12 years ago
  85. 79da9b7 SystemMonitor: Pull device type into the device id by vandebo@chromium.org · 12 years ago
  86. c239f5a Add comments to HistogramFlatterner interface and rename a function by kaiwang@chromium.org · 12 years ago
  87. c37de60 Make printf and LOG output to cmd console for Windows BUG=142722 by jbates@chromium.org · 12 years ago
  88. 663b41a Revert 150969 - Disable getting histogram data from child processes other than the renderer processes. by rtenneti@chromium.org · 12 years ago
  89. 09840d3 Attached data cleanup. by avi@chromium.org · 12 years ago
  90. 7b6f9a4 Prevent crashes in mime_util_xdg. by benjhayden@chromium.org · 12 years ago
  91. 01441c1 [Android] Implement WebSettings.{get|set}Allow{Content|File}Access. by mnaganov@chromium.org · 12 years ago
  92. 9329193 Advertise a minimum alignment for SharedMemory::Map(). by dalecurtis@chromium.org · 12 years ago
  93. 93fef43 Fix indent nit in file_util.h by gab@chromium.org · 12 years ago
  94. bc8b19f Desktop Aura: Allow tab drags out of window. by erg@chromium.org · 12 years ago
  95. 85b8591 Update documentation comments in field_trial.h. by asvitkine@chromium.org · 12 years ago
  96. ee5cadd Disable leak annotations for NaCl untrusted builds. by bbudge@chromium.org · 12 years ago
  97. 03c65ac [Chromoting] Launch the host process elevated via ShellExecuteEx(). by alexeypa@chromium.org · 12 years ago
  98. 6e2fe76 Load ICU data from file on iOS. by blundell@chromium.org · 12 years ago
  99. 5e2f67d Fix TraceEventTestFixture flakiness BUG=142804 by jbates@chromium.org · 12 years ago
  100. 6c946ad Add more code for debugging. We will revert this change when we find out the reason of corruption. by kaiwang@chromium.org · 12 years ago