1. f700280 Cleanup: Remove chrome/browser/browser_init.* and references. by [email protected] · 15 years ago
  2. 8e96e50 Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*. by [email protected] · 15 years ago
  3. 6aeac834 Adding a flag to silently uninstall extensions by command line. by [email protected] · 15 years ago
  4. f805fe8 Make BrowserInit use FilePath instead of wstring for current directory. by [email protected] · 15 years ago
  5. e313f3b1 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  6. afd20c02 Win: Fix race possible during startup before first Browser is created. by [email protected] · 15 years ago
  7. 4a44bc3 ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  8. 7bc0e69 Revert 47875 - ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  9. a2c2bfdd ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
  10. f21cf2c Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  11. f7987cf0 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  12. 4dd4224 Linux: fix startup race between creating the SingletonLock and listening on SingletonSocket. by [email protected] · 15 years ago
  13. ddf8a4b0 We had a problem where if chrome crashed on cros and was relaunched by [email protected] · 15 years ago
  14. bbef41f0 Fixed a startup race condition. by [email protected] · 15 years ago
  15. 9e9b6e8e Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by [email protected] · 16 years ago
  16. 51343d5a Remove deprecated CommandLine(std::wstring) ctor. by [email protected] · 16 years ago
  17. ef5ff1b Fix to use FilePath version of PathService::Get. by [email protected] · 16 years ago
  18. 9f20a6d0 Make ProcessSingletonLinux check the hostname to avoid multiple uses of a profile over NFS. by [email protected] · 16 years ago
  19. 8b08cbd It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
  20. 8637807 Reverting 22144. by [email protected] · 16 years ago
  21. dc609a17 It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
  22. ea392a6 Reverting 21943. by [email protected] · 16 years ago
  23. 7dee421 Linux: Adds ACKs to ProcessSingletonLinux. by [email protected] · 16 years ago
  24. 4a0765a Move win_util.h from common to app. by [email protected] · 16 years ago
  25. a92b864 Move l10n_util to app/ by [email protected] · 16 years ago
  26. 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
  27. aef15bd Relanding this. by [email protected] · 16 years ago
  28. c33ff77 Reverting 14489. Review URL: http://codereview.chromium.org/99004 by [email protected] · 16 years ago
  29. 8fba5ee7c This CL makes sure we unregister our Windows window classes when shut-down. by [email protected] · 16 years ago
  30. 366ffe5 Fix for minimum size check by [email protected] · 16 years ago
  31. f891fb3 Greatly reduce the race window in ProcessSingleton by [email protected] · 16 years ago
  32. f3b25f5 Removed zombie hunter code by [email protected] · 16 years ago
  33. 7c27203a Get rid of --start-renderers-manually since it's been broken for a long time (the browser needs the renderer's handle to duplicate handles). by [email protected] · 16 years ago
  34. 74d1bb0 Move chrome/apps/result_codes.h to chrome/common/result_codes.h by [email protected] · 16 years ago
  35. 34ac8f3 Update include paths for grit files. Go ahead and resort the headers too. by [email protected] · 16 years ago
  36. 75f0d09 Follow-up rename to my previous commit. by [email protected] · 16 years ago[Renamed from chrome/browser/process_singleton.cc]
  37. 7c47ae3e Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. by [email protected] · 16 years ago[Renamed (95%) from chrome/browser/message_window.cc]
  38. 0815b6d Maintain a refcounted AutomationProvider pointer in the ExternalTabContainer. This ensures that we don't crash the browser while trying to dereference a freed AutomationProvider pointer. by [email protected] · 17 years ago
  39. cd4fd15 Fix the windows implementation of KillProcess and WaitForSingleProcess to not close the process handle that they do not own. by [email protected] · 17 years ago
  40. 0303f31c Remove old web app code it's no longer needed. Simplifies startup a little. by [email protected] · 17 years ago
  41. a814d863 Re-land this changelist to make BrowserInit work on Mac. by [email protected] · 17 years ago
  42. d19921bf3 Rollback 8998 by [email protected] · 17 years ago
  43. f211bef Bring up BrowserInit on MacOS X. by [email protected] · 17 years ago
  44. f7011fcb Porting profiles to the Mac. by [email protected] · 17 years ago
  45. fc14cef Move MessageWindow out into its own file. BrowserInit is now cross-platform-capable. by [email protected] · 17 years ago