1. c800858 Fix to use FilePath in more unittests. by phajdan.jr@chromium.org · 15 years ago
  2. 5a591a3 Make int64 -> Time conversion explicit. by phajdan.jr@chromium.org · 15 years ago
  3. 64cedb0 Remove code doing a no-op due to float -> int rounding. by phajdan.jr@chromium.org · 15 years ago
  4. d110567 Landing tfarina patch. See http://codereview.chromium.org/195040/show by jcampan@chromium.org · 15 years ago
  5. c00aed7 Implement functions to return the primary display dimensions and the number by mark@chromium.org · 15 years ago
  6. d622c67 posix: trivial error message cleanup by evan@chromium.org · 15 years ago
  7. 13e715d Bug fix: produce unique temp file names when the VFS requests a handle to a null file. by dumi@chromium.org · 15 years ago
  8. d3eb676 Removes deprecated version of PathIsWritable which is no longer called by any function. by erikkay@chromium.org · 15 years ago
  9. 3a9a642 Removes a piece of comment that no longer applies. by erikkay@chromium.org · 15 years ago
  10. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  11. 1ed95d5 Hack to make tests work if out is a symlink: see if the current dir is the source root. by mattm@chromium.org · 15 years ago
  12. 035d6f5 Strict transport security: come out from behind the flag. by agl@chromium.org · 15 years ago
  13. 18175a0 Linux: set the process title (that shows in "ps" etc.) of renderers correctly when using the zygote. by mdm@chromium.org · 15 years ago
  14. 1a6ce67 Retry 25770 after fixing Valgrind issue. by huanr@chromium.org · 15 years ago
  15. f5ac15a Clipboard: by estade@chromium.org · 15 years ago
  16. 8673139 First cut at implementation of FindBar for views / gtk by davemoore@chromium.org · 15 years ago
  17. 7e4ca21 posix: better launchapp error message by evan@chromium.org · 15 years ago
  18. e169c32 Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  19. 1e9871e Revert r25770 due to valgrind failures on Linux. by huanr@chromium.org · 15 years ago
  20. 8942e86 Fix to use FilePath version of PathService::Get. by thestig@chromium.org · 15 years ago
  21. 2c89a48 Small comment updates. No code change. BUG=none TEST=none by mdm@chromium.org · 15 years ago
  22. e47be6e Enable database logging on history thread. by huanr@chromium.org · 15 years ago
  23. 5b8504c Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the references to third_party/icu38 and icudt38.dll with third_party/icu and icudt42.dll in vsprops and cc files. Also, update the icu data module name and the icu data symbol in icu_util.cc by jshin@chromium.org · 15 years ago
  24. 6b77127 Print stack trace on exception in unit tests on Windows. by maruel@chromium.org · 15 years ago
  25. 5322e3b Roll webkit deps 48155:48185 and remove a couple of passing tests from test_expectations.txt. by japhet@chromium.org · 15 years ago
  26. 0ae9acd If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init. by wtc@chromium.org · 15 years ago
  27. 2b6effe Add missing files to base_unittests. by maruel@chromium.org · 15 years ago
  28. fe39a35 Fix issue 8348: unfork pe_image.h / pe_image.cc by tkent@chromium.org · 15 years ago
  29. 11b293c Fix mysterious chromeos build error - more investigation to follow. by benl@chromium.org · 15 years ago
  30. 6b6b216 Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but by benl@chromium.org · 15 years ago
  31. a81f84a On Linux, move the passing of filedescriptors to a dedicated socketpair(). by agl@chromium.org · 15 years ago
  32. 21f185c Strip .plugin off of Mac plugin names when showing the crash info bar. by stuartmorgan@google.com · 15 years ago
  33. af003b8 Make the build-bisect tool work with non-Mac archives. by mmoss@chromium.org · 15 years ago
  34. 1c79837 posix: don't complain when stat() fails with ENOENT by evan@chromium.org · 15 years ago
  35. e0c13e8 Add a Mac-specifc snapshot build archive bisecting tool. by rsesek@chromium.org · 15 years ago
  36. cb0a1b0 When forking, restore the default exception handler port. by mark@chromium.org · 15 years ago
  37. 4d75a82 Print a backtrace when a test binary crashes. by phajdan.jr@chromium.org · 15 years ago
  38. 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
  39. 3e2f70a linux: call PR_Init on UI thread by evan@chromium.org · 15 years ago
  40. b80ef1a Make swapping the incoming queue with the work queue constant time. by darin@chromium.org · 15 years ago
  41. 36fe221 Landing the patch of Thiago Farina. See http://codereview.chromium.org/183025 by jcampan@chromium.org · 15 years ago
  42. 9f492d9 Eliminate remaining WebCore dependencies from webplugin_impl.cc by darin@chromium.org · 15 years ago
  43. 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
  44. 046526c Add a WeakPtr<T> class. by darin@chromium.org · 15 years ago
  45. ac27554 Linux: about:memory by agl@chromium.org · 15 years ago
  46. 9b07a8f Port some of the base module to FreeBSD. Extracted from by wtc@chromium.org · 15 years ago
  47. cfcbcd4 Chromium side patch for DB support on Linux. by dumi@chromium.org · 15 years ago
  48. 1507065 Revert "Fix a ton of compiler warnings." by tony@chromium.org · 15 years ago
  49. 2c3262c Fix a ton of compiler warnings. by estade@chromium.org · 15 years ago
  50. 9034a23 override chrome:// URLs via extensions. by erikkay@chromium.org · 15 years ago
  51. 6718e58 Speculative fix for a leak in SyncChannel. by jeremy@chromium.org · 15 years ago
  52. 5f107ca linux: scan more plugin directories, fix bugs by evan@chromium.org · 15 years ago
  53. 3a2fc8c Add a nullable string16 class to base. It combines a string16 + a null param by jorlow@chromium.org · 15 years ago
  54. 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
  55. 1543ad3 Avoids the use of ToWStringHack in a few places. by evan@chromium.org · 15 years ago
  56. f8afd6f Use ftruncate() instead of fwrite() to extend files. by pinkerton@chromium.org · 15 years ago
  57. 56e9ace Fix Issue 19689: Command line URL parameter does not support Chinese. by suzhe@chromium.org · 15 years ago
  58. d2f9782 Convert internal time format to Windows 1601 epoch on Linux & Mac. by brettw@chromium.org · 15 years ago
  59. c10b705 Fix cases that initialized StringTokenizer with a temporary. by mattm@chromium.org · 15 years ago
  60. a489904 Remove uses of deprecated version of FileUtil::ResolveShortcut. by evan@chromium.org · 15 years ago
  61. 048a222 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  62. 5789e78 Revert "linux: call g_thread_init() at relevant startup points" by evan@chromium.org · 15 years ago
  63. 4ffcb59 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  64. 46b8c02 Revert "linux: call g_thread_init() at relevant startup points" by tony@chromium.org · 15 years ago
  65. 72ca392 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  66. a780eb4 Fix a bug where we reused a va_list across multiple calls. by deanm@chromium.org · 15 years ago
  67. f6fe12b Fix StackTrace on Windows. by maruel@chromium.org · 15 years ago
  68. 40b678b Use U_ICU_VERSION_SHORT instead of hard-coding the icu data dll and module name. by jshin@chromium.org · 15 years ago
  69. a0b54f1 Revert r24043, "linux: call g_thread_init() at relevant startup points" by evan@chromium.org · 15 years ago
  70. 6cc3b73 linux: call g_thread_init() at relevant startup points by evan@chromium.org · 15 years ago
  71. bcb6dc8 Move gtk_settings_get_default() call to the UI thread. by estade@chromium.org · 15 years ago
  72. b818a7e Recommit "Bring up Firefox Password Import Unittest on OS X." by jeremy@chromium.org · 15 years ago
  73. ad8ced5 Revert "Bring up Firefox Password Import Unittest on OS X." by jeremy@chromium.org · 15 years ago
  74. 9f8d41e Bring up Firefox Password Import Unittest on OS X. by jeremy@chromium.org · 15 years ago
  75. dbdc4d3 Revert r23911, which switched from fork to vfork(). by deanm@chromium.org · 15 years ago
  76. 591f4de Switch to using vfork() instead of fork() when we can. by deanm@chromium.org · 15 years ago
  77. 6a0e499 Linux: make the "change proxy settings" button able to start several proxy config utilities. by mdm@chromium.org · 15 years ago
  78. 198cbc8 Print more info in IsStringASCII assertions. by phajdan.jr@chromium.org · 15 years ago
  79. c8cddec Move NSAutoreleasePool management into the PlatformTest constructor and by mark@chromium.org · 15 years ago
  80. ae0bfa4 Don't compile with TraceLog support on by default. by deanm@chromium.org · 15 years ago
  81. 667f621 Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on by mark@chromium.org · 15 years ago
  82. 996fd61 Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variables by mark@chromium.org · 15 years ago
  83. 4391436 Port more browser focus tests to linux. by estade@chromium.org · 15 years ago
  84. a12746c Move IDMap back to base/ where it is needed. by phajdan.jr@chromium.org · 15 years ago
  85. 604a399 Reverting 23645. by jhawkins@chromium.org · 15 years ago
  86. d7026c1 Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  87. 18f0dde Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the by erikkay@chromium.org · 15 years ago
  88. 00cc54e Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on 'using namespace icu'. by jshin@chromium.org · 15 years ago
  89. 56eaabe Add the UI thread to the list of ChromeThreads. by paul@chromium.org · 15 years ago
  90. a487992 Add whitespace so parser doesn't get confused. by eroman@chromium.org · 15 years ago
  91. 48dc54c Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for by cevans@chromium.org · 15 years ago
  92. 49bbfca Revert "Reverting 23406" as it didn't break any tests. by jhawkins@chromium.org · 15 years ago
  93. 57574a7 Add UMR for PrependInteger to exceptions list for base_unittests.exe. by ericroman@google.com · 15 years ago
  94. 1605b6d Implementation of getBackgroundPage(), getToolstrips(), and getTabContentses(). by aa@chromium.org · 15 years ago
  95. 1099b22 Reverting 23406. by levin@chromium.org · 15 years ago
  96. bf1b9c0 Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  97. 195b9b6 Simple cleanup. by maruel@chromium.org · 15 years ago
  98. 6211bbd Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by mark@chromium.org · 15 years ago
  99. aca9749 Reliability test porting: stringy stuff. by estade@chromium.org · 15 years ago
  100. d2e02af Move IDMap from base/ to common/ by phajdan.jr@chromium.org · 15 years ago