1. bc3daf5 Fix gcc 4.3 warning in directory_watcher_inotify.cc by phajdan.jr@chromium.org · 16 years ago
  2. bf65a26 Call two more shutdown functions, and set an environment variable, by dkegel@google.com · 16 years ago
  3. 27a0e64 ScopedVariant implementation. by tommi@chromium.org · 16 years ago
  4. 8b02e7b Added a debug method AssertAcquired() that compiles to nothing in non-debug builds. In debug builds, the method will DCHECK if the by ralphl@chromium.org · 16 years ago
  5. a6fc1a7 Linux: build fix for systems without inotify headers by agl@chromium.org · 16 years ago
  6. 58cfe9e Cleanup in DirectoryWatcher: by phajdan.jr@chromium.org · 16 years ago
  7. 2ea69da The test suite commandline leak is easy to plug, so we may as well. by dkegel@google.com · 16 years ago
  8. 12fe098 Remove unneeded uses of base/ref_counted.h. by thestig@chromium.org · 16 years ago
  9. 75b96ac Port DirectoryWatcher to Linux using inotify. by phajdan.jr@chromium.org · 16 years ago
  10. 3bf4b5a Initialize module_handle_ in IATPatch's constructor. by deanm@chromium.org · 16 years ago
  11. 9cc2a1a Remove an unused bool member variable "opened_" from StatsTable. by deanm@chromium.org · 16 years ago
  12. 73e1c3a Minor DCHECK cleanups in libevent. by willchan@chromium.org · 16 years ago
  13. f3b7320 Use "org.chromium" in place of "com.google.chrome" in posix temporary file names for non-chrome builds. by estade@chromium.org · 16 years ago
  14. 5f0f2e98 Fix incorrect guards in base/. by deanm@chromium.org · 16 years ago
  15. 2b059ed Add targets for page_cycler_tests, perf_tests and startup_tests. Listed by sgk@google.com · 16 years ago
  16. 54d2f94 Change Pickle to double its capacity by default, rather than increasing by mpcomplete@google.com · 16 years ago
  17. 370154d Removed unneeded includes of base/time.h. by thestig@chromium.org · 16 years ago
  18. 538e8bb Change DCHECK( == 0) to DCHECK_EQ in the posix lock implementation. by deanm@chromium.org · 16 years ago
  19. fa1476b Port visitedlink tests to Linux. Also make them pass on Linux, which by phajdan.jr@chromium.org · 16 years ago
  20. 6d12fb6 This should make ProcessUtilTest.KillSlowChild not-flaky. by phajdan.jr@chromium.org · 16 years ago
  21. a367bad Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601. by thestig@chromium.org · 16 years ago
  22. 4a623a4 Basic windowless plugins, try 2. by evan@chromium.org · 16 years ago
  23. 775d977 wtc: please look at URL related code, and hooks and nits by jar@chromium.org · 16 years ago
  24. a2fd8d8 Implement DownloadFile::Rename() for posix. Downloads work on linux! by estade@chromium.org · 16 years ago
  25. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 16 years ago
  26. f8f9e90 Improve the look of the Linux omnibox. by deanm@chromium.org · 16 years ago
  27. e31be59 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by thestig@chromium.org · 16 years ago
  28. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 16 years ago
  29. fffc79c Remove unneeded uses of logging.h in header files. by thestig@chromium.org · 16 years ago
  30. bcff8cf Add a GDK_COLOR_RGB macro for constructing GdkColors. by deanm@chromium.org · 16 years ago
  31. cb399d1 Switching to gyp generated vcprojs for some components. by bradnelson@google.com · 16 years ago
  32. 6377235 (purify bustage) Correct purify (only) reference to variable by jar@chromium.org · 16 years ago
  33. 2fa6b4b Fix tree bustage by jar@chromium.org · 16 years ago
  34. 47fb285 Avoid leaks at shutdown when running purify by jar@chromium.org · 16 years ago
  35. 7f2c6af file_util::Move fails on Windows if moving a directory by huanr@chromium.org · 16 years ago
  36. 9d68067 NO CODE CHANGE by deanm@chromium.org · 16 years ago
  37. 1099e32 Rolling back change 11431 (didn't work with a clobber either). by bradnelson@google.com · 16 years ago
  38. f283661 Attempting to roll out gyp for base. by bradnelson@google.com · 16 years ago
  39. dfe1691 Rolling back change 11429. by bradnelson@google.com · 16 years ago
  40. d5d8507 junk by bradnelson@google.com · 16 years ago
  41. 8646871 Adding more guids (realized unit tests get included in slns up higher in the tree. by bradnelson@google.com · 16 years ago
  42. fb95495 Adding fixed guids to some modules to facilitate incremental switch to gyp. by bradnelson@google.com · 16 years ago
  43. 9eae24a This changes the base clipboard class, as accomplishing paste requires that Clipboard::FormatType be IPC-able. The lowest-common denominator of unsigned int, NSString*, and GdkAtom is string, so string it is. (Linux changes by estade.) by avi@chromium.org · 16 years ago
  44. 4cfbf7a Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. by thestig@chromium.org · 16 years ago
  45. a028016 Add missing test_file_util_posix.cc file. by sgk@google.com · 16 years ago
  46. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  47. 118c18f Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. by deanm@chromium.org · 16 years ago
  48. e3333cc Add API functions to control Quantify, as well as expose these by asargent@chromium.org · 16 years ago
  49. 6d3b54a Disable flaky TimerTest.DelayTimer_Reset test. by phajdan.jr@chromium.org · 16 years ago
  50. 9b8b194 Use FilterContext to allow filters to access URLRequestJob data by jar@chromium.org · 16 years ago
  51. a2b2f65 Bringup sys_string_conversions_unittest.cc on Linux. by jeremy@chromium.org · 16 years ago
  52. f681965 Build test_shell and test_shell_tests on Linux from gyp-generated scons files: by sgk@google.com · 16 years ago
  53. 920c60c In preparation for making changes to worker_pool_linux.cc. by willchan@chromium.org · 16 years ago
  54. bfb65f2 I verified that the Visual C++ 2005 bug has been fixed in by wtc@chromium.org · 16 years ago
  55. 8c9b451 Cleanup in {test_,}file_util_posix.cc by phajdan.jr@chromium.org · 16 years ago
  56. ecc32a0 Reverting 11102. by phajdan.jr@chromium.org · 16 years ago
  57. cb48b65 Make CrashAwareSleep more accurate on POSIX (checking if the process exists). by phajdan.jr@chromium.org · 16 years ago
  58. 4f1e96d first cut by phajdan.jr@chromium.org · 16 years ago
  59. d904992 An assert was being hit because WaitableEvent's dtor was calling CloseHandle on a handle that we already closed. by jam@chromium.org · 16 years ago
  60. af61474 Added a new method CreateNonJoinable() to PlatformThread. Added the windows and posix implementations. by willchan@chromium.org · 16 years ago
  61. b208b52 POSIX: Rewrite IPC's interaction with FileDescriptor by agl@chromium.org · 16 years ago
  62. 6d70883 NO CODE CHANGE. by maruel@google.com · 16 years ago
  63. 5705829 Make UTF8ToWide take a StringPiece, to avoid copying to a std::string. by deanm@chromium.org · 16 years ago
  64. e574344 Fixes CRLF and trailing white spaces. by maruel@chromium.org · 16 years ago
  65. 5f65016 Make startup_tests build and run on Linux (except reference tests). by phajdan.jr@chromium.org · 16 years ago
  66. 51f8eb3 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) by hbono@chromium.org · 16 years ago
  67. caf0a42 Make file_version_info work even without including windows.h by brettw@chromium.org · 16 years ago
  68. 5fd1fa3 Expose the iostream (logging) interfaces of some gfx:: classes. by evan@chromium.org · 16 years ago
  69. cd8f72f Make UITest::CrashAwareSleep portable. by phajdan.jr@chromium.org · 16 years ago
  70. 230c439 Add trivial theming support in extensions. by erikkay@google.com · 16 years ago
  71. 8462061 Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs by brettw@chromium.org · 16 years ago
  72. 38a18bf Update clipboard classes to use string16 and FilePath instead of wstring. by estade@chromium.org · 16 years ago
  73. 1242667 revert broken change 10833 by nsylvain@chromium.org · 16 years ago
  74. 14e0b9a Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  75. af7af1d Revert dsh's change 10818 by nsylvain@chromium.org · 16 years ago
  76. 7258e86 Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  77. 6c3bd14 Fix a second error in the build bustage, still about constness. by maruel@chromium.org · 16 years ago
  78. f07658b Remove an extra const keyword which caused a build break. by maruel@chromium.org · 16 years ago
  79. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  80. ce8fae3 Lint fix in comment by jar@chromium.org · 16 years ago
  81. 4024992 Avoid a crash in mktime() when Visual C++ 2005 is by wtc@chromium.org · 16 years ago
  82. 7d9dbcf Port Replace(First)SubstringsAfterOffset to string16. by dsh@google.com · 16 years ago
  83. 422c6cb Start stitching GYP-generated files into the Linux build: by sgk@google.com · 16 years ago
  84. 14ddefb Improve comments in FieldTrial class. by jar@chromium.org · 16 years ago
  85. c0fb395 Convert encryptor.cc and friends to string16. by thestig@chromium.org · 16 years ago
  86. ceff603 Merge the latest version of PR_ParseTimeString. This by wtc@chromium.org · 16 years ago
  87. 86d2108 Fix linux tree (move static const definition out of class and into cc file) by jar@chromium.org · 16 years ago
  88. 3b62a72 Renovate FieldTrial class to better bit with histogram usage. by jar@chromium.org · 16 years ago
  89. 828adfd Add missing tests to the GYP+Xcode build. by mark@chromium.org · 16 years ago
  90. e671c41 GYP it, GYP it good. by mark@chromium.org · 16 years ago
  91. 234a632 Instead of appending "Downloads" to the user document directory, let each platform specify its own downloads directory. by estade@chromium.org · 16 years ago
  92. 3b0f5f2 Get rid of wstring variants of StringToFoo. by dsh@google.com · 16 years ago
  93. 538f63f Add ToUpperASCII and StringToUpperASCII. by wtc@chromium.org · 16 years ago
  94. 38ab300 Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and"" by kuchhal@chromium.org · 16 years ago
  95. f589086 Add a test to DelayTimer ensure that the callback is never by agl@chromium.org · 16 years ago
  96. 013ffe8 Convert FileVersionInfo NOTIMPLEMENTED()s into a bug. by evan@chromium.org · 16 years ago
  97. 20d8dee Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and" by kuchhal@chromium.org · 16 years ago
  98. 926d8e6 ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and by darin@chromium.org · 16 years ago
  99. 95f0acf Bring the GYP-based build up to the current state of the trunk. by mark@chromium.org · 16 years ago
  100. 28d8d4c Try a new approach to fixing IAT unpatch crashes when the DLL is gone. by deanm@chromium.org · 16 years ago