1. 5e43599 Remove CrApplication dependency from base by thakis@chromium.org · 14 years ago
  2. b825916 Clear obj_ before releasing the callee in RunnableMethod. by cbentzel@chromium.org · 14 years ago
  3. 79f2490 Commiting second word iterator patch for tsepez. this was originally reviewed at http://codereview.chromium.org/5796003/ by cdn@chromium.org · 14 years ago
  4. eb2b72d Add shared macros for stringizing and converting ANSI string constants by joi@chromium.org · 14 years ago
  5. ce2cac5 The UI language rather than the locale is now used to pick Chrome's language on Windows. (Also fixed some unrelated lint errors.) With this change, l10n_util::GetApplicationLocale first checks for an override of the "configured locale" (in base::i18n) containing the list of preferred Windows UI languages. The browser triggers an override early in startup before the ApplicationLocale is determined. In effect, the browser no longer uses ICU on Windows for language detection. (This locale override mechanism is borrowed from the OS X port.) by grt@chromium.org · 14 years ago
  6. d04f708 Apparently we weren't running this unittest. by abarth@chromium.org · 14 years ago
  7. 7913ed6 Move Windows-specific Event Tracing for Windows implementation to base/win. by siggi@chromium.org · 14 years ago
  8. 2f49b12 Move debug-related stuff from base to the base/debug directory and use the by brettw@chromium.org · 14 years ago
  9. 0dd3527 Make USE_OPENSSL and USE_NSS mutually exclusive by joth@chromium.org · 14 years ago
  10. e6bcfff Drop allocator dependency from base library. by willchan@chromium.org · 14 years ago
  11. b3a7c3e Move pe_image and registry from base to base/win and use the namespace. It removes windows_message_list which isn't used. by brettw@chromium.org · 14 years ago
  12. e47345a Move xdg_util into base/nix. I originally wanted to use base/linux, but you by brettw@chromium.org · 14 years ago
  13. 4535227 Move the windows-specific scoped_* stuff from base to base/win and in the base::win namespace. by brettw@chromium.org · 14 years ago
  14. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  15. 8b72c3e Move wmi_util out of base and into chrome/installer/util since that's the only place where it's used. by brettw@chromium.org · 14 years ago
  16. e0a88f3 Fix for the shared library build issue. This reverts my previous two tries which werer incorrect. perftimer just needed to be added to test_support_base. by brettw@chromium.org · 14 years ago
  17. afb572a Move PerfTestSuite implementation into a .cc file and add it to the base by brettw@chromium.org · 14 years ago
  18. 0f6abbc Move TestTimeouts from chrome/test to base/test. by sergeyu@chromium.org · 14 years ago
  19. a88579b Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  20. f6b59fa Revert 61142 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  21. 9a222fa Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  22. bb88404 Revert 61127 - Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  23. 23870d5 Made logging macros evaluate its stream arguments lazily. by akalin@chromium.org · 14 years ago
  24. f0ee79c Implemented VLOG() et al. by akalin@chromium.org · 14 years ago
  25. 2391598 Adding some functions that operate on file handles. by dumi@chromium.org · 14 years ago
  26. d6df7c5 Revert 59007 - Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 14 years ago
  27. fea699f Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 14 years ago
  28. 3903add Re-lands 58186: by bryeung@chromium.org · 14 years ago
  29. c3cb346 Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. by akalin@chromium.org · 14 years ago
  30. d9cfbeb Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. by bryeung@chromium.org · 14 years ago
  31. 32af1fb Revert 58186 - Move the keyboard files from base/ to app/. by phajdan.jr@chromium.org · 14 years ago
  32. 1a1573d Move the keyboard files from base/ to app/. by bryeung@chromium.org · 14 years ago
  33. f4cb174 Move task_queue.* to base because it makes more sense there. by levin@chromium.org · 14 years ago
  34. 77996d8 Sometimes you want to enforce that some but not all of your methods are called on the same thread as the constructor. ThreadChecker allows you to do this. by levin@chromium.org · 14 years ago
  35. 4312698 Add functions to get the length or compute a substring of UTF8 and UTF16 by dmazzoni@chromium.org · 14 years ago
  36. baf39d2 Lands http://codereview.chromium.org/3153008 for bryeung: by sky@chromium.org · 14 years ago
  37. 1c8c3be Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file. by brettw@chromium.org · 14 years ago
  38. 74a6d83 Fix bad tabs introduced in r56309 and r56311 in base/base.gyp. by tfarina@chromium.org · 14 years ago
  39. 6f78a11 Fix for win and mac builds by tfarina@chromium.org · 14 years ago
  40. 0e706f1 Add basic skeletal for the registry unittest. by tfarina@chromium.org · 14 years ago
  41. 67cbde4 Move StringPrintf into its own file and use the base namespace. Currently this has using by brettw@chromium.org · 14 years ago
  42. f485079 Fix the Linux shared object build by adding necessary dependencies. by brettw@chromium.org · 14 years ago
  43. 694bb6f Separate out the constructor and Run from test_suite.cc. This is an isolated by brettw@chromium.org · 14 years ago
  44. 3e22460 On NSS-using platforms, add a way to use an existing keypair given only the pubkey by cmasone@google.com · 14 years ago
  45. 12ec1e8 Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file by nsylvain@chromium.org · 14 years ago
  46. d1d70ba Cleanup in base. This moves the implementation (and a bunch of header file by brettw@chromium.org · 14 years ago
  47. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago
  48. cbde69a Move the number conversions from string_util to a new file. by brettw@chromium.org · 14 years ago
  49. b1089e4 Add unit tests for base/platform_thread.* and base/lock.*. by viettrungluu@chromium.org · 14 years ago
  50. ad52d0d base: Add unittests for the EnvVarGetter class. by tfarina@chromium.org · 14 years ago
  51. b00f098 FTP: fix navigating to files listed under non-ASCII characters by phajdan.jr@chromium.org · 14 years ago
  52. 7cdbc42 Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds. by siggi@chromium.org · 14 years ago
  53. d393cc4 Created a stock implementation of the MessageLoopProxy interface than can be used to create an implementation that targets the current thread's message loop. by sanjeevr@chromium.org · 14 years ago
  54. 73aec0e bsd: refactor XDG bits of linux_util into a shared file. by evan@chromium.org · 14 years ago
  55. cb2aae8 GTK: Improve xfce detection. by erg@chromium.org · 15 years ago
  56. 9f7a86f Refactor FileVersionInfo into an interface with platform implementations. by tony@chromium.org · 15 years ago
  57. 478c944 Move allocator dependency to base for profiler.cc. by mmoss@google.com · 15 years ago
  58. 1b47d95 Move the Nigori classes from base to sync. by albertb@chromium.org · 15 years ago
  59. 4176813 First pass of a Nigori implementation for Chrome. Only unassisted key by albertb@chromium.org · 15 years ago
  60. d4d57c5 Implement random key generation and AES encryption using NSS. by albertb@chromium.org · 15 years ago
  61. 751961d Fix Linux shared library build. by mmoss@google.com · 15 years ago
  62. 540ad01 PBKDF2 implemetation using NSS. by albertb@chromium.org · 15 years ago
  63. 2c4a3a8 Move RTL related functions from app/l10n_util to base/i18n/rtl by ben@chromium.org · 15 years ago
  64. 4b9545a Die on an OOM situation in many more cases. by avi@chromium.org · 15 years ago
  65. 12e726e Reverting 41834; ui tests are asploding. by avi@chromium.org · 15 years ago
  66. 105da73 Die on an OOM situation in many more cases. by avi@chromium.org · 15 years ago
  67. df8a72d Move FileWatcher from src/base/ to src/chrome/browser/ and switch by tony@chromium.org · 15 years ago
  68. 0c1d4da Move base/gfx contents to gfx/ by ben@chromium.org · 15 years ago
  69. 4300a31 POSIX: don't allocate memory after forking. by agl@chromium.org · 15 years ago
  70. e434bc8 Revert "POSIX: don't allocate memory after forking." by agl@chromium.org · 15 years ago
  71. 55a7a74 POSIX: don't allocate memory after forking. by agl@chromium.org · 15 years ago
  72. 83bc0b6 Implements AeroPeek of Windows 7. by hbono@chromium.org · 15 years ago
  73. 5c4a2e4 Add a FileWatcher to base/. by tony@chromium.org · 15 years ago
  74. 6ed4f88 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by akalin@chromium.org · 15 years ago
  75. d0e6b85 Solaris: Second set adding in Solaris as an OS option by evan@chromium.org · 15 years ago
  76. 81708b6 Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. by mmoss@google.com · 15 years ago
  77. f678cec linux: remove needless base/i18n gtk dep by evan@chromium.org · 15 years ago
  78. eb19326 Remove DirectoryWatcher and the only thing using it. by phajdan.jr@chromium.org · 15 years ago
  79. 2aa41a7 Make LASTCHANGE work properly for make build. by mmoss@google.com · 15 years ago
  80. 753a848 OpenBSD/FreeBSD ifdefs and GYP changes for base/ by pvalchev@google.com · 15 years ago
  81. 2205821 Move two generic string split functions from sync API to their own API in base/string_split. by timsteele@google.com · 15 years ago
  82. 0f9756f Added the ToolsSanityTest test case to base_unittests. by glider@chromium.org · 15 years ago
  83. 88f5dc0 Try 2: Completely redo how themes are stored on disk and processed at install time. by erg@google.com · 15 years ago
  84. c112936 Revert "Completely redo how themes are stored on disk and processed at install by erg@google.com · 15 years ago
  85. 4c7f5f0 Completely redo how themes are stored on disk and processed at install time. by erg@google.com · 15 years ago
  86. 9e3cfd6 Split base.gyp and add base_nacl_win64 target by gregoryd@google.com · 15 years ago
  87. f5d730e Rename AtomicFlag to CancelFlag, change its semantics a bit by timurrrr@chromium.org · 15 years ago
  88. eea8306 Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by thestig@chromium.org · 15 years ago
  89. ae57f80 Tries to catch callbacks expecting scoped_refptr<T> and getting T* using template magic by jamesr@chromium.org · 15 years ago
  90. e3ccd0a Make SystemMonitor not a Singleton and move it out of base by phajdan.jr@chromium.org · 15 years ago
  91. ed07d73 Convert the existing .gyp configuration to use the new base\allocator by sgk@chromium.org · 15 years ago
  92. fdc9006 Implement SyncSocket class for Posix targets (Linux, Mac), and enable the by sehr@google.com · 15 years ago
  93. 0c206a0 Refactor OS-dependent filename exclusion patterns by evan@chromium.org · 15 years ago
  94. 4db6579 Integrate the base logging with Event Tracing for Windows. This allows ETW to control the log level and log feature flags from outside the process, and all log messages can be transported into ETW trace sessions.As is this provides an event trace provider class thatmanages the log level on control callbacks and shunts the formatted log messages to ETW when warranted.The provider observes one feature flag, which when turned on causes it to capture and log a stack trace at the log site, which can be helpful when diagnosing errors from logs.This CL also initializes ETW logging for chrome.dll, but only if the environment variable "CHROME_ETW_LOGGING" is set. The ETW machinery may create a thread in every process registering a trace provider, and the environment variable makes this overhead optional. by siggi@chromium.org · 15 years ago
  95. ddcc5a4 Enable TCMalloc on Linux by default. by willchan@chromium.org · 15 years ago
  96. 4f325aa This adds the first version of SyncSocket to base, along with a trivial unittest. by sehr@google.com · 15 years ago
  97. 268ac3a Move base64 from 'net/base' into 'base'. by hayato@chromium.org · 15 years ago
  98. fae7268 posix: split OS-specific bits out of sys_info_posix by evan@chromium.org · 15 years ago
  99. c136509 posix: refactor duplicated path-handling code by evan@chromium.org · 15 years ago
  100. aea8162 Use AutoReset (formerly ScopedBool) where possible. by pkasting@chromium.org · 15 years ago