1. 093c4fd Finish release (opt) builds on Windows, including the parallel by sgk@google.com · 16 years ago
  2. cba51c7 revert 5730 by estade@chromium.org · 16 years ago
  3. 7721e0b Port directory lister to posix. by estade@chromium.org · 16 years ago
  4. 35d9774 revert 5725 by estade@chromium.org · 16 years ago
  5. fccecba Port directory lister so test shell can view file directories. by estade@chromium.org · 16 years ago
  6. fbfbf6b fix unittests by tc@google.com · 16 years ago
  7. c45f86a Mac changes for r5690 Review URL: http://codereview.chromium.org/11483 by mark@chromium.org · 16 years ago
  8. d69694a Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left header files in the original locations that include the ones in the new location so I don't have to change all the includes in Chrome at once. These will be removed later. by brettw@google.com · 16 years ago
  9. 3e9d5d7 Move more code to using FilePath. by evanm@google.com · 16 years ago
  10. 2dfab9d disable some tests while I debug offline by tc@google.com · 16 years ago
  11. 2c826dc Remove cf_html from webdropdata.h. This is windows by tc@google.com · 16 years ago
  12. 9e0c971 Add pixel layout test support for Linux by agl@chromium.org · 16 years ago
  13. 44f929c Update include guard style. by agl@chromium.org · 16 years ago
  14. 1188b2a Fix the include guards for scoped_handle by agl@chromium.org · 16 years ago
  15. f7463cd Add scoped stdio handles. by agl@chromium.org · 16 years ago
  16. 8fe2bf6 Revert 5607 because it caused a base_unittest failure. by maruel@chromium.org · 16 years ago
  17. cef2c19 Add superficial unit test for PrintJob. That's a start. by maruel@chromium.org · 16 years ago
  18. f467dae Fix a proto-type mismatch on a virtual override. by deanm@chromium.org · 16 years ago
  19. 1ab155c Fix the glib pump getting wedged. by deanm@chromium.org · 16 years ago
  20. 4eb4f37 Fix an inaccurate comment. by evanm@google.com · 16 years ago
  21. 8c15834 addressing comments by agl@chromium.org · 16 years ago
  22. 69e0a49 Check ftruncate result by agl@chromium.org · 16 years ago
  23. fbc2049 Remove the locale parameter from the StringToDouble and by tc@google.com · 16 years ago
  24. b1d358a Implement some missing file util functions. by estade@chromium.org · 16 years ago
  25. 4e55e3e Remove the uniscribe unittest from the scons build that moved to WebKit. by brettw@google.com · 16 years ago
  26. 5c382cb Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from by brettw@google.com · 16 years ago
  27. 7578f48 Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, remove the platform ifdefs in common code. by pinkerton@google.com · 16 years ago
  28. 7523d99 Fix the mac build to add dmg_fp to the libbase.a. by tony@chromium.org · 16 years ago
  29. 4bfa9f2 Move dmg_fp in scons build to compile from by tc@google.com · 16 years ago
  30. 48c40ce RandUInt -> RandUint to match the style of other Uint functions. by deanm@chromium.org · 16 years ago
  31. 459652f Move dmg_fp to base/third_party/dmg_fp and include the by tc@google.com · 16 years ago
  32. 4db489d by mbelshe@google.com · 16 years ago
  33. cff4762 Don't include system headers inside a namespace. by evanm@google.com · 16 years ago
  34. 17b9911 by mbelshe@google.com · 16 years ago
  35. 8761569 Next round of SCons changes: by sgk@google.com · 16 years ago
  36. 3432e6b fix bug in locale dependence check by tc@google.com · 16 years ago
  37. b00b0cf More Mac & Linux fixes for base namespaces. by brettw@google.com · 16 years ago
  38. 67cbe88 Linux build bustage fix. Review URL: http://codereview.chromium.org/10737 by brettw@google.com · 16 years ago
  39. dde155a Move process utils into the base namespace (fix build bustage). by brettw@google.com · 16 years ago
  40. c60d989 Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code. by brettw@google.com · 16 years ago
  41. 0cd70c3 Unfork test_shell_main_gtk back into test_shell_main. by erg@google.com · 16 years ago
  42. abb3a2b Restructure the the pump for nested loops. by deanm@chromium.org · 16 years ago
  43. 4ee9810 fix mac build need to include dmg_fp config settings in debug and release by tony@chromium.org · 16 years ago
  44. 866a31a Make unit_tests pass with pt_BR.UTF-8 locale. by tc@google.com · 16 years ago
  45. 181a936 by dsh@google.com · 16 years ago
  46. 67c3575 Adds the ability for save dialogs to take a default extension. by sky@google.com · 16 years ago
  47. 3f05f76 Drop the wakeup pipe completely and use the builtin glib wakeup. by deanm@chromium.org · 16 years ago
  48. a65cf92 Rewrite the glib UI pump. Although the previous pump was correct in terms of test coverage, it was mis-handling the concept of idle work. This meant we were effectively polling the pump, causing full CPU usage. The new pump is greatly simplified, and follows the pattern used on Windows. All tests still pass. by deanm@chromium.org · 16 years ago
  49. 5127d88 Force the line endings on .sln files to be CRLF. by tc@google.com · 16 years ago
  50. ba3b5a3 Remove some Windows-specific stuff from RenderProcessHost by having callers get the process handle and PID directly from the corresponding Process object. by brettw@google.com · 16 years ago
  51. 8680c1d Cache the GdkSkia object in PlatformContextSkia so that we aren't creating by agl@chromium.org · 16 years ago
  52. 5ef5ca5 * Revert "Por rt flush_cache tool." by agl@chromium.org · 16 years ago
  53. c80096a Port flush_cache tool. by agl@chromium.org · 16 years ago
  54. 88e0234 make sure we match all the tests and files that linux has running. We were never building process_posix, but now the newly added unit tests use it. by pinkerton@google.com · 16 years ago
  55. f474a1b Added CreateTemporaryFileName that takes a FilePath argument. by estade@chromium.org · 16 years ago
  56. 109ed50 NO CODE CHANGE. Update string_piece.h to new include style, and remove Ben's trailing whitespace. Really just want a buildbot run :\ by deanm@chromium.org · 16 years ago
  57. 6d5f7f6 Dramatically improve the link time in release mode. Today's MC Hammer Xcode by mark@chromium.org · 16 years ago
  58. 7388754 Switch MessagePumpForIO to use completion ports on Windows. by rvargas@google.com · 16 years ago
  59. bd7ab86 Make PlatformCanvasLinux match up with recent changes in the Windows one, which is able to report allocation failures. by brettw@google.com · 16 years ago
  60. 6b068b1 Adds import/export of bookmarks to bookmarks.html file. by sky@google.com · 16 years ago
  61. 3384f0a Implement the idle timer for Linux using libxss. by dsh@google.com · 16 years ago
  62. f785550 Enabled WebFrameTest, refactored some test shell functions. by estade@chromium.org · 16 years ago
  63. c5e663e Make canvas code a bit more resilient to crashes. by joshia@google.com · 16 years ago
  64. e250d20 Switch from using GdkPixbuf to cairo for painting on Drawables. by agl@chromium.org · 16 years ago
  65. ed61ae4 Make assertions not display message boxes to the end user. This is causing by brettw@google.com · 16 years ago
  66. 1160a8b revert 9391 by estade@chromium.org · 16 years ago
  67. 3777654 Enabled WebFrameTest, refactored some test shell functions. by estade@chromium.org · 16 years ago
  68. 03a2664 Make better (and more efficient) use of Hammer functionality by sgk@google.com · 16 years ago
  69. 8bf9c5a This CL adds the autofill UI in forms. by jcampan@chromium.org · 16 years ago
  70. f3dc38d Delete some accidental comments. by estade@chromium.org · 16 years ago
  71. 144314a Rewrote the clipboard API to be more concurrent. Added a helper class to make it more foolproof. Updated all clients and unittests. Mac port by jeremy@chromium.org by estade@chromium.org · 16 years ago
  72. 34cf318 by dsh@google.com · 16 years ago
  73. 4498268 Port more of url_request_unittest.cc. by dkegel@google.com · 16 years ago
  74. 71ed7fd Fix scoped_cftyperef<>::reset() to adopt the incoming CFTypeRef when the by mark@chromium.org · 16 years ago
  75. 2b76e1c Turn time_mac.cc back on, with workaround for scoped_cftyperef reset bug by amanda@chromium.org · 16 years ago
  76. 430a647 Handle time overflow more gracefully in base/time_posix.cc. Instead of by mark@chromium.org · 16 years ago
  77. b42cfd1 Fix tree breakage. by erg@google.com · 16 years ago
  78. 146ffd9 Remove fragile check in DidProcessCrash by cpu@google.com · 16 years ago
  79. 8195213 Get url_request_unittest.cc to build on Linux. by dkegel@google.com · 16 years ago
  80. ee98d79 Undisable the now not-flaky unittests! by ojan@google.com · 16 years ago
  81. 9c7e428 Revert r4473 to fix build breakage (local time zone tests failed) by amanda@chromium.org · 16 years ago
  82. 0fa8b1b Switch from the benighted PlatformThread to the shiny SimpleThread by dkegel@google.com · 16 years ago
  83. 34c6dee Add a TODO from Jar. Review URL: http://codereview.chromium.org/9262 by mbelshe@google.com · 16 years ago
  84. 96621da Update Mac implemention of Time to prevent problems with by amanda@chromium.org · 16 years ago
  85. b579d6d Update idle timer test to use longer intervals. by mbelshe@google.com · 16 years ago
  86. 98f5aa1 Weee. More TODO(darin)s. :) by ojan@google.com · 16 years ago
  87. f135f9e The base unittests were succeeding for the isolated by mbelshe@google.com · 16 years ago
  88. c3d3596 Fix unit test for system monitor. Not sure how I missed this! by mbelshe@google.com · 16 years ago
  89. 0642946 quick build fix for Linux by erikkay@google.com · 16 years ago
  90. 72b406d * Add write and read/write support to FileStream (renamed from FileInputStream). by erikkay@google.com · 16 years ago
  91. 2d95cab Make the SystemMonitor observer list thread safe. by mbelshe@google.com · 16 years ago
  92. 40eb492 Always show file extensions in the shelf. by glen@chromium.org · 16 years ago
  93. 6f2e2d8 Fix compilation error on Windows and link error on Mac by dkegel@google.com · 16 years ago
  94. 902a971 Port GetProcessCount(), KillProcesses(), and CleanupProcesses(). by dkegel@google.com · 16 years ago
  95. 26e3826 Port last remaining test case in base/stats_table_unittest.cc, and by dkegel@google.com · 16 years ago
  96. b92a56b Adds the ability for ObserverList to not notify observers added during by sky@google.com · 16 years ago
  97. 104f22e AbsolutePath should probably also work on non-Windows platforms. by evanm@google.com · 16 years ago
  98. c76de8f AbsolutePath should probably actually use its input somewhere. by evanm@google.com · 16 years ago
  99. fc91061 Switch to using the message loop rather than gtk_main(). by agl@chromium.org · 16 years ago
  100. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago