1. 2574910 Initial generation of native Visual Studio solution files by sgk@google.com · 16 years ago
  2. 5d291b4 Convert from using env['PLATFORM'] directly to using the more flexible by sgk@google.com · 16 years ago
  3. 8c3c8f0 remove stray .h file from the compile sources list by pinkerton@google.com · 16 years ago
  4. 74c6434 Remove the purify directive which should no longer be necessary. by ericroman@google.com · 16 years ago
  5. b6c55d8 fix merge failure by aa@chromium.org · 16 years ago
  6. 76e5c63 Rather than create a TODO that will never be done, I went ahead and implemented FilePath::Contains(). by aa@chromium.org · 16 years ago
  7. 1f2eb6b Move the "platform" wrappers in skia/ext to the skia namespace. by brettw@google.com · 16 years ago
  8. dd3ee31 Fix ommision in 7175. by jeremy@chromium.org · 16 years ago
  9. c5506fa * On POSIX, make sure we don't leak FDs when launching child Processes. by jeremy@chromium.org · 16 years ago
  10. 57b2d5b Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report any UMRs when reading its comparator. by ericroman@google.com · 16 years ago
  11. 3178fd8 Reverting 7156. by ojan@google.com · 16 years ago
  12. 94a32f9 * On POSIX, make sure we don't leak FDs when launching child Processes. by jeremy@chromium.org · 16 years ago
  13. 9d9b24f Include "base/hash_tables.h" instead of hand-picking header files. by avi@google.com · 16 years ago
  14. 81427ab Platform cleanup in browser/ and porting of few files. by phajdan.jr@chromium.org · 16 years ago
  15. 4731467 Allow hashmaps and hashsets of FilePath. by avi@google.com · 16 years ago
  16. 13bd4fa Reverting 7125. by ericroman@google.com · 16 years ago
  17. 6818085 Adds a helper class used to mark/define critical section in a class and then install controls to check that those critical sections are not violated. by maruel@chromium.org · 16 years ago
  18. 0461156 Temp experiment to confirm theory in crbug.com/5555. by ericroman@google.com · 16 years ago
  19. be1c7eb Port the spell checker to posix. by estade@chromium.org · 16 years ago
  20. 7f1a82d Prevents LayoutTests/editing/pasteboard/copy-standalone-image.html from crashing by dsh@google.com · 16 years ago
  21. 3d38c20 Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by maruel@chromium.org · 16 years ago
  22. c903dae Update comments in multiprocess_test.h & add an example. by phajdan.jr@chromium.org · 16 years ago
  23. 69bf09f Comments and white space changes requested by Wan-Teh. by abarth@chromium.org · 16 years ago
  24. efc0db0 message_pump_libevent refactor: by jeremy@chromium.org · 16 years ago
  25. 55b89f3 Remove few more errors in mac scons build. by phajdan.jr@chromium.org · 16 years ago
  26. 3dea6c0 Command line switch for the ultra security concious: --force-https! by abarth@chromium.org · 16 years ago
  27. ff23206 A new shot at the old system monitor changelist. by mbelshe@google.com · 16 years ago
  28. 2c23353 revert r6938 by estade@chromium.org · 16 years ago
  29. b64617d Move skia_utils into the skia namespace. by brettw@google.com · 16 years ago
  30. 1c6c3cd Reverting 6935. by ojan@google.com · 16 years ago
  31. 481f4fc Implement the memory mapped file class for posix. by estade@chromium.org · 16 years ago
  32. e3973e9 Rebaseline a bunch of vector canvas unit tests for the changes to Skia. by brettw@google.com · 16 years ago
  33. 8ffaf88 Add a MemoryMappedFile class to file_util. by estade@chromium.org · 16 years ago
  34. 1929519 Reverting 6911. Review URL: http://codereview.chromium.org/14068 by ojan@google.com · 16 years ago
  35. c0baec1 message_pump_libevent refactor: by jeremy@chromium.org · 16 years ago
  36. 1761b99 Port flush_cache tool and perf_tests. by phajdan.jr@chromium.org · 16 years ago
  37. 74a9174 ... by agl@chromium.org · 16 years ago
  38. 42dbaf7 ... by agl@chromium.org · 16 years ago
  39. 5dd441e Remove DCHECKS from official builds. by rvargas@google.com · 16 years ago
  40. d7de7b8 Build a few more files on the Mac: by mark@chromium.org · 16 years ago
  41. 0373996 Rename ViewHandle to NativeView et al. by agl@chromium.org · 16 years ago
  42. f997189 Reverting 6815. Review URL: http://codereview.chromium.org/14006 by phajdan.jr@chromium.org · 16 years ago
  43. 897edd5 Port flush_cache tool and perf_tests. by phajdan.jr@chromium.org · 16 years ago
  44. 5b89492 Improve sleep resolution in process_util_linux. by phajdan.jr@chromium.org · 16 years ago
  45. 8e4b653 We need to loop on waiting as there are plenty of reasons why it might not take. by avi@google.com · 16 years ago
  46. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 16 years ago
  47. 2b923e7 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  48. 5ad6276 Revert "Added std::string to Value via Set/GetString overloading." by scherkus@chromium.org · 16 years ago
  49. 92bc0d4 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  50. 9504207 Move DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>) to private section. by tim@chromium.org · 16 years ago
  51. d71aaa5 Bring up ipc tests on POSIX. by jeremy@chromium.org · 16 years ago
  52. fabcf3a Cleanup of the path service. (With some extra utilities to be used later.) by avi@google.com · 16 years ago
  53. 7c83335 * Add timeout support to POSIX WaitForSingleProcess() by jeremy@chromium.org · 16 years ago
  54. 2ed223c Add FD watching support to message_pump_libevent. by jeremy@chromium.org · 16 years ago
  55. fac7b26 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  56. 6b1a36a Third time's a charm? by dkegel@google.com · 16 years ago
  57. 971901c Add error messages to JSONReader and friends. This required a bit of refactoring to do cleanly. This CL doesn't actually use this capability anywhere except for unit tests. I will add that in a future CL. by aa@chromium.org · 16 years ago
  58. 771bdcc changelist for estade readability review. by estade@chromium.org · 16 years ago
  59. ee224e5 * Add timeout support to POSIX WaitForSingleProcess() by jeremy@chromium.org · 16 years ago
  60. 6334320 Get rid of kPathSeparator on windows. Port some wstring function to take FilePaths. Re-enable relevant posix unit tests. by estade@chromium.org · 16 years ago
  61. 2f93d0d Changed svn:eol-style of all .sln and .vcproj files to CRLF by scherkus@chromium.org · 16 years ago
  62. f9b1cfb Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  63. d27f782 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  64. ca8ccbe Fix new include path of skia_utils. by brettw@google.com · 16 years ago
  65. 23708f3 Move base/gfx/skia_util to skia/ext/skia_util_win. by brettw@google.com · 16 years ago
  66. cf2df27 Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  67. b8d5518 Add Singleton traits for a "leaky singleton" - one that does by mbelshe@google.com · 16 years ago
  68. cb2c366 Move skia_utils_mac from base/gfx to skia/ext. by brettw@google.com · 16 years ago
  69. aac8f05 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  70. bdb6829 Add skia_utils_mac to the base_gfx target by mark@chromium.org · 16 years ago
  71. b6e97f1 Put back skia_utils into the build. This will be the next step (I didn't move the file yet). by brettw@google.com · 16 years ago
  72. 7426013 Fix the base unittests in scons. by brettw@google.com · 16 years ago
  73. df9416f Move convolver and image_operations from base/gfx to skia/ext. This is just by brettw@google.com · 16 years ago
  74. 702fb86 Revert my skia file moves because of layout test failures. by brettw@google.com · 16 years ago
  75. 876ce9e Make WordIterator and Snippet::MatchPositions use size_t instead of int for offsets into strings. This avoids some casts. I also added a typedef for Snippet::MatchPosition which cleans up a bit of the calling code a little. by pkasting@chromium.org · 16 years ago
  76. e0efec8 Redo fix from yesterday. by mbelshe@google.com · 16 years ago
  77. 9a3e4ed Fix mac build bustage by syncing to new file locations. by brettw@google.com · 16 years ago
  78. be70caf Delete files from base unittests that I moved to skia. by brettw@google.com · 16 years ago
  79. b4016ee Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. by brettw@google.com · 16 years ago
  80. e49b871 Quick touchup requested by reviewer by avi@google.com · 16 years ago
  81. 56478f2 Revert r6233, need to move the cert, there is a policy against by dkegel@google.com · 16 years ago
  82. 7243811 For http://code.google.com/p/chromium/issues/detail?id=4510 by dkegel@google.com · 16 years ago
  83. 0d8eba7 * Cleanup: move base/platform_test.h -> testing/ by jeremy@chromium.org · 16 years ago
  84. 8aada2e Implement GetCPUUsage; it was causing link errors because of its absence on the Mac, so we'll implement it for everyone. by avi@google.com · 16 years ago
  85. 77d21db Revert the timer code again because even after relanding by nsylvain@chromium.org · 16 years ago
  86. d43874d Reland 6190 now that the tree is green to see if by nsylvain@chromium.org · 16 years ago
  87. 6146453 Fixes and enhancements by sgk@google.com · 16 years ago
  88. 983e1e5 Revert 6190 to see if it's the cause of the 100+ new regressions by nsylvain@chromium.org · 16 years ago
  89. 3c22083 Found a bug in the BaseTimer (used by OneShotTimer). by mbelshe@google.com · 16 years ago
  90. 7ea3bbb Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering the observer correctly. by maruel@chromium.org · 16 years ago
  91. cdc8ee9 Rollback by mbelshe@google.com · 16 years ago
  92. 049d8a0 A new copy of the old system monitor changelist. by mbelshe@google.com · 16 years ago
  93. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 16 years ago
  94. 943e3d9 Roll back r6063. TBR. by dank@chromium.org · 16 years ago
  95. 92733ca Point nss at root certs so test_shell can talk to mail.google.com without warnings. by dank@chromium.org · 16 years ago
  96. 74ed730 Add the test_file_util changes to the Windows scons. by deanm@chromium.org · 16 years ago
  97. 7da0279 Fix Windows vcproj file, it should be test_file_util_win.cc. by deanm@chromium.org · 16 years ago
  98. e0d1672 Un-duplicate EvictFileFromSystemCache. by deanm@chromium.org · 16 years ago
  99. 75ec0b0 Port base/watchdog to Linux. by deanm@chromium.org · 16 years ago
  100. d778b8f Append a trailing slash on file directory URLs. Thus a link to /directory will work just as well as a link to /directory/ by estade@chromium.org · 16 years ago