1. 1685a7e Refactors OSExchangeData for easier portability. by sky@chromium.org · 15 years ago
  2. 62a8405 Fix PR_ImplodeTime for Linux x64. by wtc@chromium.org · 15 years ago
  3. 8a13e9f Add support for constrained windows on os x, based on Avi's GTMWindowSheetController. Add carpet bombing dialog as first per-tab sheet. by thakis@chromium.org · 15 years ago
  4. 7e41f13 Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survives the destruction of the IO thread. by ericroman@google.com · 15 years ago
  5. 8ef86c6 Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL. by jhawkins@chromium.org · 15 years ago
  6. 4e105f1 Add short circuit case for self assignment, and add virtual destructor by jar@chromium.org · 15 years ago
  7. 418b821 Factor out window creation into base::WindowImpl. This class will be used in place of CWindowImpl to reduce our dependency on ATL. by jhawkins@chromium.org · 15 years ago
  8. 3217c82 Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). by thestig@chromium.org · 15 years ago
  9. 0e366a1 Remove the Mac-specific implementation of LaunchApp, and share the Linux version. by stuartmorgan@google.com · 15 years ago
  10. 6663895 Linux: add GYP flag to build with system jpeg. by agl@chromium.org · 15 years ago
  11. ffcf9c8 GTK: implement bookmark manager copy/paste. by estade@chromium.org · 15 years ago
  12. 0e8e1c7 linux: improve warnings when NSS/PR shutdowns fail by evan@chromium.org · 15 years ago
  13. 3319f0a Linux: don't try and read shmmax in the sandbox. by agl@chromium.org · 15 years ago
  14. 0aa0502 Cross-process Message Port implementation. by jam@chromium.org · 15 years ago
  15. 102251e Remove even the logging statement from ~LogMessage. We shouldn't be using LOG macros there. by phajdan.jr@chromium.org · 15 years ago
  16. f02d144 Move test_file_util out of libbase. Test code should not be mixed with production code. by phajdan.jr@chromium.org · 15 years ago
  17. f8d52db Use intptr_t for casting pointers for 64-bit. by deanm@chromium.org · 15 years ago
  18. 766c5a0 Add defensive code in pickle to preclude realloc of shared header_ memory. by jar@chromium.org · 15 years ago
  19. 1644983 Removes an unused function in clipboard_linux as well as unused method by sky@chromium.org · 15 years ago
  20. 0542358 This CL adds accelerators to the Linux toolkit views. by jcampan@chromium.org · 15 years ago
  21. c504557 Do not abort the process if thread owning the log mutex has crashed. by phajdan.jr@chromium.org · 15 years ago
  22. 6eb9b17 Fix Mac plugin background snapshots by stuartmorgan@google.com · 15 years ago
  23. ff79172 Remove duplication of DieFileDie, and move it to proper location. by phajdan.jr@chromium.org · 15 years ago
  24. 0b60403 Make Linux versioninfo its own lib so it can be linked in only where needed. by mmoss@chromium.org · 15 years ago
  25. ab7bf65 Reverting 21938 (done with experiment). by willchan@chromium.org · 15 years ago
  26. 77cac1d Experiment: Enable tcmalloc for linux (Take 2). Will revert after a buildbot cycle. by willchan@chromium.org · 15 years ago
  27. f6feee0 linux: unload plugin libraries after extracting mime types by evan@chromium.org · 15 years ago
  28. 231743a linux: remove RTLD_DEEPBIND from dlopen() by evan@chromium.org · 15 years ago
  29. 1c86b55 The messages attached to the task created by an IPC ChannelProxy are leaked when the message loop is destroyed (the MessageLoop deletes its pending tasks on destruction, but not the messages). by jcampan@chromium.org · 15 years ago
  30. 7e85cca Fix a FORWARD_NULL defect reported by Coverity. We should by wtc@chromium.org · 15 years ago
  31. c2f15c5 WriteData and BeginWriteData should fail if length is negative. by wtc@chromium.org · 15 years ago
  32. 844b8a5 Reset static data in Watchdog to better isolate the tests. by phajdan.jr@chromium.org · 15 years ago
  33. 579b1ca Remove *.vsprops files that are no longer referenced (or only have by sgk@google.com · 15 years ago
  34. 1543aa7 Fix the massive type confusion for ParamTraits in the IPC code. by deanm@chromium.org · 15 years ago
  35. 57612e0 Rewrite StringToInt traits for dealing with non-32-bit longs. by deanm@chromium.org · 15 years ago
  36. 4bdd5df posix: cut down on IPC logging spew a bit by evan@chromium.org · 15 years ago
  37. 9c4831b Revert "Experiment: Enable tcmalloc for linux. Will revert after a buildbot cycle." by willchan@chromium.org · 15 years ago
  38. 90d339c Experiment: Enable tcmalloc for linux. Will revert after a buildbot cycle. by willchan@chromium.org · 15 years ago
  39. ba9b13e Linux: add internal core dump reporting. by agl@chromium.org · 15 years ago
  40. 4f57659 Adding HTML5 DB support to Chromium: Chromium changes by dumi@chromium.org · 15 years ago
  41. af7fd91 Remove ifdef 32-bit clause in json tests. ints are 32-bit everywhere. by deanm@chromium.org · 15 years ago
  42. dc8b492 Some base/ progress towards building on Linux x86-64. by deanm@chromium.org · 15 years ago
  43. ce523e7 Move base::va_copy from a function to a macro. by deanm@chromium.org · 15 years ago
  44. a659036 posix: handle chars more delicately in ipc logging by evan@chromium.org · 15 years ago
  45. 3b68053 GTK Themes: A gtkrc file can now override our choice of frame color by by erg@google.com · 15 years ago
  46. ac058ca Linux: add GYP variable to use the system libpng. by agl@chromium.org · 15 years ago
  47. 38b244e Avoid runtime linker warning by dkegel@google.com · 15 years ago
  48. c01653d Refactor blits to be more cross-platform. by piman@chromium.org · 15 years ago
  49. dbc9b5a Adding last modified time to file_util by brettw@chromium.org · 15 years ago
  50. 6c83688 I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfortunately, hash_map<> does not know how to hash a string16 when string16 isn't a wstring. I looked in <tr1/functional> and saw that only std::string and std::wstring have hashing functions. by jorlow@chromium.org · 15 years ago
  51. 79a78e6 Enable SVG icons for linux. by estade@chromium.org · 15 years ago
  52. 3a6242e Reapply r21429 - Cleanup pending tasks under Valgrind as well. by kuchhal@chromium.org · 15 years ago
  53. 01e3d87 linux: generalize desktop environment guessing to encompass KDE by evan@chromium.org · 15 years ago
  54. 124260d Silence a false coverity warning by changing the code a bit. by munjal@chromium.org · 15 years ago
  55. c4e2a31 Headers cleanup: by phajdan.jr@chromium.org · 15 years ago
  56. 7b77153 Revert "Cleanup pending tasks under Valgrind as well." (r21429) by kuchhal@chromium.org · 15 years ago
  57. f75ed45 Cleanup pending tasks under Valgrind as well. by kuchhal@chromium.org · 15 years ago
  58. 6ad710b Linux: Use _exit() instead of exit() in the child after fork() in failure conditions. by mdm@chromium.org · 15 years ago
  59. c12dde3 Unrevert 21355 because the revert might be causing the worker tests failures. by nsylvain@chromium.org · 15 years ago
  60. 3050ba6 Build fix: I incorrectly applied r21399 from a patch. by agl@chromium.org · 15 years ago
  61. 030b1b5 Revert 21355 because it might be causing all the new by nsylvain@chromium.org · 15 years ago
  62. e949174 Switch the first thread in a child process to be the main thread, and make theIO thread be the second thread. The change is needed for plugins on mac. by jam@chromium.org · 15 years ago
  63. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  64. ea749d2 Remove a redundant test. by wtc@chromium.org · 15 years ago
  65. 30de35b Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure conditions. by mdm@chromium.org · 15 years ago
  66. 284ae4c This implements the functions necessary for the task manager on Linux. by deanm@chromium.org · 15 years ago
  67. 47249d9 Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_canvas.h" by ajwong@chromium.org · 15 years ago
  68. 54b7210 Creating a unique user-agent string for ChromeOS builds, so that metrics can be aggregated separately from standard Chrome on Linux by evan@chromium.org · 15 years ago
  69. 625865e Try again: Add proxy config (using gnome-network-preferences) by mattm@chromium.org · 15 years ago
  70. b98d1d6 Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open. by thestig@chromium.org · 15 years ago
  71. f9fff5f Support pasting text from a clipboard that has no published targets. by estade@chromium.org · 15 years ago
  72. 2dcd128 Revert "Add proxy config (using gnome-network-preferences)" by mattm@chromium.org · 15 years ago
  73. 5766f3e Add proxy config (using gnome-network-preferences) by mattm@chromium.org · 15 years ago
  74. 5503f11 Forgot to fix style issue from previous checkin by jam@chromium.org · 15 years ago
  75. d0eb0d9 Reverting 20516 by re-landing this previous patch. by brettw@chromium.org · 15 years ago
  76. eeab542 Fix comment for posix LaunchApp wrt PATH searching. by mattm@chromium.org · 15 years ago
  77. 2750bf8 Add a CallbackWithReturnValue as a convenient method of calling callback functions with no arguments and a return value. This is useful in calling all of the getters we have in the code, instead of creating wrapper functions that take a pointer argument. by jam@chromium.org · 15 years ago
  78. 362011a Add a command line argument to disable message boxes. This is useful to by abarth@chromium.org · 15 years ago
  79. a5a2b6e Include output of "lsb_release -d" in crash reports. by thestig@chromium.org · 15 years ago
  80. 8348600 Reverting 20497. by thomasvl@chromium.org · 15 years ago
  81. 1444591 Enable isolated worlds for content scripts. by abarth@chromium.org · 15 years ago
  82. 8c9970c Fix two races in DirectoryWatcherInotify: by phajdan.jr@chromium.org · 15 years ago
  83. 517831c Move TrimWhitespaceUTF8 back to string_util_utf8.cc by deanm@chromium.org · 15 years ago
  84. c846e45 Fix: Linux file:// listings are sorted but not fully internationalized by yuzo@chromium.org · 15 years ago
  85. c15bd61 Fix leak of g_object_get value. This was showing up on the by tc@google.com · 15 years ago
  86. 1ccf71a Fix KillProcess so it doesn't report everything as a failure. by stuartmorgan@chromium.org · 15 years ago
  87. fcf4a70 Revert r20553. by thestig@chromium.org · 15 years ago
  88. 237a813 Additional svn ignores for native_client and Makefile. by thestig@chromium.org · 15 years ago
  89. 17f1e4a Revert previous clipping rect change for Cairo to see if it fixes the build. by brettw@chromium.org · 15 years ago
  90. 4c9952b Keep the cairo clipping region in sync with the Skia one. by brettw@chromium.org · 15 years ago
  91. a904b24 OFFICIAL_BUILD is only set in windows builds, so add some complexity to get the logging turned off the mac/linux builds as intended. by thomasvl@chromium.org · 15 years ago
  92. b390ed7 Move TrimWhitespaceUTF8 from string_util_icu to string_util. by deanm@chromium.org · 15 years ago
  93. fbd425f Remove unused base/zygote_manager_unittest.cc. by deanm@chromium.org · 15 years ago
  94. 26c7c1d Disk cache: Generate total-load-time histograms from the disk cache experiment. by rvargas@google.com · 15 years ago
  95. a7498ee Fix a crash that happens if a tab is closed while by tc@google.com · 15 years ago
  96. 7b90ad3 Fix the local directory listing, FTP directory listing and the local file handling (drag'n'drop and opening from the file list). by jshin@chromium.org · 15 years ago
  97. eea0757 Convert NOTIMPLs into a bug. by estade@chromium.org · 15 years ago
  98. f866efd Make converting from NativeViewId to NativeView an error on Mac. by shess@chromium.org · 15 years ago
  99. 2585119 GdkPixbufFromSkBitmap needs to un-premultiply the alpha before by tc@google.com · 15 years ago
  100. eb047bf linux: OOP windowed plugins by evan@chromium.org · 15 years ago