1. 0b3a994 Demangle C++ symbols in stack traces for Linux. by evan@chromium.org · 15 years ago
  2. 1e25e00 Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. by tony@chromium.org · 15 years ago
  3. 29e288f Fix a whole bunch of style nits. by erg@google.com · 15 years ago
  4. 7bd4dca Add API to CommandLine to get a FilePath value of a switch. by evan@chromium.org · 15 years ago
  5. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  6. 70cf3f1 Match window's behavior when recursively copying directories that exist. by vandebo@chromium.org · 15 years ago
  7. 778d9cf Add FilePathTest.StripTrailingSeparators to base_unittests to test by mark@chromium.org · 15 years ago
  8. ef0e943 Turn NULL used as int to 0. (Excluding chrome/browser/...) by phajdan.jr@chromium.org · 15 years ago
  9. ceacced This is a second attempt at submitting this changelist. The original one was by markus@chromium.org · 15 years ago
  10. 741196d Make GetLinuxDistro thread-safe. by thestig@chromium.org · 15 years ago
  11. c11615c Remove obsolete source excludes in base/gfx. The files have been moved to app/gfx/ by thestig@chromium.org · 15 years ago
  12. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  13. 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
  14. 6240fee include CHROMEOS files and defintions in TOOLKIT_VEIWS build. by oshima@chromium.org · 15 years ago
  15. 6606180 Convert a CopyRecursiveDirNoCache to use FilePaths instead by tony@chromium.org · 15 years ago
  16. 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
  17. 4da68b0 Step 2 in porting disk cache to using FilePath. by tony@chromium.org · 15 years ago
  18. b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
  19. 753c0d3 Trim the list of signals used by debug_util::DisableOSCrashDumps() on Mac. by mark@chromium.org · 15 years ago
  20. 3d4195c Move native_widget_types and gtk_native_view_id_manager from base/gfx to by brettw@chromium.org · 15 years ago
  21. de29ea4 Remove the dependency on i18n/icu_string_conversions from base/string_util.h. by brettw@chromium.org · 15 years ago
  22. 41b3e84 linux: include stdio.h for snprintf by craig.schlenter@chromium.org · 15 years ago
  23. d7d657a posix: avoid using printf when we're not sure of the types involved by evan@chromium.org · 15 years ago
  24. f29a4fc Add logging macros that automatically append the last system error in string form. by tschmelcher@chromium.org · 15 years ago
  25. 68a7a91 Revert "Remove deprecated AbsolutePath function." by evan@chromium.org · 15 years ago
  26. 02b2878 Remove deprecated AbsolutePath function. by evan@chromium.org · 15 years ago
  27. 58727a4 Add a FilePath version of the CommandLine constructor. Mark the wstring version as deprecated. by thestig@chromium.org · 15 years ago
  28. a52632f Move more ICU-dependent stuff from base into base/i18n. Some test stuff also by brettw@chromium.org · 15 years ago
  29. 8da1416 Fixes a bug that .crx can not be installed by "Could not create by tkent@chromium.org · 15 years ago
  30. 6595d1b Implement the missing memory information functions that memory_test uses. by vandebo@chromium.org · 15 years ago
  31. 4e8acd3 Use static_cast in LinkNode<T>::value() so that it works with by darin@chromium.org · 15 years ago
  32. 0613fdd MD5 header cleanup for lint and items brought up when reviewing code based on md5. by fbarchard@chromium.org · 15 years ago
  33. c2fedbd Emit the changelog URL, and pass on extra command-line args as args to chromium. by nirnimesh@chromium.org · 15 years ago
  34. ee4bf67 Mark the FileUtilICUTest.ReplaceIllegalCharactersTest as ignored since it is hanging. by brettw@chromium.org · 15 years ago
  35. 86aca86 Separate out some more ICU from base and into base/i18n. by brettw@chromium.org · 15 years ago
  36. 3e63c64 Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. by rafaelw@chromium.org · 15 years ago
  37. 899363f Linux: remove the concept of physical memory from the task manager. by agl@chromium.org · 15 years ago
  38. d0c8725 Move classes depending on Skia out of base/gfx and into app/gfx. Rename by brettw@chromium.org · 15 years ago
  39. ba0b0af Refactor ASN1 parsing/serialization by rafaelw@chromium.org · 15 years ago
  40. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 15 years ago
  41. e972088 Reverting 28166. Review URL: http://codereview.chromium.org/242167 by ojan@chromium.org · 15 years ago
  42. 078bfee Add logging macros that automatically append the last system error in string form. by tschmelcher@google.com · 15 years ago
  43. d3dc7c4 Implement signature_creator_mac. Also moved CSSM memory functions to a common shared location. by rafaelw@chromium.org · 15 years ago
  44. 554d431 Modify extension request IPC messages to pass a ListValue instead of a string. by mpcomplete@chromium.org · 15 years ago
  45. 8a55870 Add comments setting emacs and vim tab width and expansion variables. by sgk@google.com · 15 years ago
  46. 1521d6e Move nsimage_cache into base so that it can be accessed from outside of chrome. by mark@chromium.org · 15 years ago
  47. 7f0f4f9 Display the flaky test count only if it's bigger than 0. by nsylvain@chromium.org · 15 years ago
  48. d470065 Add support for flaky gtests. by nsylvain@chromium.org · 15 years ago
  49. c81f81b Move the clipboard stuff out of base and into app/clipboard. I renamed by brettw@chromium.org · 15 years ago
  50. 61f91ae Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes by brettw@chromium.org · 15 years ago
  51. 8270b35 Move the ICU string conversions into its own file. This new file is included by brettw@chromium.org · 15 years ago
  52. 0703802 Implement RSAPrivateKey for Mac OS X by hawk@chromium.org · 15 years ago
  53. 79420b7 Coverity: initialize timer_. by mattm@chromium.org · 15 years ago
  54. 3ae7c04 The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.com/13488]. by ericu@google.com · 15 years ago
  55. 9b9c3c9 Simplify the PowerObserver API by removing unneeded args and providing default implementations. by pkasting@chromium.org · 15 years ago
  56. 33edb6b Coverity: Remove the check for index < 0 because index is a size_t and can never be < 0. by jhawkins@chromium.org · 15 years ago
  57. fb64dde Remove IdleTimer, which no one uses. by pkasting@chromium.org · 15 years ago
  58. a340455 Remove all MemoryModel-related code, since we're unlikely to use it again. Also changes some sample code to use a random generic name ("PruningAlgorithm") instead of MemoryModel in hopes that no one will be confused. by pkasting@chromium.org · 15 years ago
  59. 5cb996e Reverting 27389. Review URL: http://codereview.chromium.org/246027 by darin@chromium.org · 15 years ago
  60. 76b91eb Disable the leak tracking of URLRequests. by eroman@chromium.org · 15 years ago
  61. 8ec6de4 Add a version of ReplaceStringPlaceholders that operates on std::string by tony@chromium.org · 15 years ago
  62. 9bbdc3c Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) to ASSERT_TRUE(... == NULL). Patch by Jacob Mandelson (see http://codereview.chromium.org/202057 ), r=me. by pkasting@chromium.org · 15 years ago
  63. ddf7151 First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 by gregoryd@google.com · 15 years ago
  64. cabbe0d Relanding keyboard code refactoring: http://codereview.chromium.org/248010/show by jcampan@chromium.org · 15 years ago
  65. f2b21be Implement about:ipc dialog for Mac. by jrg@chromium.org · 15 years ago
  66. 5673222 Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 by gregoryd@google.com · 15 years ago
  67. 2b7b017 First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 by gregoryd@google.com · 15 years ago
  68. 983005a Reverting 27379, in hopes of fixing browser_tests. by senorblanco@chromium.org · 15 years ago
  69. f35c179 Assert that thread-safe reference counting is used with by darin@chromium.org · 15 years ago
  70. 29c217f Linux: remove --google-internal-crash-reporting. by agl@chromium.org · 15 years ago
  71. 1b72200 Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 by gregoryd@google.com · 15 years ago
  72. 463aec4 First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 by gregoryd@google.com · 15 years ago
  73. 167ebb7 Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandbox by gregoryd@google.com · 15 years ago
  74. 385f77a First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandbox by gregoryd@google.com · 15 years ago
  75. 2f74d1c Fix reads and writes to freed memory in Channel::ChannelImpl::OnFileCanReadWithoutBlocking() by hawk@chromium.org · 15 years ago
  76. 598970d Implement ScopedRunnableMethodFactory using WeakPtr. by darin@chromium.org · 15 years ago
  77. 9f5735d [Relanding erg's change with fix for toolkit_views shortcuts and by jcampan@chromium.org · 15 years ago
  78. f1b1dca Add a TODO comment to describe when we can remove the const_cast for by wtc@chromium.org · 15 years ago
  79. e6e1a70 Roll back Markus's CL ( http://codereview.chromium.org/196053) by jshin@chromium.org · 15 years ago
  80. 8560dd8 When converting between units of time or data types of different precision, by markus@chromium.org · 15 years ago
  81. e19831f Linux: fix a process name setting bug that doesn't currently affect us. by mdm@chromium.org · 15 years ago
  82. 5418bd3 Simplify failure codepaths of MessagePumpLibevent::WatchFileDescriptor() by jeremy@chromium.org · 15 years ago
  83. bef71b9 Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator. by rafaelw@chromium.org · 15 years ago
  84. 752010c Fix and reenable AppendRelativePathTest which was broken on Windows. by mark@chromium.org · 15 years ago
  85. 22c9fda Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" by rafaelw@chromium.org · 15 years ago
  86. 0b0c24a Linux (nss) implementations of RSAPrivateKey and SignatureCreator by rafaelw@chromium.org · 15 years ago
  87. fa6a75b IPC & LibEvent fix by jeremy@chromium.org · 15 years ago
  88. 1be49d8 Add a simple about:tcmalloc page that just displays its canned stats. by sgk@chromium.org · 15 years ago
  89. bf3f44f Revert 26756 - "Use windows keycodes under linux (and all non-windows platforms)." by stuartmorgan@chromium.org · 15 years ago
  90. 4dcac92 Enable LeakTracker on release builds. by eroman@chromium.org · 15 years ago
  91. 0e833d7 Use windows keycodes under linux (and all non-windows platforms). by erg@google.com · 15 years ago
  92. c1d1ace Switch application start time from Time to TimeTicks. by jar@chromium.org · 15 years ago
  93. bc13fa7 Copy the leak callstacks onto the stack before crashing in LeakTracker::CheckForLeaks. by eroman@chromium.org · 15 years ago
  94. 4f6efe7 Fix a harmless data race in Thread by timurrrr@chromium.org · 15 years ago
  95. e92f0f2 build-bisect.py: Minor tweaks and Mac fix by rsesek@chromium.org · 15 years ago
  96. cfce4c9 build-bisect: minor usability tweaks by evan@chromium.org · 15 years ago
  97. bcbd940 linux: implement GetCPUUsage() so the task manager shows CPU by evan@chromium.org · 15 years ago
  98. ec08a35 s/NDEBUG/NVALGRIND/g in base/dynamic_annotations.* to allow by timurrrr@chromium.org · 15 years ago
  99. d68cdc4 Explicitly compare to NULL when looking for weak_import symbols. by craig.schlenter@chromium.org · 15 years ago
  100. 9d45f48 Preparing rollback in case things don't work out. by bradnelson@google.com · 15 years ago