[go: nahoru, domu]

  1. 723571a Start using file_util symlink code, now that it's available. by gspencer@chromium.org · 14 years ago
  2. 016498e scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  3. f2ea0e7e Fix crash when the silent extension install policy is set to an empty list by gfeher@chromium.org · 14 years ago
  4. 9d8d402 Update prcpucfg.h to build in Native Client. by abarth@chromium.org · 14 years ago
  5. d299265 A quick fix for Bug 64463. by hbono@chromium.org · 14 years ago
  6. a9f206f Eliminate 'if defiend(CHECK) to avoid having to different binaries for the same template function. by oshima@chromium.org · 14 years ago
  7. 325cca0 linux: remove split base_extra_target from base.gyp by jam@chromium.org · 14 years ago
  8. e8f8da26 Make sure that cached values of signed settings are trusted. by dilmah@chromium.org · 14 years ago
  9. 5cffdfd Help make Base compile under NaCl by abarth@chromium.org · 14 years ago
  10. 651d9c0 Help make base compile under NaCl by abarth@chromium.org · 14 years ago
  11. bd254b4 Help make base compile in NaCl. by abarth@chromium.org · 14 years ago
  12. b969648 windows: remove PathService::Get() that uses wstrings by evan@chromium.org · 14 years ago
  13. 6981d963 net: Remove typedef net::URLRequest URLRequest; by tfarina@chromium.org · 14 years ago
  14. 542bdfe Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) by thestig@chromium.org · 14 years ago
  15. 381bc45 FBTF: Remove unneeded headers from base/ (part 10) by thestig@chromium.org · 14 years ago
  16. 2e733d10 Some additions to support symlinks better on platforms that support them. by gspencer@chromium.org · 14 years ago
  17. 58238477 Moved the calls to the MessageLoop destruction observers to after the pending tasks are deleted. by sanjeevr@chromium.org · 14 years ago
  18. cef8188 Remove a pair of overly aggressive DCHECKs by jar@chromium.org · 14 years ago
  19. 9feacce Make base's fork of ICU macros use its internal version for one case that was by brettw@chromium.org · 14 years ago
  20. 450b34ec Add a unit test for CommandLine that makes sure that GetProgram will not return a quoted string and that (on Windows) the program part of a command line string will always be quoted. by tommi@chromium.org · 14 years ago
  21. eaec38c Revert "base: wait for children to terminate." by agl@chromium.org · 14 years ago
  22. 774f220 base: wait for children to terminate. by agl@chromium.org · 14 years ago
  23. f11c99a Make ScopedTempDir::Delete return a bool so that its functionality can be tested. by tommi@chromium.org · 14 years ago
  24. 4995277 Check if the frame belongs to the browser tree associated with the BHO before commiting to creating and binding handlers. by siggi@chromium.org · 14 years ago
  25. e9bb5b2 Make sure third_party/dmg_fp/dtoa.cc is compiled threadsafe. by siggi@chromium.org · 14 years ago
  26. 16328530 Fixed warning on empty --v switch (this time for reals) by akalin@chromium.org · 14 years ago
  27. 5ac2016 This is another try to commit OOM priority management. by gspencer@chromium.org · 14 years ago
  28. ac167ce Initial conversion of download unit test to browser test with enhanced by rdsmith@google.com · 14 years ago
  29. c32d31e Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. by jeremy@chromium.org · 14 years ago
  30. b411da3 Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  31. 08b307c Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  32. 8c61914 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  33. 96af6d4d Revert 67175 - This change implements OOM priority management for ChromeOS by viettrungluu@chromium.org · 14 years ago
  34. b34e688 Stop using Hard Coded copies of GUID strings in RGS files. by mad@google.com · 14 years ago
  35. cfa25bd This change implements OOM priority management for ChromeOS by gspencer@chromium.org · 14 years ago
  36. db23c96e Fix shutdown crash in CertVerifier by using a MessageLoopProxy. by willchan@chromium.org · 14 years ago
  37. d8a80d6 Revert "chrome_paths: refactor and sanitize cache directory handling" by evan@chromium.org · 14 years ago
  38. 953d7c9 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  39. 909116f Fixed logging so that vmodule works correctly again by akalin@chromium.org · 14 years ago
  40. c744d29 Add infrastructure enabling tests of installer upgrade scenarios. by grt@chromium.org · 14 years ago
  41. fbef1393 Implements openssl session caching by joth@chromium.org · 14 years ago
  42. 6c751e7 Dynamic refresh for the silent extension install policy by gfeher@chromium.org · 14 years ago
  43. c4ecdcf Reconstructing 67000. (python24 -> python26). by bradnelson@google.com · 14 years ago
  44. a971b5b1 Revert previous commit which was by accident by jabdelmalek@google.com · 14 years ago
  45. 7971da3d Fix compile error on Linux by jabdelmalek@google.com · 14 years ago
  46. a7357ee Make DeleteKey support GetLastError. by tommi@chromium.org · 14 years ago
  47. 7e3edc2 [Mac] Log registers with stackdump in debug crashes. by shess@chromium.org · 14 years ago
  48. c69b8176 Switch to using kInvalidThreadId instead of 0. by willchan@chromium.org · 14 years ago
  49. 53edc64 Reverting 67000. by bradnelson@google.com · 14 years ago
  50. ca57825 Switching chrome to use python26 in place of python24. by bradnelson@google.com · 14 years ago
  51. 146185d Fix ThreadChecker to use Locks and not use scoped_ptr. by willchan@chromium.org · 14 years ago
  52. f615bda3 Leak NSS to prevent shutdown crashes. by willchan@chromium.org · 14 years ago
  53. 33e585a FBTF: Remove unneeded headers from base/ (part 9) by thestig@chromium.org · 14 years ago
  54. 3e24622 Fixes a crash in the Windows media player plugin caused when the Real player recorder by ananta@chromium.org · 14 years ago
  55. 359d2bf Reland 66791 (change was innocent) by willchan@chromium.org · 14 years ago
  56. ee432ee Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  57. 908e080 Fix openssl build to work with AllowSingleton changes by joth@chromium.org · 14 years ago
  58. f48fdae Follow up comments on SymmetricKey::Import docs by joth@chromium.org · 14 years ago
  59. e87b8bb Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  60. 1e61db5 FTP: improve character encoding detection in cases where ICU's first guess is wrong. by phajdan.jr@chromium.org · 14 years ago
  61. be796bb Implements Signature Creator & Verifier for openssl by joth@chromium.org · 14 years ago
  62. 5ba5dab Reland http://codereview.chromium.org/4139008, with a different by aa@chromium.org · 14 years ago
  63. 176ab80 Add shared macros for stringizing and converting ANSI string constants by joi@chromium.org · 14 years ago
  64. ab9cb28 Remove a definition in a weird spot since it's only used on Solaris, which nobody is actively porting to right now. by thestig@chromium.org · 14 years ago
  65. 1f92394 Implements RSAPrivateKey for openssl. by joth@chromium.org · 14 years ago
  66. e9ad435 Original change: http://codereview.chromium.org/4856003/ by bulach@chromium.org · 14 years ago
  67. 31383472 Refactor EnsureOpenSSLInit and openssl_util into base by joth@chromium.org · 14 years ago
  68. 880a6d5e Only need to depend on Foundation here, not Cocoa. by thomasvl@chromium.org · 14 years ago
  69. acfe6250 Switch to ptrdiff_t instead of std::ptrdiff_t since we seem to use raw ptrdiff_t in other places. by thomasvl@chromium.org · 14 years ago
  70. 337ca07 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
  71. 4215516 Chrome Frame: Add explicit object security attributes to the Chrome Frame version beacon. This will allow low integrity processes to access shared memory segment and lock and make shared memory segment read only after creation. by robertshield@chromium.org · 14 years ago
  72. 9b742fb Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCII by joth@chromium.org · 14 years ago
  73. 03d8698 Clarify some documentation on SymmetricKey by joth@chromium.org · 14 years ago
  74. b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by tfarina@chromium.org · 14 years ago
  75. 11fc764f No need to include all of Cocoa, just pull in Foundation. by thomasvl@chromium.org · 14 years ago
  76. ee5feb9 Put the parentheses back where they belong in time_mac.cc. This will allow by mark@chromium.org · 14 years ago
  77. 6770f2a No need to include all of carbon, just need CoreFoundation, and impl gets that from the header including it. by thomasvl@chromium.org · 14 years ago
  78. 7fac888 Mac: Let out-of-process tests run in bundled mode for their whole lifetime. by thakis@chromium.org · 14 years ago
  79. d87f8e6 Pickle: handle invalid data on 64 bit systems. by rvargas@google.com · 14 years ago
  80. 3e263c53 Remove an unneeded Mac include. by thomasvl@chromium.org · 14 years ago
  81. 5f7e5cb2 Reverted because openssl_helper needs to build even on non-openssl builds by joth@chromium.org · 14 years ago
  82. eb57bb2 Simplify gyp files by adding a global glob for openssl/nss by joth@chromium.org · 14 years ago
  83. a77fa2dc base: Get rid of 'using' declaration of StringAppendF. by tfarina@chromium.org · 14 years ago
  84. e6124ad Attempt to reland http://codereview.chromium.org/4928002/ by tommi@chromium.org · 14 years ago
  85. 9d84e1a Revert 66088 - Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  86. 12c0b18 Changing the installer switches from wchar_t[] to char[]. by tommi@chromium.org · 14 years ago
  87. 2902738 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  88. 3c1304e2 Apparently we weren't running this unittest. by abarth@chromium.org · 14 years ago
  89. 493edd0 linux: fix cache corruption when using multiple --user-data-dir by evan@chromium.org · 14 years ago
  90. be13068 ThreadRestrictions: mark library loading functions as doing IO by evan@chromium.org · 14 years ago
  91. 82e8e2b Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  92. a8505bf NaCl base bringup. by abarth@chromium.org · 14 years ago
  93. 58d0dcc NaCl bringup of base. by abarth@chromium.org · 14 years ago
  94. 130eeb3 touchui: First pass at XInput2 message pump. by sadrul@chromium.org · 14 years ago
  95. 2500710 Implements encryptor_openssl.cc by joth@chromium.org · 14 years ago
  96. 2de9d4a Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump. by sadrul@chromium.org · 14 years ago
  97. bb33eb1e touchui: First pass at XInput2 message pump. by sadrul@chromium.org · 14 years ago
  98. ac0f8be implement openssl symmetric key add AES derived key test by joth@chromium.org · 14 years ago
  99. 19ea84ca Bring up IPC in NaCl. by abarth@chromium.org · 14 years ago
  100. 34150bd Revert "touchui: First pass at XInput2 message pump." by evan@chromium.org · 14 years ago