1. 6ed9232 Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. by ben@chromium.org · 16 years ago
  2. 0c9f1eb Port parts of base/process_util to Linux. by evanm@google.com · 16 years ago
  3. 5805035 Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. by ben@chromium.org · 16 years ago
  4. 5b91647 Bring up idletimer unittest on Mac port. by jeremy@chromium.org · 16 years ago
  5. fe67525 Add a templatized scoped GDI handle object. Use this to implement ScopedBitmap and ScopedHRGN. by ben@chromium.org · 16 years ago
  6. bcc1a67 Basic GTK test shell: links in the SConscript and brings up a window with nonfunctioning UI. by evanm@google.com · 16 years ago
  7. a048e38 Fix typo in command line unit test. by estade@chromium.org · 16 years ago
  8. bf29e60 This CL adds prompting for dangerous types of files (executable) when they are automatically downloaded. by jcampan@chromium.org · 16 years ago
  9. 9e49aa2 Add a way to register for completion-ports based async operations to be handled by rvargas@google.com · 16 years ago
  10. 3c80e57 base\gfx file changes from r3137: + gdi_util.cc, - bitmap_header.cc by sgk@google.com · 16 years ago
  11. 3835509 Patch by Thatcher Ulrich <tulrich@google.com>. by ojan@google.com · 16 years ago
  12. 46af236 Comments out the DCHECK in lock as it causes failures. by sky@google.com · 16 years ago
  13. b62c619 Changes BookmarkModel to not grab the same lock twice. by sky@google.com · 16 years ago
  14. 8372da2 Disallow recursive locking via the Lock class by jar@google.com · 16 years ago
  15. c3dcbe9 remove unneeded webkit_glue:: and wrap windows functions in ifdefs by erg@google.com · 16 years ago
  16. 7f1e5c0 Change the font search order to try Lucida Sans Unicode before Arial Unicode MS because the former is available by jungshik@google.com · 16 years ago
  17. e27eae1 Provide converters to and from NSString* in sys_string_conversions by mark@chromium.org · 16 years ago
  18. 60bbf99 Fix a typo I noticed when looking at object tracking. The wrong argument was by brettw@google.com · 16 years ago
  19. 1402b91 Klocwork bug. Checking the wrong variable. BUG = 3103 by cpu@google.com · 16 years ago
  20. f94037e Fix some problems with machine level install. by kuchhal@chromium.org · 16 years ago
  21. 4cc8c09 Add Mac BeingDebugged implementation by mark@chromium.org · 16 years ago
  22. a638cc9 Add -- as a command line switch parsing terminator. This allows you to launch chrome to a given URL safely, without having to validate the URL and worry it might be interpreted as a dangerous command line argument. by deanm@chromium.org · 16 years ago
  23. 4f0971f Make ClipboardTest a PlatformTest to get autorelease pool management, needed by mark@chromium.org · 16 years ago
  24. e3e1ce7 Use the full src-relative path to gtest.h by mark@chromium.org · 16 years ago
  25. 6380e26 Add a FilePath object Review URL: http://codereview.chromium.org/6025 by mark@chromium.org · 16 years ago
  26. 119a252 Implement MessageLoopForUI using GLib. This gets some exercise from by dsh@google.com · 16 years ago
  27. aac45d7 Bring up clipboard_unittest.cc on the Mac. by jeremy@chromium.org · 16 years ago
  28. 2f5dda2 Add platform_canvas_unittest.cc by jeremy@chromium.org · 16 years ago
  29. d1bafc6 Cross-platform wrappers for fopen, _wfopen_s, etc. by mark@chromium.org · 16 years ago
  30. 0ba9351 Fixes bug where JSON reader errored on reading vertical tabs (\v). The by sky@google.com · 16 years ago
  31. d4eb87f Enable error checking on Posix locks in debug, and make release lock creation do a little bit less work. Based on suggestions by Gaetano Mendola. by deanm@chromium.org · 16 years ago
  32. 91f3bd3 Some small cleanups to Lock suggested by Gaetano Mendola. by deanm@chromium.org · 16 years ago
  33. e2cd582 Fix painting problem with transparent plugins because plugins were ignoring the alpha channel sometimes. by jam@chromium.org · 16 years ago
  34. fc90337 Fix some issues found looking at the code. by maruel@google.com · 16 years ago
  35. c22c62b Reduce RandDouble to one call to ldexp, add one bit of precision by mark@chromium.org · 16 years ago
  36. b93c054 Refactoring for portability: by mark@chromium.org · 16 years ago
  37. 96273b6 Silence this unit test on Windows 2003 until bug 2732 is fixed. by maruel@google.com · 16 years ago
  38. cc43369 Display the tmp path to help debug an issue with a build bot. by maruel@google.com · 16 years ago
  39. 7229e80 ICU changes by sgk@google.com · 16 years ago
  40. 4591e48 Check for cpu items before assuming it will work. by mbelshe@google.com · 16 years ago
  41. a98d4c1 Roll the third_party/icu38 revision in DEPS to have SCons build libicu, by sgk@google.com · 16 years ago
  42. 7de49b5 Add scoped_nsautorelease_pool.mm to the Mac SCons Build. by sgk@google.com · 16 years ago
  43. 67aa64e Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping issues. by brettw@google.com · 16 years ago
  44. 01f1070 Fix some header guards that are named incorrectly. by darin@chromium.org · 16 years ago
  45. 556bc84 Change to Hi Res timers on Windows. by mbelshe@google.com · 16 years ago
  46. 7f479f2 Add file_util::GetFileInfo as a means to provide more information about a file by darin@google.com · 16 years ago
  47. 8178de2 Wow, it's been a while since we cleaned EOL. by maruel@google.com · 16 years ago
  48. 37790f3 by jungshik@google.com · 16 years ago
  49. 8fce694 Stop spamming delayed tasks on each input event. by darin@chromium.org · 16 years ago
  50. e8a1df9 Fix non-Mac break from r2603 by mark@chromium.org · 16 years ago
  51. 3b2ec6f Provide autorelease pool management on the Mac in all types of message pumps. by mark@chromium.org · 16 years ago
  52. 670c312 As an intermediate step towards having a message pump handling IO through completion ports, this CL creates two types of message pumps for windows: one to handle UI threads and another one to handle IO threads. by rvargas@google.com · 16 years ago
  53. 21cdab7 Adding system_monitor to build Review URL: http://codereview.chromium.org/4085 by pinkerton@google.com · 16 years ago
  54. b7ba279 Fix linux build by adding a new line at the end of this by nsylvain@chromium.org · 16 years ago
  55. c498f0d Implement a SystemMonitor class for monitoring system status by mbelshe@google.com · 16 years ago
  56. 644c912 Use histograms to send interesting parts of the disk cache statistics. by rvargas@google.com · 16 years ago
  57. 0fb3fe4 Run ObjectWatcher unit tests against all types of message loops. by darin@google.com · 16 years ago
  58. 7af8caf Get libevent building and linking in base_unittests in the Mac SCons build: by sgk@google.com · 16 years ago
  59. a68cfa4 This CL adds new UI tests for the SSL UI. Some more info: by jcampan@chromium.org · 16 years ago
  60. ba645c5 Enforce Terminate on Heap Corruption in most of our executable on Windows XP SP3 or Vista. by maruel@google.com · 16 years ago
  61. e09a7c1 Create a class for getting at processor information via the by mbelshe@google.com · 16 years ago
  62. e497378 port some parts of webkit/glue/plugins/test to Linux by evanm@google.com · 16 years ago
  63. 71a8ba8 Miscellaneous cleanup. by wtc@google.com · 16 years ago
  64. 059d049 Mac-specific CFRunLoop-based MessagePump implementation by mark@chromium.org · 16 years ago
  65. aa119c2 fix oops by darin@chromium.org · 16 years ago
  66. b2d3345 Always use the topmost delayed task as the basis for our WM_TIMER. by darin@chromium.org · 16 years ago
  67. 38e8681 ensure that the shared memory has actually been created before trying to re-use it when the |open_existing| flag is passed to Create(). by pinkerton@google.com · 16 years ago
  68. 91db0e6 Roll the icu38 revision in the DEPS file to change the name of by sgk@google.com · 16 years ago
  69. ce03ce6 My base changes to the plugin code. by jam@chromium.org · 16 years ago
  70. af00029 Fix AmountOfFreeDiskSpace to be able to differentiate an error from a full disk. by rvargas@google.com · 16 years ago
  71. 71e7c6f Fixes bug in file_util::ReplaceExtension that could chop off path by sky@google.com · 16 years ago
  72. 14891e3 Only link the new event lib on Linux systems. by sgk@google.com · 16 years ago
  73. cbafbad Build libevent on Mac Review URL: http://codereview.chromium.org/3157 by mark@chromium.org · 16 years ago
  74. 66a4c3e * Change output of trace_event log to JSON to enable easier integration with visualization UI. by erikkay@google.com · 16 years ago
  75. 5c1d39b Implement CopyDirectory() for the POSIX branch of file_util. by evanm@google.com · 16 years ago
  76. 9e044ae Use libevent, second try. Changes this time: by dkegel@google.com · 16 years ago
  77. 6e429a0 Now that we have the ICU lib depend on its data file, we no longer need to by evanm@google.com · 16 years ago
  78. ee45e8f Move GetFreeDiskSpace to SysInfo. by deanm@chromium.org · 16 years ago
  79. 530ddd9 Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Windows only env_util::GetPhysicalMemoryMB. by deanm@chromium.org · 16 years ago
  80. 180f057 Revert "Make tcp_client_socket_unittest pass on Linux." by evanm@google.com · 16 years ago
  81. f909e89 Make tcp_client_socket_unittest pass on Linux. by dkegel@google.com · 16 years ago
  82. 4e683ca Remove duplicate stats_table.cc, left over in Windows list. by sgk@google.com · 16 years ago
  83. d271095 Remove duplicate run_all_unittests.cc, left over in the Windows by sgk@google.com · 16 years ago
  84. 319f044 Add support for querying the amount of memory on a system to sys_info. by deanm@chromium.org · 16 years ago
  85. 42a34eb Add a class for extracting system-specific information, like the number of processors. by deanm@chromium.org · 16 years ago
  86. 82be1f7 Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of the base namespace. DCHECK the result to NSS_Shutdown. Remove the comment about nss.h and move to to it's appropiate place. by deanm@google.com · 16 years ago
  87. 5756c4f Unignore most warnings on POSIX in build/SConscript.main. by evanm@google.com · 16 years ago
  88. 6f19a38 Add an HMAC implementation using NSS. Include centralized NSS initialization, based on code from phajdan.jr. by deanm@google.com · 16 years ago
  89. 37e298c Provide necessary constructors in StackAllocator and PrivateHookAllocator to permit release mode building in VC++2008 SP1. The current allocators do not conform with the C++ spec for allocators, and unlike previous versions, VC++2008 requires conformant allocators. by maruel@google.com · 16 years ago
  90. 76cff08 This change ensures that base_unittests will not segfault on this. by maruel@google.com · 16 years ago
  91. d23127a Add a few more cases for Unicode blocks to script mapping. This is for next point release (of beta branch) to fix by jungshik@google.com · 16 years ago
  92. 3b6f3b6 Port the thread local storage unittest to Mac and linux. by paulg@google.com · 16 years ago
  93. 871f06d Capture initial SCons build of {base,net,googleurl}_unittests on Mac: by sgk@google.com · 16 years ago
  94. c524813 Sort allegedly-sorted lists Review URL: http://codereview.chromium.org/1959 by mark@chromium.org · 16 years ago
  95. 8ca0d27 POSIX/Linux related changes to file_util: by mark@chromium.org · 16 years ago
  96. 733df6b CreateDirectory() should check if an existing path is actually a directory before skipping it. Also update a couple instances and comments to reflect current behaviour (see also http://codereview.chromium.org/1681). by mmoss@google.com · 16 years ago
  97. a9d0d48 Don't use the Windows high-resolution Time::Now hacks on Posix, the normal resultion from the time APIs there should be enough. by deanm@chromium.org · 16 years ago
  98. e451ad1 Add the shared memory test to the scons build. by paulg@google.com · 16 years ago
  99. 78da663 First pass of porting the shared memory unittest. We still need by paulg@google.com · 16 years ago
  100. 7feced5 Accommodate removal of gfx\platform_canvas_unittest_win.cc in the by sgk@google.com · 16 years ago