1. dff7b7f posix: directories should only be readable by the user. by evan@chromium.org · 15 years ago
  2. 8c29a89 Add new tab startup test to the linux & mac build. by tc@google.com · 15 years ago
  3. 40ba594 Add memory stats for linux page cycler. On linux, we collect by tc@google.com · 15 years ago
  4. 2ac6a46 Remove executable bit from a bunch of files that shouldn't have it. by evan@chromium.org · 15 years ago
  5. 727139c Implement the popup blocking whitelist pref. This makes the whitelist actually function.BUG=11440 by pkasting@chromium.org · 15 years ago
  6. d51d8eb Make Windows DirectoryWatcher also notify on directory operations (creation, etc). by phajdan.jr@chromium.org · 15 years ago
  7. e1c392e Blacklist test that crashes occasionally under Valgrind (and Purify). by dkegel@google.com · 15 years ago
  8. d340879 Implement BreakDebugger for ARM. by deanm@chromium.org · 15 years ago
  9. 0f397ba Fixes a bug where we were inadvertently closing Valgrind-owned FDs by rohitrao@chromium.org · 15 years ago
  10. c56e5ca Separate the key setting code in the constructor of HMAC class into the Init by wtc@chromium.org · 15 years ago
  11. 84e04f7 Fix hang in DirectoryWatcherTest.WatchCreatedDirectory on Windows. by phajdan.jr@chromium.org · 15 years ago
  12. e45d272 Add more tests for recursive DirectoryWatcher watches. by phajdan.jr@chromium.org · 15 years ago
  13. bc3bca7 Move scoped_vector.h and stl_util-inl.h to base/ by ben@chromium.org · 15 years ago
  14. 113ec0d Lands http://codereview.chromium.org/99349 for Ryan. by sky@chromium.org · 15 years ago
  15. b532616 Delete unused stuff from basictypes.h. by willchan@chromium.org · 15 years ago
  16. d263ad7 POSIX: Add a macro for handling EINTR. by agl@chromium.org · 15 years ago
  17. 569de14 Add atomic operations for ARM. Review URL: http://codereview.chromium.org/57031 by thestig@chromium.org · 15 years ago
  18. 1c939cf Deprecate wstring version of PathService::Get() in webkit. by thestig@chromium.org · 15 years ago
  19. f9d9126 POSIX: Add code for shuffling file descriptors. by agl@chromium.org · 15 years ago
  20. b70bbac Add DirectoryWatcher implementation for Mac. by phajdan.jr@chromium.org · 15 years ago
  21. f78a920 Make task_manager_resource_providers.cc compile on POSIX. by phajdan.jr@chromium.org · 15 years ago
  22. 8139fe1 ImportantFileWriter by phajdan.jr@chromium.org · 15 years ago
  23. 65d4310 POSIX: don't spawn zombies. by agl@chromium.org · 15 years ago
  24. d355662 Revert r14620 which was a rollback of r14549 and r14508. This by tc@google.com · 15 years ago
  25. 53d2b76 POSIX: Make --user-data-dir work when it doesn't exist. by agl@chromium.org · 15 years ago
  26. 3f8b949 More linux ifdef tweaks. This reverts my earlier change (13503). by sky@chromium.org · 15 years ago
  27. 42faaab Speculatively roll back r14549 and r14508. The chrome browser by tc@google.com · 15 years ago
  28. daa4a6d Only check errno when it can be set. by phajdan.jr@chromium.org · 15 years ago
  29. 261bded Change Size::IsEmpty() to be consistent with Rect::IsEmpty() by erikkay@google.com · 15 years ago
  30. a95b20c Port unload_uitest.cc and enable some of the tests on linux. by estade@chromium.org · 15 years ago
  31. c5f57cf Revert "POSIX: Don't spawn zombies." (r14488) by agl@chromium.org · 15 years ago
  32. 02ee560 POSIX: Don't spawn zombies. by agl@chromium.org · 15 years ago
  33. 2f0b26b Get rid of variable length arrays. by willchan@chromium.org · 15 years ago
  34. d202c1c Disable TimerTest.RepeatingTimer_Cancel under Valgrind by nirnimesh@chromium.org · 15 years ago
  35. c038c6a Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also convert ElideFilename() to take a FilePath. by thestig@chromium.org · 15 years ago
  36. 0713a75 Linux: unit tests fix. by agl@chromium.org · 15 years ago
  37. 79f4127 Linux: use opaque NativeViewIds by agl@chromium.org · 15 years ago
  38. 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 · 15 years ago
  39. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 15 years ago
  40. 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 · 15 years ago
  41. 46001f4 linux (and some posix): multiprocess plugins compiling. by evan@chromium.org · 15 years ago
  42. 7a82df8 Disabling flaky StatsTableTest.MultipleThreads on Linux too. by robertshield@google.com · 15 years ago
  43. 8d133f6 Submitting http://codereview.chromium.org/87039 on behalf of hamaji. by erikkay@google.com · 15 years ago
  44. 2372593 Protect RandUint64 against EINTR. by phajdan.jr@chromium.org · 15 years ago
  45. 6348c89 Fix problem with bookmark bar introduced by window sharing; pref by jrg@chromium.org · 15 years ago
  46. 41b5fd9 StopWatchingFileDescriptor needs to free struct event. by dkegel@google.com · 15 years ago
  47. 665cfcf Reverting 14152. by thestig@chromium.org · 15 years ago
  48. 7d51c55 Stop using and remove deprecated file_util::TrimTrailingSeparator(). by thestig@chromium.org · 15 years ago
  49. 2b8b7c4 Fix a leak when we fail to load a gdkpixbuf. I meant to do this in by tc@google.com · 15 years ago
  50. 314a08d Stop using and remove deprecated file_util::TrimFilename(). by thestig@chromium.org · 15 years ago
  51. 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 · 15 years ago
  52. 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 · 15 years ago
  53. d363565 More solid detection of browser process in chrome_process_util_linux.cc: by phajdan.jr@chromium.org · 15 years ago
  54. 3730132 Implement file_util::CountFilesCreatedAfter() for posix environments. by evan@chromium.org · 15 years ago
  55. da642ae plugins: move NativeLibrary into base. by evan@chromium.org · 15 years ago
  56. bc5277b posix: port PrependCommand to Windows and use for the plugin launcher. by evan@chromium.org · 15 years ago
  57. 0715789 Landing this patch for Jamesr. by mad@chromium.org · 15 years ago
  58. 4104ddc Add a FieldTrial and histograms for measuring impact of http prioritization. by willchan@chromium.org · 15 years ago
  59. 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 · 15 years ago
  60. 37da39a Disable StatsTableTest.MultipleThreads since it is flaky under heavy load. by maruel@chromium.org · 15 years ago
  61. 399952c Disable the test ConditionVariableTest.MultiThreadConsumerTest until it is stable. by maruel@chromium.org · 15 years ago
  62. 328cb06 Cleanup in LaunchApp: by phajdan.jr@chromium.org · 15 years ago
  63. 9ac2676 Retrial of the first step to port file_util::CountFilesCreatedAfter() by erikkay@google.com · 15 years ago
  64. 80fcf7d Add GetAppOutput function, a better replacement for popen. by phajdan.jr@chromium.org · 15 years ago
  65. a7b2906 Add missing include needed for malloc. by thestig@chromium.org · 15 years ago
  66. 8e0f148 Recommit previous change with GYP files fixed. by erg@google.com · 15 years ago
  67. c230160 Have ResourceBundle own GdkPixbufs. by tc@google.com · 15 years ago
  68. 7929e51 Reverts the previous two commits. (r13812 and r13811). by erg@google.com · 15 years ago
  69. 24a9795 Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. by erg@google.com · 15 years ago
  70. 2329fad Disable TimerTest.RepeatingTimer the suspected test in base_unittests which by nirnimesh@chromium.org · 15 years ago
  71. 1c65bc3 base_unittests.exe is still timing out in the test by wtc@chromium.org · 15 years ago
  72. 3c58014 Reverting 13748. Review URL: http://codereview.chromium.org/73084 by erikkay@google.com · 15 years ago
  73. 85280d0 Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com by erikkay@google.com · 15 years ago
  74. 16090fc Disable the negative test cases in the test by wtc@chromium.org · 15 years ago
  75. 9b0f7be Few changes to the NTP remove thumbnails: by jcampan@chromium.org · 15 years ago
  76. a30ef7c Clean up icon loader/manager in preparation for porting. by estade@chromium.org · 15 years ago
  77. 82788e1 Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Windows. by tommi@google.com · 15 years ago
  78. 2756262 Convert the internal GetStringF to use string16. This saves a by tc@google.com · 15 years ago
  79. 33138ac Typo in test is exposed as a flaky test by jar@chromium.org · 15 years ago
  80. 45c7eb7 Fix cast style. by erg@google.com · 15 years ago
  81. 26a21b4 Report what went wrong when initializing NSS_NoDB_Init. by erg@google.com · 15 years ago
  82. f4a5e44 Disable gcc 4.4 warnings about hash_map and hash_set being deprecated. by tc@google.com · 15 years ago
  83. 07abc5f Disables the test SignatureVerifierTest.BasicTest on the purify bot as by sky@chromium.org · 15 years ago
  84. d590cbf Reduce flakiness of condition var unit test by reducing timing dependence. by jar@chromium.org · 15 years ago
  85. 369abd6 Set the svn:eol-style properties of these new files to LF. by wtc@chromium.org · 15 years ago
  86. 155b73c Remove histogram connection to base classes in stats_counter by jar@chromium.org · 15 years ago
  87. 3845085 Fix a minor spelling typo. by ericroman@google.com · 15 years ago
  88. 3d33e02 Implement the signature verification API. by wtc@chromium.org · 15 years ago
  89. f881d88 Adds some ifdefs so that test_shell can be compiled on linux without GTK. by sky@chromium.org · 15 years ago
  90. 1aa6b2c Restore -Wall to Linux build and set up for -Werror. by sgk@google.com · 15 years ago
  91. ba04735 posix: make ctl-C work within gdb for dropping to a console. by evan@chromium.org · 15 years ago
  92. 3494a3a Remove some unused stuff from basictypes.h. by deanm@chromium.org · 15 years ago
  93. f800093 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by sgk@google.com · 15 years ago
  94. 329849d Separate out file_util functions that use ICU into their own file. by sra@chromium.org · 15 years ago
  95. d2a4ad7 Include correct header for uint8_t in gtk_util.h by evan@chromium.org · 15 years ago
  96. 546e2f8 Linux: store clipboard image as bmp rather than converting to PNG. by estade@chromium.org · 15 years ago
  97. 9f913ec Basic infobars on linux. by estade@chromium.org · 15 years ago
  98. da961d9 First pass of refactoring dialogs. by avi@chromium.org · 15 years ago
  99. 1d9da64 Remove unused variable from POSIX SharedMemory implementation. by thestig@chromium.org · 15 years ago
  100. 60adf6e - Added support for keeping track of load times. by davemoore@chromium.org · 15 years ago