1. 2b6effe Add missing files to base_unittests. by maruel@chromium.org · 15 years ago
  2. fe39a35 Fix issue 8348: unfork pe_image.h / pe_image.cc by tkent@chromium.org · 15 years ago
  3. 11b293c Fix mysterious chromeos build error - more investigation to follow. by benl@chromium.org · 15 years ago
  4. 6b6b216 Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but by benl@chromium.org · 15 years ago
  5. a81f84a On Linux, move the passing of filedescriptors to a dedicated socketpair(). by agl@chromium.org · 15 years ago
  6. 21f185c Strip .plugin off of Mac plugin names when showing the crash info bar. by stuartmorgan@google.com · 15 years ago
  7. af003b8 Make the build-bisect tool work with non-Mac archives. by mmoss@chromium.org · 15 years ago
  8. 1c79837 posix: don't complain when stat() fails with ENOENT by evan@chromium.org · 15 years ago
  9. e0c13e8 Add a Mac-specifc snapshot build archive bisecting tool. by rsesek@chromium.org · 15 years ago
  10. cb0a1b0 When forking, restore the default exception handler port. by mark@chromium.org · 15 years ago
  11. 4d75a82 Print a backtrace when a test binary crashes. by phajdan.jr@chromium.org · 15 years ago
  12. 79931a9 Add a comment about templates for hashing pointers and correct the case of a function inside a comment. by jorlow@chromium.org · 15 years ago
  13. 3e2f70a linux: call PR_Init on UI thread by evan@chromium.org · 15 years ago
  14. b80ef1a Make swapping the incoming queue with the work queue constant time. by darin@chromium.org · 15 years ago
  15. 36fe221 Landing the patch of Thiago Farina. See http://codereview.chromium.org/183025 by jcampan@chromium.org · 15 years ago
  16. 9f492d9 Eliminate remaining WebCore dependencies from webplugin_impl.cc by darin@chromium.org · 15 years ago
  17. 4e1f2ef Add a comment explaining how base::LinkedList differs from std::list, to help readers make the right decision in when to use which. by eroman@chromium.org · 15 years ago
  18. 046526c Add a WeakPtr<T> class. by darin@chromium.org · 15 years ago
  19. ac27554 Linux: about:memory by agl@chromium.org · 15 years ago
  20. 9b07a8f Port some of the base module to FreeBSD. Extracted from by wtc@chromium.org · 15 years ago
  21. cfcbcd4 Chromium side patch for DB support on Linux. by dumi@chromium.org · 15 years ago
  22. 1507065 Revert "Fix a ton of compiler warnings." by tony@chromium.org · 15 years ago
  23. 2c3262c Fix a ton of compiler warnings. by estade@chromium.org · 15 years ago
  24. 9034a23 override chrome:// URLs via extensions. by erikkay@chromium.org · 15 years ago
  25. 6718e58 Speculative fix for a leak in SyncChannel. by jeremy@chromium.org · 15 years ago
  26. 5f107ca linux: scan more plugin directories, fix bugs by evan@chromium.org · 15 years ago
  27. 3a2fc8c Add a nullable string16 class to base. It combines a string16 + a null param by jorlow@chromium.org · 15 years ago
  28. f4a03ec Linux: add gyp flag for enabling tcmalloc. Also fix the linux build which didn't work in a clean client since tcmalloc.h wasn't generated. by willchan@chromium.org · 15 years ago
  29. 1543ad3 Avoids the use of ToWStringHack in a few places. by evan@chromium.org · 15 years ago
  30. f8afd6f Use ftruncate() instead of fwrite() to extend files. by pinkerton@chromium.org · 15 years ago
  31. 56e9ace Fix Issue 19689: Command line URL parameter does not support Chinese. by suzhe@chromium.org · 15 years ago
  32. d2f9782 Convert internal time format to Windows 1601 epoch on Linux & Mac. by brettw@chromium.org · 15 years ago
  33. c10b705 Fix cases that initialized StringTokenizer with a temporary. by mattm@chromium.org · 15 years ago
  34. a489904 Remove uses of deprecated version of FileUtil::ResolveShortcut. by evan@chromium.org · 15 years ago
  35. 048a222 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  36. 5789e78 Revert "linux: call g_thread_init() at relevant startup points" by evan@chromium.org · 15 years ago
  37. 4ffcb59 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  38. 46b8c02 Revert "linux: call g_thread_init() at relevant startup points" by tony@chromium.org · 15 years ago
  39. 72ca392 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  40. a780eb4 Fix a bug where we reused a va_list across multiple calls. by deanm@chromium.org · 15 years ago
  41. f6fe12b Fix StackTrace on Windows. by maruel@chromium.org · 15 years ago
  42. 40b678b Use U_ICU_VERSION_SHORT instead of hard-coding the icu data dll and module name. by jshin@chromium.org · 15 years ago
  43. a0b54f1 Revert r24043, "linux: call g_thread_init() at relevant startup points" by evan@chromium.org · 15 years ago
  44. 6cc3b73 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  45. bcb6dc8 Move gtk_settings_get_default() call to the UI thread. by estade@chromium.org · 15 years ago
  46. b818a7e Recommit "Bring up Firefox Password Import Unittest on OS X." by jeremy@chromium.org · 15 years ago
  47. ad8ced5 Revert "Bring up Firefox Password Import Unittest on OS X." by jeremy@chromium.org · 15 years ago
  48. 9f8d41e Bring up Firefox Password Import Unittest on OS X. by jeremy@chromium.org · 15 years ago
  49. dbdc4d3 Revert r23911, which switched from fork to vfork(). by deanm@chromium.org · 15 years ago
  50. 591f4de Switch to using vfork() instead of fork() when we can. by deanm@chromium.org · 15 years ago
  51. 6a0e499 Linux: make the "change proxy settings" button able to start several proxy config utilities. by mdm@chromium.org · 15 years ago
  52. 198cbc8 Print more info in IsStringASCII assertions. by phajdan.jr@chromium.org · 15 years ago
  53. c8cddec Move NSAutoreleasePool management into the PlatformTest constructor and by mark@chromium.org · 15 years ago
  54. ae0bfa4 Don't compile with TraceLog support on by default. by deanm@chromium.org · 15 years ago
  55. 667f621 Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on by mark@chromium.org · 15 years ago
  56. 996fd61 Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variables by mark@chromium.org · 15 years ago
  57. 4391436 Port more browser focus tests to linux. by estade@chromium.org · 15 years ago
  58. a12746c Move IDMap back to base/ where it is needed. by phajdan.jr@chromium.org · 15 years ago
  59. 604a399 Reverting 23645. by jhawkins@chromium.org · 15 years ago
  60. d7026c1 Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  61. 18f0dde Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the by erikkay@chromium.org · 15 years ago
  62. 00cc54e Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on 'using namespace icu'. by jshin@chromium.org · 15 years ago
  63. 56eaabe Add the UI thread to the list of ChromeThreads. by paul@chromium.org · 15 years ago
  64. a487992 Add whitespace so parser doesn't get confused. by eroman@chromium.org · 15 years ago
  65. 48dc54c Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for by cevans@chromium.org · 15 years ago
  66. 49bbfca Revert "Reverting 23406" as it didn't break any tests. by jhawkins@chromium.org · 15 years ago
  67. 57574a7 Add UMR for PrependInteger to exceptions list for base_unittests.exe. by ericroman@google.com · 15 years ago
  68. 1605b6d Implementation of getBackgroundPage(), getToolstrips(), and getTabContentses(). by aa@chromium.org · 15 years ago
  69. 1099b22 Reverting 23406. by levin@chromium.org · 15 years ago
  70. bf1b9c0 Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  71. 195b9b6 Simple cleanup. by maruel@chromium.org · 15 years ago
  72. 6211bbd Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by mark@chromium.org · 15 years ago
  73. aca9749 Reliability test porting: stringy stuff. by estade@chromium.org · 15 years ago
  74. d2e02af Move IDMap from base/ to common/ by phajdan.jr@chromium.org · 15 years ago
  75. 1685a7e Refactors OSExchangeData for easier portability. by sky@chromium.org · 15 years ago
  76. 62a8405 Fix PR_ImplodeTime for Linux x64. by wtc@chromium.org · 15 years ago
  77. 8a13e9f Add support for constrained windows on os x, based on Avi's GTMWindowSheetController. Add carpet bombing dialog as first per-tab sheet. by thakis@chromium.org · 15 years ago
  78. 7e41f13 Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survives the destruction of the IO thread. by ericroman@google.com · 15 years ago
  79. 8ef86c6 Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL. by jhawkins@chromium.org · 15 years ago
  80. 4e105f1 Add short circuit case for self assignment, and add virtual destructor by jar@chromium.org · 15 years ago
  81. 418b821 Factor out window creation into base::WindowImpl. This class will be used in place of CWindowImpl to reduce our dependency on ATL. by jhawkins@chromium.org · 15 years ago
  82. 3217c82 Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). by thestig@chromium.org · 15 years ago
  83. 0e366a1 Remove the Mac-specific implementation of LaunchApp, and share the Linux version. by stuartmorgan@google.com · 15 years ago
  84. 6663895 Linux: add GYP flag to build with system jpeg. by agl@chromium.org · 15 years ago
  85. ffcf9c8 GTK: implement bookmark manager copy/paste. by estade@chromium.org · 15 years ago
  86. 0e8e1c7 linux: improve warnings when NSS/PR shutdowns fail by evan@chromium.org · 15 years ago
  87. 3319f0a Linux: don't try and read shmmax in the sandbox. by agl@chromium.org · 15 years ago
  88. 0aa0502 Cross-process Message Port implementation. by jam@chromium.org · 15 years ago
  89. 102251e Remove even the logging statement from ~LogMessage. We shouldn't be using LOG macros there. by phajdan.jr@chromium.org · 15 years ago
  90. f02d144 Move test_file_util out of libbase. Test code should not be mixed with production code. by phajdan.jr@chromium.org · 15 years ago
  91. f8d52db Use intptr_t for casting pointers for 64-bit. by deanm@chromium.org · 15 years ago
  92. 766c5a0 Add defensive code in pickle to preclude realloc of shared header_ memory. by jar@chromium.org · 15 years ago
  93. 1644983 Removes an unused function in clipboard_linux as well as unused method by sky@chromium.org · 15 years ago
  94. 0542358 This CL adds accelerators to the Linux toolkit views. by jcampan@chromium.org · 15 years ago
  95. c504557 Do not abort the process if thread owning the log mutex has crashed. by phajdan.jr@chromium.org · 15 years ago
  96. 6eb9b17 Fix Mac plugin background snapshots by stuartmorgan@google.com · 15 years ago
  97. ff79172 Remove duplication of DieFileDie, and move it to proper location. by phajdan.jr@chromium.org · 15 years ago
  98. 0b60403 Make Linux versioninfo its own lib so it can be linked in only where needed. by mmoss@chromium.org · 15 years ago
  99. ab7bf65 Reverting 21938 (done with experiment). by willchan@chromium.org · 15 years ago
  100. 77cac1d Experiment: Enable tcmalloc for linux (Take 2). Will revert after a buildbot cycle. by willchan@chromium.org · 15 years ago