1. fe15df9 [Mac] Forward "open URL" AppleEvents to running Chromium instance. by Leonard Grey · 8 years ago
  2. 67095448 Fix process_singleton_posix handling of hostname changes not deleting a stale by aseren · 8 years ago
  3. 25894fe Replace deprecated base::NonThreadSafe in chrome in favor of SequenceChecker. by gab · 8 years ago
  4. 028ea15 Added histograms on process singleton create when remote process exists and we cannot notify it by aseren · 8 years ago
  5. 439f54f Add histograms to the rendez-vous process (ProcessSingleton). by gab · 9 years ago
  6. b896c71 Switch to standard integer types in chrome/browser/, part 3 of 4. by avi · 9 years ago
  7. 2a0214b Add a test for ProcessSingleton hung rendezvous case. by siggi · 10 years ago
  8. a92250e Speed up and re-enable ProcessSingletonPosixTest tests. by mattm · 11 years ago
  9. d4da57be Fix 'except' and 'prefer' spelling. by [email protected] · 11 years ago
  10. c17ecbe Use process_singleton_linux on Mac. by [email protected] · 11 years ago
  11. 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
  12. 065b657b Remove NotifyOtherProcessOrCreate.Result histogram which never worked. by [email protected] · 11 years ago
  13. a220b593 Add more support for FreeBSD by [email protected] · 12 years ago
  14. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  15. 4cf04bb ProcessSingleton now uses base::win::MessageWindow to create a message-only window. by [email protected] · 12 years ago
  16. 9b917fdc Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..." by [email protected] · 12 years ago
  17. ed132f5ae ProcessSingleton now uses base::win::MessageWindow to create a message-only window. by [email protected] · 12 years ago
  18. 9a47c43 Extract locking behaviour from ProcessSingleton. by [email protected] · 12 years ago
  19. f806581 Add tests that cover the behaviour of ProcessSingleton during startup. by [email protected] · 12 years ago
  20. b905730 Fix a bug wherein a member method masked a windows API call. by [email protected] · 12 years ago
  21. dd85d45 Simplify the ProcessSingleton API. by [email protected] · 12 years ago
  22. 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
  23. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  24. 7bb9ddc1 Add UMA stats for the result of NotifyOtherProcessOrCreate(). by [email protected] · 13 years ago
  25. 14649ecd Refactor ProcessSingleton to allow a Desktop process to activate Metro Chrome instead of grabbing the singleton (while making sure it simply RDVs if there already is an existing Chrome). by [email protected] · 13 years ago
  26. 622b764c Remove ProcessSingleton::FoundOtherProcessWindow() as it is no longer required. by [email protected] · 13 years ago
  27. 7707b21c Move many ProcessSingleton methods to "protected" visibility as an upcoming refactoring of ProcessSingleton on Windows requires that only NotifyOtherProcessOrCreate() be callable from the public interface. by [email protected] · 13 years ago
  28. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  29. ec79ca6 Get the toast working on win aura. This fixes TryChromeDialogBrowserTest.ToastCrasher. by [email protected] · 13 years ago
  30. 2b7ff5b9 Implement lock file for windows profiles. by [email protected] · 13 years ago
  31. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  32. 65718d9 Convert the ProcessSingleton linux browser test to a unit test. by [email protected] · 13 years ago
  33. 5d36454 Refactor ProcessSingleton so that it may be used distinctly from a full browser process. by [email protected] · 13 years ago
  34. edf04b51 Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
  35. 6aae28d4 Revert 122079 - Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
  36. 604a6103 Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
  37. 3fa4c56 Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
  38. 6c0e8902 Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
  39. e3ce40a Fix bogus thunking of the 'Chrome_MessageWindow' by [email protected] · 13 years ago
  40. e60c023 share all the needed linux code with OpenBSD in chrome and content by [email protected] · 14 years ago
  41. 1d380bc0 Use ProcessSingletonLinux on OpenBSD. by [email protected] · 14 years ago
  42. 95259c6 aura: Use native ProcessSingleton implementations. by [email protected] · 14 years ago
  43. e5b307f Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none by [email protected] · 14 years ago
  44. 042d699 Applied review comments from oshima for CL 7850026. by [email protected] · 14 years ago
  45. 3fa441d Aura under Linux is enabled with: by [email protected] · 14 years ago
  46. 0a19455 If Softricity DLLs are detected relaunch Chrome via WMI by [email protected] · 14 years ago
  47. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  48. a3abd557 first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h. by [email protected] · 14 years ago
  49. 81585672 first-run: Reland refactor of Upgrade class into upgrade_util API. by [email protected] · 14 years ago
  50. 7688e3b Broke ARM compile. by [email protected] · 14 years ago
  51. d8aebf7 first-run: Refactor Upgrade class into a common upgrade_util API. by [email protected] · 14 years ago
  52. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  53. 54430e2 Make the toast more reliable and less dangerous by [email protected] · 14 years ago
  54. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
  55. c917750 Move non_thread_safe from base to base/threading and into the base namespace. by [email protected] · 14 years ago
  56. 0ff0ff3 Cleanup: USE_X11 + OS_MACOSX = OS_POSIX. by [email protected] · 14 years ago
  57. b2841b07 [Mac] Lock profile against multiple uses. by [email protected] · 15 years ago
  58. 53f4826c Move the SingletonSocket to a temporary directory by [email protected] · 15 years ago
  59. 864b136 FBTF: Remove unneeded headers from base/ (part 6) by [email protected] · 15 years ago
  60. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  61. 4a44bc3 ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  62. 7bc0e69 Revert 47875 - ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  63. a2c2bfdd ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  64. 4dd4224 Linux: fix startup race between creating the SingletonLock and listening on SingletonSocket. by [email protected] · 15 years ago
  65. 5c7293a Move some more files to toplevel gfx dir. by [email protected] · 15 years ago
  66. 753efc4 BSD ifdefs, etc. necessary for chrome/ by [email protected] · 15 years ago
  67. 0189bbd CommandLine: rejigger how initialization works. by [email protected] · 16 years ago
  68. 010ea08a Move native_widget_types and gtk_native_view_id_manager from base/gfx to by [email protected] · 16 years ago
  69. c0d29795 linux: expose the ProcessSingleton timeout to speed tests by [email protected] · 16 years ago
  70. 9f20a6d0 Make ProcessSingletonLinux check the hostname to avoid multiple uses of a profile over NFS. by [email protected] · 16 years ago
  71. 8b08cbd It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
  72. 8637807 Reverting 22144. by [email protected] · 16 years ago
  73. dc609a17 It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
  74. ea392a6 Reverting 21943. by [email protected] · 16 years ago
  75. 7dee421 Linux: Adds ACKs to ProcessSingletonLinux. by [email protected] · 16 years ago
  76. b674dc73 Implement process singleton on linux so if the user tries to by [email protected] · 16 years ago
  77. 175a7a2 Fix multiple instances of first run dialog appearing when Chrome is started again while a first run dialog is visible. Also cause the original first run dialog to come to foreground. by [email protected] · 16 years ago
  78. f3b25f5 Removed zombie hunter code by [email protected] · 16 years ago
  79. e134a72 Obey the XDG base directory spec and use ~/.config/chromium on Linux. by [email protected] · 16 years ago
  80. 19d7e968 Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s. by [email protected] · 16 years ago
  81. 7c47ae3e Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. by [email protected] · 16 years ago[Renamed (69%) from chrome/browser/message_window.h]
  82. f7011fcb Porting profiles to the Mac. by [email protected] · 16 years ago
  83. fc14cef Move MessageWindow out into its own file. BrowserInit is now cross-platform-capable. by [email protected] · 16 years ago