1. a95b20c Port unload_uitest.cc and enable some of the tests on linux. by estade@chromium.org · 16 years ago
  2. c5f57cf Revert "POSIX: Don't spawn zombies." (r14488) by agl@chromium.org · 16 years ago
  3. 02ee560 POSIX: Don't spawn zombies. by agl@chromium.org · 16 years ago
  4. 2f0b26b Get rid of variable length arrays. by willchan@chromium.org · 16 years ago
  5. d202c1c Disable TimerTest.RepeatingTimer_Cancel under Valgrind by nirnimesh@chromium.org · 16 years ago
  6. c038c6a Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also convert ElideFilename() to take a FilePath. by thestig@chromium.org · 16 years ago
  7. 0713a75 Linux: unit tests fix. by agl@chromium.org · 16 years ago
  8. 79f4127 Linux: use opaque NativeViewIds by agl@chromium.org · 16 years ago
  9. 25533cb Symbols aren't always present, which causes this test to fail. In particular, symbols are not present on the buildbot which means this test always fails on the buildbot. Disabling the code for now to bring the tree green. by ajwong@chromium.org · 16 years ago
  10. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 16 years ago
  11. 8d99ddd Allow Flash (and other plugins) to be installed without restarting the browser. This works by monitoring the MozillaPlugins registry key and reloading the plugin list afterwards. by jam@chromium.org · 16 years ago
  12. 46001f4 linux (and some posix): multiprocess plugins compiling. by evan@chromium.org · 16 years ago
  13. 7a82df8 Disabling flaky StatsTableTest.MultipleThreads on Linux too. by robertshield@google.com · 16 years ago
  14. 8d133f6 Submitting http://codereview.chromium.org/87039 on behalf of hamaji. by erikkay@google.com · 16 years ago
  15. 2372593 Protect RandUint64 against EINTR. by phajdan.jr@chromium.org · 16 years ago
  16. 6348c89 Fix problem with bookmark bar introduced by window sharing; pref by jrg@chromium.org · 16 years ago
  17. 41b5fd9 StopWatchingFileDescriptor needs to free struct event. by dkegel@google.com · 16 years ago
  18. 665cfcf Reverting 14152. by thestig@chromium.org · 16 years ago
  19. 7d51c55 Stop using and remove deprecated file_util::TrimTrailingSeparator(). by thestig@chromium.org · 16 years ago
  20. 2b8b7c4 Fix a leak when we fail to load a gdkpixbuf. I meant to do this in by tc@google.com · 16 years ago
  21. 314a08d Stop using and remove deprecated file_util::TrimFilename(). by thestig@chromium.org · 16 years ago
  22. 5c27033 This CL adds a utility method that lets you start a process and block until the process terminates, and retrieve what the process printed to the standard output. by jcampan@chromium.org · 16 years ago
  23. e1f4a24 Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base. by sgk@google.com · 16 years ago
  24. d363565 More solid detection of browser process in chrome_process_util_linux.cc: by phajdan.jr@chromium.org · 16 years ago
  25. 3730132 Implement file_util::CountFilesCreatedAfter() for posix environments. by evan@chromium.org · 16 years ago
  26. da642ae plugins: move NativeLibrary into base. by evan@chromium.org · 16 years ago
  27. bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 16 years ago
  28. 0715789 Landing this patch for Jamesr. by mad@chromium.org · 16 years ago
  29. 4104ddc Add a FieldTrial and histograms for measuring impact of http prioritization. by willchan@chromium.org · 16 years ago
  30. 3aaaaed Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing amount of time for me to think my way through this algorithm :( by pkasting@chromium.org · 16 years ago
  31. 37da39a Disable StatsTableTest.MultipleThreads since it is flaky under heavy load. by maruel@chromium.org · 16 years ago
  32. 399952c Disable the test ConditionVariableTest.MultiThreadConsumerTest until it is stable. by maruel@chromium.org · 16 years ago
  33. 328cb06 Cleanup in LaunchApp: by phajdan.jr@chromium.org · 16 years ago
  34. 9ac2676 Retrial of the first step to port file_util::CountFilesCreatedAfter() by erikkay@google.com · 16 years ago
  35. 80fcf7d Add GetAppOutput function, a better replacement for popen. by phajdan.jr@chromium.org · 16 years ago
  36. a7b2906 Add missing include needed for malloc. by thestig@chromium.org · 16 years ago
  37. 8e0f148 Recommit previous change with GYP files fixed. by erg@google.com · 16 years ago
  38. c230160 Have ResourceBundle own GdkPixbufs. by tc@google.com · 16 years ago
  39. 7929e51 Reverts the previous two commits. (r13812 and r13811). by erg@google.com · 16 years ago
  40. 24a9795 Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. by erg@google.com · 16 years ago
  41. 2329fad Disable TimerTest.RepeatingTimer the suspected test in base_unittests which by nirnimesh@chromium.org · 16 years ago
  42. 1c65bc3 base_unittests.exe is still timing out in the test by wtc@chromium.org · 16 years ago
  43. 3c58014 Reverting 13748. Review URL: http://codereview.chromium.org/73084 by erikkay@google.com · 16 years ago
  44. 85280d0 Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com by erikkay@google.com · 16 years ago
  45. 16090fc Disable the negative test cases in the test by wtc@chromium.org · 16 years ago
  46. 9b0f7be Few changes to the NTP remove thumbnails: by jcampan@chromium.org · 16 years ago
  47. a30ef7c Clean up icon loader/manager in preparation for porting. by estade@chromium.org · 16 years ago
  48. 82788e1 Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows. by tommi@google.com · 16 years ago
  49. 2756262 Convert the internal GetStringF to use string16. This saves a by tc@google.com · 16 years ago
  50. 33138ac Typo in test is exposed as a flaky test by jar@chromium.org · 16 years ago
  51. 45c7eb7 Fix cast style. by erg@google.com · 16 years ago
  52. 26a21b4 Report what went wrong when initializing NSS_NoDB_Init. by erg@google.com · 16 years ago
  53. f4a5e44 Disable gcc 4.4 warnings about hash_map and hash_set being deprecated. by tc@google.com · 16 years ago
  54. 07abc5f Disables the test SignatureVerifierTest.BasicTest on the purify bot as by sky@chromium.org · 16 years ago
  55. d590cbf Reduce flakiness of condition var unit test by reducing timing dependence. by jar@chromium.org · 16 years ago
  56. 369abd6 Set the svn:eol-style properties of these new files to LF. by wtc@chromium.org · 16 years ago
  57. 155b73c Remove histogram connection to base classes in stats_counter by jar@chromium.org · 16 years ago
  58. 3845085 Fix a minor spelling typo. by ericroman@google.com · 16 years ago
  59. 3d33e02 Implement the signature verification API. by wtc@chromium.org · 16 years ago
  60. f881d88 Adds some ifdefs so that test_shell can be compiled on linux without GTK. by sky@chromium.org · 16 years ago
  61. 1aa6b2c Restore -Wall to Linux build and set up for -Werror. by sgk@google.com · 16 years ago
  62. ba04735 posix: make ctl-C work within gdb for dropping to a console. by evan@chromium.org · 16 years ago
  63. 3494a3a Remove some unused stuff from basictypes.h. by deanm@chromium.org · 16 years ago
  64. f800093 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by sgk@google.com · 16 years ago
  65. 329849d Separate out file_util functions that use ICU into their own file. by sra@chromium.org · 16 years ago
  66. d2a4ad7 Include correct header for uint8_t in gtk_util.h by evan@chromium.org · 16 years ago
  67. 546e2f8 Linux: store clipboard image as bmp rather than converting to PNG. by estade@chromium.org · 16 years ago
  68. 9f913ec Basic infobars on linux. by estade@chromium.org · 16 years ago
  69. da961d9 First pass of refactoring dialogs. by avi@chromium.org · 16 years ago
  70. 1d9da64 Remove unused variable from POSIX SharedMemory implementation. by thestig@chromium.org · 16 years ago
  71. 60adf6e - Added support for keeping track of load times. by davemoore@chromium.org · 16 years ago
  72. 7f7d89e Add DirectoryWatcherTest back to the Linux build. by thestig@chromium.org · 16 years ago
  73. 05d9dd2 Remove unneeded uses of base/pickle.h. Add some explicit #includes. by thestig@chromium.org · 16 years ago
  74. 47f39e7 Put a border around the find bar text entry field. by estade@chromium.org · 16 years ago
  75. f9908a7 Reduce usage of {To,From}WStringHack in file_util_unittest.cc by phajdan.jr@chromium.org · 16 years ago
  76. 5bc723b Make OpenProcessHandle report an error when it couldn't open the handle. by phajdan.jr@chromium.org · 16 years ago
  77. 470d52c Revert "Remove dependency on GTK from base/test_suite.h" by agl@chromium.org · 16 years ago
  78. aefa983 Remove dependency on GTK from base/test_suite.h by agl@chromium.org · 16 years ago
  79. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 16 years ago
  80. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 16 years ago
  81. 33c40c0 Remove the checked-in scons configuration files. by sgk@google.com · 16 years ago
  82. 43060c9 Remove the 'Hammer' name in favor of the Debug|Release names by sgk@google.com · 16 years ago
  83. b9177de Use portable typedef for PIDs (process IDs). by phajdan.jr@chromium.org · 16 years ago
  84. dfc01e2 Remove deprecated methods from StatsCounter. by thestig@chromium.org · 16 years ago
  85. fae0f61 Revert r12849 (conversion of "Hammer" names to "Debug"). by sgk@google.com · 16 years ago
  86. 0cf0e12 Replace "Hammer" references with "Debug" as appropriate. by sgk@google.com · 16 years ago
  87. 36c454b Add some includes needed by GCC 4.4.0 by mark@chromium.org · 16 years ago
  88. 085833c Add more of the server-side plumbing for extension APIs. Also by aa@chromium.org · 16 years ago
  89. fb90880 POSIX: allow WaitableEvents to be deleted while watching them. by agl@chromium.org · 16 years ago
  90. fce4817 Removing vcprojs now generated by gyp. by bradnelson@google.com · 16 years ago
  91. 98d11e4 First stab at Mac breakpad support. by jeremy@chromium.org · 16 years ago
  92. 3959f91 Linux UI theming: by estade@chromium.org · 16 years ago
  93. a332aa9 Eliminate precarious use of const_cast<wchar*>(wstring.get()) by mark@chromium.org · 16 years ago
  94. 3108619 Validate clipboard bitmap size data. by estade@chromium.org · 16 years ago
  95. fba052b Linux: write images to clipboard. by estade@chromium.org · 16 years ago
  96. 00cc0eb Cleanup in chrome/browser by phajdan.jr@chromium.org · 16 years ago
  97. 2259ff7 Revert "POSIX: allow WaitableEvents to be deleted while watching them." by agl@chromium.org · 16 years ago
  98. 7f71de3 POSIX: allow WaitableEvents to be deleted while watching them. by agl@chromium.org · 16 years ago
  99. eecb0b8 Clean up another string template by mark@chromium.org · 16 years ago
  100. 4446ea1 Refactor Quantify Profiling a bit. by asargent@chromium.org · 16 years ago