[go: nahoru, domu]

  1. 3df4e0e [Android] Add feng@chromium.org to OWNERS of base/test/android by feng · 10 years ago
  2. ac2b39f [Android] Upstream several test support classes. by feng · 10 years ago
  3. e0c8785 Revert "Allow POSIX callers to specify a new file's mode." by Mike Wittman · 10 years ago
  4. 09e7ebe Switching profiler instrumentations from ScopedProfile to ScopedTracker. This will disable the instrumentations in all channels except Canary, and developer build. Instrumentations are only enabled in Browser process. by vadimt · 10 years ago
  5. 3457f738 Allow POSIX callers to specify a new file's mode. by Chris Palmer · 10 years ago
  6. ee13e42 Check in executable for iOS test launcher (attempt #2) by Paweł Hajdan, Jr · 10 years ago
  7. 8234910 Fix chronic presubmit warnings/errors. by simonb · 10 years ago
  8. fa874fd Add logging support for base::Time* types. by ricea · 10 years ago
  9. 2a112d5 Add UMA for testing whether the Chromium library was page aligned in the APK file. by petrcermak · 10 years ago
  10. 7e7fce4 Add a few missing overrides found by a new clang warning. by thakis · 10 years ago
  11. 96e537d5 mac: Add UMA metrics for Handoff. by erikchen · 10 years ago
  12. 4b6961d Adding /analyze support to common.gypi through GYP_DEFINES=win_analyze=1, and suppress one very noisy warning. by brucedawson · 10 years ago
  13. 5a5927dd Replace a few typeofs with delctype. by thakis · 10 years ago
  14. 2017553 Creating infrastructure for profiler instrumentation only in developer build and Canary channel. by vadimt · 10 years ago
  15. 1058da00 Clarify failure to load the crazy linker library. by simonb · 10 years ago
  16. 3a3c88a Infrastructure for enabling V8's initial snapshot to be loaded from external files as opposed to being statically linked to the binary. by baixo · 10 years ago
  17. 0dfe9ba [Android] Initialize CommandLine before any usage in Render. by feng · 10 years ago
  18. e8ed3db NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros. by oshima · 10 years ago
  19. 9944ec3 Cleanup: Remove some unneeded timer.h includes. by thestig · 10 years ago
  20. 1b29da2 remove DIR_LOCAL_APP_DATA_LOW from base. by cpu · 10 years ago
  21. cc12a6a Listen to Off The Record profiles in ContentSettingsHandler. by scheib · 10 years ago
  22. 3daa03c Add brettw's guidelines about what should be in base to base/OWNERS. by thakis · 10 years ago
  23. 09981a9 GN: Fix Android component build by cjhopman · 10 years ago
  24. 23b7f23 Fix for a problem on low-memory devices caused by https://codereview.chromium.org/643803003. by petrcermak · 10 years ago
  25. da4b0f2 Fixed copying read-only directories by ripp · 10 years ago
  26. 044230f1 Revert of Listen to Off The Record profiles in ContentSettingsHandler. (patchset #3 id:60001 of https://codereview.chromium.org/676083003/) by avi · 10 years ago
  27. c9ba380 Listen to Off The Record profiles in ContentSettingsHandler. by scheib · 10 years ago
  28. cb5a66af Re-land: Add browser-wide discardable memory implementation. by reveman · 10 years ago
  29. 9ca0741 Use the Windows XP version of NONCLIENTMETRICS by cpu · 10 years ago
  30. 44d2e5c Align base::hash_map with C++11, part 2. by davidben · 10 years ago
  31. 26436e40 components: Introduce AlarmTimer class and use it for GCM heartbeat by chirantan · 10 years ago
  32. 1059684 Revert of Add browser-wide discardable memory implementation. (patchset #23 id:910001 of https://codereview.chromium.org/531343002/) by avi · 10 years ago
  33. 2ac2d83 Add browser-wide discardable memory implementation. by reveman · 10 years ago
  34. 695078d mac: Double clicking titlebar should zoom window on Yosemite. by erikchen · 10 years ago
  35. cb4d80c Revert "Check in executable for iOS test launcher" by Yaron Friedman · 10 years ago
  36. ec3246c0 Check in executable for iOS test launcher by Paweł Hajdan, Jr · 10 years ago
  37. 27660a3 Reland Roll android_tools and breakpad to the latest. by fdegans · 10 years ago
  38. 13fa256 Parental controls only need to be Win7. by cpu · 10 years ago
  39. 27b35fc0 Add a death test to check field trial creation before FieldTrialList. by asvitkine · 10 years ago
  40. 9d16025 Add __analysis_assume support to CHECK macros to reduce warnings with /analyze. by brucedawson · 10 years ago
  41. 3e1fa4d Small refactor of base_nacl.gyp by hidehiko · 10 years ago
  42. dfdc7fb2 Final step of the java_cpp_template -> java_cpp_enum migration. by mkosiba · 10 years ago
  43. 3151133 GN: Enable loading libraries from apks by cjhopman · 10 years ago
  44. e58877e Update WeakPtr documentation for SequencedTaskRunner support. by davidben · 10 years ago
  45. a2226a6 Convert manually triggered try runs to use bots without _swarming prefix. by John Abd-El-Malek · 10 years ago
  46. e6319d7 Revert of Roll android_tools and breakpad to the latest. (patchset #5 id:80001 of https://codereview.chromium.org/671633003/) by ppi · 10 years ago
  47. a924ebe9 remove OVERRIDE/FINAL presubmit checks now the macros are gone by mostynb · 10 years ago
  48. 79bd5f1 Roll android_tools and breakpad to the latest. by fdegans · 10 years ago
  49. 0f97763f Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476) by jshin · 10 years ago
  50. 1611680 Delete the last remaining use of OVERRIDE and remove its definition. by viettrungluu · 10 years ago
  51. 7d5f646 Give PEImage a virtual destructor by hans · 10 years ago
  52. b9f1b81 More virtual/override updates in base/. by viettrungluu · 10 years ago
  53. 19b6b65 Clean up final uses of scoped_ptr<T>::PassAs() and remove it. by dcheng · 10 years ago
  54. 48c7b1f Just define int64 and uint64 as int64_t and uint64_t. by wtc · 10 years ago
  55. 69e6983 Revert of [Base] Use variadic template in callback_list.h (wave 1) (patchset #1 id:1 of https://codereview.chromium.org/618573002/) by lfg · 10 years ago
  56. 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  57. 59602fb6 Delete ARRAYSIZE_UNSAFE (from base/macros.h). by Viet-Trung Luu · 10 years ago
  58. 073d514d Cleanup: Better constify some strings in base. by thestig · 10 years ago
  59. 9deb575 Don't use 64KB of stack on a single call. by cpu · 10 years ago
  60. 8e0e50c Don't shadow variables (same name in scope) by cpu · 10 years ago
  61. 74ca738 The DisplayVirtualKeyboard function on Windows 8 and beyond should not be displaying the OSK if a physical keyboard is attached to the machine. by ananta · 10 years ago
  62. a409ccc Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  63. 4863f1d Fix MacViews views_unittest simulate FullScreen test for 10.7+ SDKs by tapted · 10 years ago
  64. 38b46138 [Android] Simplify logic for grabbing initial country-code. by yfriedman · 10 years ago
  65. 367ff21 Add a Context argument to LibraryLoader.onNativeInitializationComplete(). by petrcermak · 10 years ago
  66. 6a398155c [Mac] Do not initialize the MockCrApplication in base::TestSuite. by rsesek · 10 years ago
  67. 1fcf60de Tidy logcat message on test for mmap from apk. by simonb · 10 years ago
  68. 0e46019 Render base::File::Flush() doc more precise. by tnagel · 10 years ago
  69. 604e5c1 Abort ImportantFileWriter::WriteFileAtomically() on Flush() error. by tnagel · 10 years ago
  70. f5c85cf6 Remove dead declarations for a nonexistent class. by palmer · 10 years ago
  71. fbe886d Don't define ARRAYSIZE_UNSAFE except in Blink. by viettrungluu · 10 years ago
  72. 079d184 Enforce handle ownership in base::Process. by rvargas · 10 years ago
  73. aac45ed8 Make crazy linker work in gn build by cjhopman · 10 years ago
  74. cba972d OWNERS updates - willchan on extended leave by willchan · 10 years ago
  75. a6edc5a7 Fix failure to use shared relro on load from a zip file. by simonb · 10 years ago
  76. 35b9a92 Put some references to __DATE__ and __TIME__ behind a preprocessor flag. by sebmarchand · 10 years ago
  77. 2b720d2 Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  78. 823a646 Remove some friend declarations in ThreadRestrictions that are no more needed. by kinaba · 10 years ago
  79. 6f315b8 Remove raw handles from base::win::RegKey by rvargas · 10 years ago
  80. b2dd79c base: Add discardable memory test that check behavior when creating enough instances that could use up a 32-bit address space. by reveman · 10 years ago
  81. 0adaa53 Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc by cmasone · 10 years ago
  82. 99867ef Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC. by pkasting · 10 years ago
  83. d8ee1714 base: Use nullptr instead of NULL and static_cast in discardable memory unit tests. by reveman · 10 years ago
  84. ad396f7 SafeSPrintf: use C++ variadic template by jln · 10 years ago
  85. da4b9e9 Fix Java indentation issues. by aurimas · 10 years ago
  86. 805eabb Convert ARRAYSIZE_UNSAFE -> arraysize in base/. by viettrungluu · 10 years ago
  87. 4fe6ccad Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of https://codereview.chromium.org/632833002/) by dcheng · 10 years ago
  88. df0de364 Cleanup: Consolidate initialization of Android's SecureRandom class. by lambroslambrou · 10 years ago
  89. 293dd71 Add setTextDirection to the ApiCompatibilityUtils. by tedchoc · 10 years ago
  90. 31f0530 base: Use LazyInstanceTraits instead of SharedState class for discardable memory. by reveman · 10 years ago
  91. 1aa0fa7 Remove raw handles from base::win::RegKey by rvargas · 10 years ago
  92. 7fb5c97 Fix Mac ASan builds. by John Abd-El-Malek · 10 years ago
  93. 14ae054 Fix LSan on swarming. by John Abd-El-Malek · 10 years ago
  94. 84b6029 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  95. b7eaedb Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
  96. 8b00232 grt for owner of base/win by cpu · 10 years ago
  97. 4736998 MacViews: Handle failure to enter fullscreen by tapted · 10 years ago
  98. 9961abd Allow custom deleters to opt out of self reset checks for scoped_ptr. by dcheng · 10 years ago
  99. e8941c4 Fix Java Checkstyle issues. by Aurimas Liutikas · 10 years ago
  100. dec63a4 base: Rename and move Mach implementation of discardable memory to a separate file. by reveman · 10 years ago