1. 775d977 wtc: please look at URL related code, and hooks and nits by jar@chromium.org · 16 years ago
  2. a2fd8d8 Implement DownloadFile::Rename() for posix. Downloads work on linux! by estade@chromium.org · 16 years ago
  3. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 16 years ago
  4. f8f9e90 Improve the look of the Linux omnibox. by deanm@chromium.org · 16 years ago
  5. e31be59 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by thestig@chromium.org · 16 years ago
  6. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 16 years ago
  7. fffc79c Remove unneeded uses of logging.h in header files. by thestig@chromium.org · 16 years ago
  8. bcff8cf Add a GDK_COLOR_RGB macro for constructing GdkColors. by deanm@chromium.org · 16 years ago
  9. cb399d1 Switching to gyp generated vcprojs for some components. by bradnelson@google.com · 16 years ago
  10. 6377235 (purify bustage) Correct purify (only) reference to variable by jar@chromium.org · 16 years ago
  11. 2fa6b4b Fix tree bustage by jar@chromium.org · 16 years ago
  12. 47fb285 Avoid leaks at shutdown when running purify by jar@chromium.org · 16 years ago
  13. 7f2c6af file_util::Move fails on Windows if moving a directory by huanr@chromium.org · 16 years ago
  14. 9d68067 NO CODE CHANGE by deanm@chromium.org · 16 years ago
  15. 1099e32 Rolling back change 11431 (didn't work with a clobber either). by bradnelson@google.com · 16 years ago
  16. f283661 Attempting to roll out gyp for base. by bradnelson@google.com · 16 years ago
  17. dfe1691 Rolling back change 11429. by bradnelson@google.com · 16 years ago
  18. d5d8507 junk by bradnelson@google.com · 16 years ago
  19. 8646871 Adding more guids (realized unit tests get included in slns up higher in the tree. by bradnelson@google.com · 16 years ago
  20. fb95495 Adding fixed guids to some modules to facilitate incremental switch to gyp. by bradnelson@google.com · 16 years ago
  21. 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
  22. 4cfbf7a Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. by thestig@chromium.org · 16 years ago
  23. a028016 Add missing test_file_util_posix.cc file. by sgk@google.com · 16 years ago
  24. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  25. 118c18f Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. by deanm@chromium.org · 16 years ago
  26. e3333cc Add API functions to control Quantify, as well as expose these by asargent@chromium.org · 16 years ago
  27. 6d3b54a Disable flaky TimerTest.DelayTimer_Reset test. by phajdan.jr@chromium.org · 16 years ago
  28. 9b8b194 Use FilterContext to allow filters to access URLRequestJob data by jar@chromium.org · 16 years ago
  29. a2b2f65 Bringup sys_string_conversions_unittest.cc on Linux. by jeremy@chromium.org · 16 years ago
  30. f681965 Build test_shell and test_shell_tests on Linux from gyp-generated scons files: by sgk@google.com · 16 years ago
  31. 920c60c In preparation for making changes to worker_pool_linux.cc. by willchan@chromium.org · 16 years ago
  32. bfb65f2 I verified that the Visual C++ 2005 bug has been fixed in by wtc@chromium.org · 16 years ago
  33. 8c9b451 Cleanup in {test_,}file_util_posix.cc by phajdan.jr@chromium.org · 16 years ago
  34. ecc32a0 Reverting 11102. by phajdan.jr@chromium.org · 16 years ago
  35. cb48b65 Make CrashAwareSleep more accurate on POSIX (checking if the process exists). by phajdan.jr@chromium.org · 16 years ago
  36. 4f1e96d first cut by phajdan.jr@chromium.org · 16 years ago
  37. 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
  38. af61474 Added a new method CreateNonJoinable() to PlatformThread. Added the windows and posix implementations. by willchan@chromium.org · 16 years ago
  39. b208b52 POSIX: Rewrite IPC's interaction with FileDescriptor by agl@chromium.org · 16 years ago
  40. 6d70883 NO CODE CHANGE. by maruel@google.com · 16 years ago
  41. 5705829 Make UTF8ToWide take a StringPiece, to avoid copying to a std::string. by deanm@chromium.org · 16 years ago
  42. e574344 Fixes CRLF and trailing white spaces. by maruel@chromium.org · 16 years ago
  43. 5f65016 Make startup_tests build and run on Linux (except reference tests). by phajdan.jr@chromium.org · 16 years ago
  44. 51f8eb3 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) by hbono@chromium.org · 16 years ago
  45. caf0a42 Make file_version_info work even without including windows.h by brettw@chromium.org · 16 years ago
  46. 5fd1fa3 Expose the iostream (logging) interfaces of some gfx:: classes. by evan@chromium.org · 16 years ago
  47. cd8f72f Make UITest::CrashAwareSleep portable. by phajdan.jr@chromium.org · 16 years ago
  48. 230c439 Add trivial theming support in extensions. by erikkay@google.com · 16 years ago
  49. 8462061 Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs by brettw@chromium.org · 16 years ago
  50. 38a18bf Update clipboard classes to use string16 and FilePath instead of wstring. by estade@chromium.org · 16 years ago
  51. 1242667 revert broken change 10833 by nsylvain@chromium.org · 16 years ago
  52. 14e0b9a Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  53. af7af1d Revert dsh's change 10818 by nsylvain@chromium.org · 16 years ago
  54. 7258e86 Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 16 years ago
  55. 6c3bd14 Fix a second error in the build bustage, still about constness. by maruel@chromium.org · 16 years ago
  56. f07658b Remove an extra const keyword which caused a build break. by maruel@chromium.org · 16 years ago
  57. 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
  58. ce8fae3 Lint fix in comment by jar@chromium.org · 16 years ago
  59. 4024992 Avoid a crash in mktime() when Visual C++ 2005 is by wtc@chromium.org · 16 years ago
  60. 7d9dbcf Port Replace(First)SubstringsAfterOffset to string16. by dsh@google.com · 16 years ago
  61. 422c6cb Start stitching GYP-generated files into the Linux build: by sgk@google.com · 16 years ago
  62. 14ddefb Improve comments in FieldTrial class. by jar@chromium.org · 16 years ago
  63. c0fb395 Convert encryptor.cc and friends to string16. by thestig@chromium.org · 16 years ago
  64. ceff603 Merge the latest version of PR_ParseTimeString. This by wtc@chromium.org · 16 years ago
  65. 86d2108 Fix linux tree (move static const definition out of class and into cc file) by jar@chromium.org · 16 years ago
  66. 3b62a72 Renovate FieldTrial class to better bit with histogram usage. by jar@chromium.org · 16 years ago
  67. 828adfd Add missing tests to the GYP+Xcode build. by mark@chromium.org · 16 years ago
  68. e671c41 GYP it, GYP it good. by mark@chromium.org · 16 years ago
  69. 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
  70. 3b0f5f2 Get rid of wstring variants of StringToFoo. by dsh@google.com · 16 years ago
  71. 538f63f Add ToUpperASCII and StringToUpperASCII. by wtc@chromium.org · 16 years ago
  72. 38ab300 Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and"" by kuchhal@chromium.org · 16 years ago
  73. f589086 Add a test to DelayTimer ensure that the callback is never by agl@chromium.org · 16 years ago
  74. 013ffe8 Convert FileVersionInfo NOTIMPLEMENTED()s into a bug. by evan@chromium.org · 16 years ago
  75. 20d8dee Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and" by kuchhal@chromium.org · 16 years ago
  76. 926d8e6 ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and by darin@chromium.org · 16 years ago
  77. 95f0acf Bring the GYP-based build up to the current state of the trunk. by mark@chromium.org · 16 years ago
  78. 28d8d4c Try a new approach to fixing IAT unpatch crashes when the DLL is gone. by deanm@chromium.org · 16 years ago
  79. 237749a Reverting 10456. Review URL: http://codereview.chromium.org/28180 by hbono@chromium.org · 16 years ago
  80. 7c4dc44 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 by hbono@chromium.org · 16 years ago
  81. 622a519 Add an identity (id) to system drag & drop. by tc@google.com · 16 years ago
  82. 219df3a Convert some little-used process function NOTIMPLEMENTED()s into a bug. by evan@chromium.org · 16 years ago
  83. 15425a1 Import .gyp files into the Chromium tree by mark@chromium.org · 16 years ago
  84. fee6d86 Add CommandLine::Terminate to be able to re-initialize the process command line by evan@chromium.org · 16 years ago
  85. 7c6ab27 Get DataPack compiling on Mac and run its unittest. by thomasvl@chromium.org · 16 years ago
  86. 2423cfd Change the string_escape functions to use string16 rather than wstring. by dsh@google.com · 16 years ago
  87. b84376d Fix include paths for libpng. Review URL: http://codereview.chromium.org/27113 by brettw@chromium.org · 16 years ago
  88. bb363fd Initial support for Renderer Side Histograms by jar@chromium.org · 16 years ago
  89. 6e7eb9f Use string for Histogram names since these are all ASCII anyway. by dsh@google.com · 16 years ago
  90. 7730edb Recommit r10259 after successful try server run. by jeremy@chromium.org · 16 years ago
  91. 570f7c2 Revert r10259 & subsequent fixes. by jeremy@chromium.org · 16 years ago
  92. 9dcbe88 Fix Win32 unit tests broken by r10259. by jeremy@chromium.org · 16 years ago
  93. 8a60b68 Fix for Sandboxed WebKit on OS X: by jeremy@chromium.org · 16 years ago
  94. 8001a00 Fix chrome not starting up by implementing a straw-man, lieing version by erg@google.com · 16 years ago
  95. f655033 Lie on the priority change and saw we did it w/ a comment about why we won't by thomasvl@chromium.org · 16 years ago
  96. 16ba739 Fixes a build break caused by r10178. by hbono@chromium.org · 16 years ago
  97. 03f47b3 Try to fix the tree. by evan@chromium.org · 16 years ago
  98. 08599b4 Fix more GCC 4.3 warnings. by evan@chromium.org · 16 years ago
  99. aa1f5dc Bring download_file, download_manager into POSIX build. by estade@chromium.org · 16 years ago
  100. 4fce265 Refactor code from RenderThread and PluginThread and move it to ChildThread. ChildProcess now owns the ChildThread, which removes duplicate code and simplifies things. by jam@chromium.org · 16 years ago