1. b9177de Use portable typedef for PIDs (process IDs). by phajdan.jr@chromium.org · 15 years ago
  2. dfc01e2 Remove deprecated methods from StatsCounter. by thestig@chromium.org · 15 years ago
  3. fae0f61 Revert r12849 (conversion of "Hammer" names to "Debug"). by sgk@google.com · 15 years ago
  4. 0cf0e12 Replace "Hammer" references with "Debug" as appropriate. by sgk@google.com · 15 years ago
  5. 36c454b Add some includes needed by GCC 4.4.0 by mark@chromium.org · 15 years ago
  6. 085833c Add more of the server-side plumbing for extension APIs. Also by aa@chromium.org · 15 years ago
  7. fb90880 POSIX: allow WaitableEvents to be deleted while watching them. by agl@chromium.org · 15 years ago
  8. fce4817 Removing vcprojs now generated by gyp. by bradnelson@google.com · 15 years ago
  9. 98d11e4 First stab at Mac breakpad support. by jeremy@chromium.org · 15 years ago
  10. 3959f91 Linux UI theming: by estade@chromium.org · 15 years ago
  11. a332aa9 Eliminate precarious use of const_cast<wchar*>(wstring.get()) by mark@chromium.org · 15 years ago
  12. 3108619 Validate clipboard bitmap size data. by estade@chromium.org · 15 years ago
  13. fba052b Linux: write images to clipboard. by estade@chromium.org · 15 years ago
  14. 00cc0eb Cleanup in chrome/browser by phajdan.jr@chromium.org · 15 years ago
  15. 2259ff7 Revert "POSIX: allow WaitableEvents to be deleted while watching them." by agl@chromium.org · 15 years ago
  16. 7f71de3 POSIX: allow WaitableEvents to be deleted while watching them. by agl@chromium.org · 15 years ago
  17. eecb0b8 Clean up another string template by mark@chromium.org · 15 years ago
  18. 4446ea1 Refactor Quantify Profiling a bit. by asargent@chromium.org · 15 years ago
  19. e0a8f3a Added a thread pool to WorkerPool for Linux that dynamically adds threads as needed. by willchan@chromium.org · 15 years ago
  20. c658546 Use scoped_ptr to prevent memory leaks on test failures. by patrick@chromium.org · 15 years ago
  21. 0639d27 Explicitly instantiate the string16 backer exactly once, avoiding problems in by mark@chromium.org · 15 years ago
  22. 0069a06 SHARED_INTERMEDIATE_DIR is a better place for generated headers. by mmoss@chromium.org · 15 years ago
  23. ba686f6 Add a new histogram macro to replace a few explicit calls. by rvargas@google.com · 15 years ago
  24. 9428f74 Include version information in Linux chrome. by mmoss@chromium.org · 15 years ago
  25. 2611318 Use a correct templatized WriteInto for all string types by mark@chromium.org · 15 years ago
  26. 83150e0 Generate header file of Linux version information (currently gyp-only). by mmoss@chromium.org · 15 years ago
  27. 048d198 Disable DirectoryWatcherTest.SubDirNonRecursive on Windows versions by phajdan.jr@chromium.org · 15 years ago
  28. 2f45ba7 Enable non-recursive watches for Windows DirectoryWatcher. by phajdan.jr@chromium.org · 15 years ago
  29. f80b512 Skip WatchdogTest.AlarmTest under Valgrind to avoid five-minute hang. by dkegel@google.com · 15 years ago
  30. daef283 Improve scoped_cftyperef<> and scoped_nsobject<> reset() semantics. by mark@chromium.org · 15 years ago
  31. 582c1dd Add missing Mac headers to base.gyp by mark@chromium.org · 15 years ago
  32. de9c22c Add scoped_nsobject to help handle ownership of NSObject subclass objects by by mark@chromium.org · 15 years ago
  33. 64fd50a Attempt to detect impact of disabling dns prefetching on transaction latency by jar@chromium.org · 15 years ago
  34. af4f750 Chromium side of trackbar drawing. This is needed to support <input type="range">. by pkasting@chromium.org · 15 years ago
  35. 300c875 Update the gyp Linux build: by sgk@google.com · 15 years ago
  36. 9709f6d Fix a bunch of tiny near-bugs and bugs that static analysis identified by jar@chromium.org · 15 years ago
  37. d52a01c Reorder some stuff to be in alphabetical order in preparation for adding more. No functional change. by pkasting@chromium.org · 15 years ago
  38. b421271 Test was examining a variable without first acquiring a required Lock. by ralphl@chromium.org · 15 years ago
  39. bc3daf5 Fix gcc 4.3 warning in directory_watcher_inotify.cc by phajdan.jr@chromium.org · 15 years ago
  40. bf65a26 Call two more shutdown functions, and set an environment variable, by dkegel@google.com · 15 years ago
  41. 27a0e64 ScopedVariant implementation. by tommi@chromium.org · 15 years ago
  42. 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 · 15 years ago
  43. a6fc1a7 Linux: build fix for systems without inotify headers by agl@chromium.org · 15 years ago
  44. 58cfe9e Cleanup in DirectoryWatcher: by phajdan.jr@chromium.org · 15 years ago
  45. 2ea69da The test suite commandline leak is easy to plug, so we may as well. by dkegel@google.com · 15 years ago
  46. 12fe098 Remove unneeded uses of base/ref_counted.h. by thestig@chromium.org · 15 years ago
  47. 75b96ac Port DirectoryWatcher to Linux using inotify. by phajdan.jr@chromium.org · 15 years ago
  48. 3bf4b5a Initialize module_handle_ in IATPatch's constructor. by deanm@chromium.org · 15 years ago
  49. 9cc2a1a Remove an unused bool member variable "opened_" from StatsTable. by deanm@chromium.org · 15 years ago
  50. 73e1c3a Minor DCHECK cleanups in libevent. by willchan@chromium.org · 15 years ago
  51. f3b7320 Use "org.chromium" in place of "com.google.chrome" in posix temporary file names for non-chrome builds. by estade@chromium.org · 15 years ago
  52. 5f0f2e98 Fix incorrect guards in base/. by deanm@chromium.org · 15 years ago
  53. 2b059ed Add targets for page_cycler_tests, perf_tests and startup_tests. Listed by sgk@google.com · 15 years ago
  54. 54d2f94 Change Pickle to double its capacity by default, rather than increasing by mpcomplete@google.com · 15 years ago
  55. 370154d Removed unneeded includes of base/time.h. by thestig@chromium.org · 15 years ago
  56. 538e8bb Change DCHECK( == 0) to DCHECK_EQ in the posix lock implementation. by deanm@chromium.org · 15 years ago
  57. fa1476b Port visitedlink tests to Linux. Also make them pass on Linux, which by phajdan.jr@chromium.org · 15 years ago
  58. 6d12fb6 This should make ProcessUtilTest.KillSlowChild not-flaky. by phajdan.jr@chromium.org · 15 years ago
  59. a367bad Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601. by thestig@chromium.org · 15 years ago
  60. 4a623a4 Basic windowless plugins, try 2. by evan@chromium.org · 15 years ago
  61. 775d977 wtc: please look at URL related code, and hooks and nits by jar@chromium.org · 15 years ago
  62. a2fd8d8 Implement DownloadFile::Rename() for posix. Downloads work on linux! by estade@chromium.org · 15 years ago
  63. 2bbf648 Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files to ~400. by thestig@chromium.org · 15 years ago
  64. f8f9e90 Improve the look of the Linux omnibox. by deanm@chromium.org · 15 years ago
  65. e31be59 Remove unneeded platform_thread.h includes. Reduces number of includes from 598 to 511. by thestig@chromium.org · 15 years ago
  66. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 15 years ago
  67. fffc79c Remove unneeded uses of logging.h in header files. by thestig@chromium.org · 15 years ago
  68. bcff8cf Add a GDK_COLOR_RGB macro for constructing GdkColors. by deanm@chromium.org · 15 years ago
  69. cb399d1 Switching to gyp generated vcprojs for some components. by bradnelson@google.com · 15 years ago
  70. 6377235 (purify bustage) Correct purify (only) reference to variable by jar@chromium.org · 15 years ago
  71. 2fa6b4b Fix tree bustage by jar@chromium.org · 15 years ago
  72. 47fb285 Avoid leaks at shutdown when running purify by jar@chromium.org · 15 years ago
  73. 7f2c6af file_util::Move fails on Windows if moving a directory by huanr@chromium.org · 15 years ago
  74. 9d68067 NO CODE CHANGE by deanm@chromium.org · 15 years ago
  75. 1099e32 Rolling back change 11431 (didn't work with a clobber either). by bradnelson@google.com · 15 years ago
  76. f283661 Attempting to roll out gyp for base. by bradnelson@google.com · 15 years ago
  77. dfe1691 Rolling back change 11429. by bradnelson@google.com · 15 years ago
  78. d5d8507 junk by bradnelson@google.com · 15 years ago
  79. 8646871 Adding more guids (realized unit tests get included in slns up higher in the tree. by bradnelson@google.com · 15 years ago
  80. fb95495 Adding fixed guids to some modules to facilitate incremental switch to gyp. by bradnelson@google.com · 15 years ago
  81. 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 · 15 years ago
  82. 4cfbf7a Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. by thestig@chromium.org · 15 years ago
  83. a028016 Add missing test_file_util_posix.cc file. by sgk@google.com · 15 years ago
  84. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  85. 118c18f Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. by deanm@chromium.org · 15 years ago
  86. e3333cc Add API functions to control Quantify, as well as expose these by asargent@chromium.org · 15 years ago
  87. 6d3b54a Disable flaky TimerTest.DelayTimer_Reset test. by phajdan.jr@chromium.org · 15 years ago
  88. 9b8b194 Use FilterContext to allow filters to access URLRequestJob data by jar@chromium.org · 15 years ago
  89. a2b2f65 Bringup sys_string_conversions_unittest.cc on Linux. by jeremy@chromium.org · 15 years ago
  90. f681965 Build test_shell and test_shell_tests on Linux from gyp-generated scons files: by sgk@google.com · 15 years ago
  91. 920c60c In preparation for making changes to worker_pool_linux.cc. by willchan@chromium.org · 15 years ago
  92. bfb65f2 I verified that the Visual C++ 2005 bug has been fixed in by wtc@chromium.org · 15 years ago
  93. 8c9b451 Cleanup in {test_,}file_util_posix.cc by phajdan.jr@chromium.org · 15 years ago
  94. ecc32a0 Reverting 11102. by phajdan.jr@chromium.org · 15 years ago
  95. cb48b65 Make CrashAwareSleep more accurate on POSIX (checking if the process exists). by phajdan.jr@chromium.org · 15 years ago
  96. 4f1e96d first cut by phajdan.jr@chromium.org · 15 years ago
  97. d904992 An assert was being hit because WaitableEvent's dtor was calling CloseHandle on a handle that we already closed. by jam@chromium.org · 15 years ago
  98. af61474 Added a new method CreateNonJoinable() to PlatformThread. Added the windows and posix implementations. by willchan@chromium.org · 15 years ago
  99. b208b52 POSIX: Rewrite IPC's interaction with FileDescriptor by agl@chromium.org · 15 years ago
  100. 6d70883 NO CODE CHANGE. by maruel@google.com · 15 years ago