- edf04b51 Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
- 6aae28d4 Revert 122079 - Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
- 604a6103 Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
- 3fa4c56 Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
- 6c0e8902 Fix attempt for the double-SessionRestoreImpl problem. by [email protected] · 13 years ago
- 9a18283 Cleanup in ProcessSingleton. These originated as candidate fixes for issue 111361, but the true fix is cpu@'s r119830. by [email protected] · 13 years ago
- e3ce40a Fix bogus thunking of the 'Chrome_MessageWindow' by [email protected] · 14 years ago
- 37b89ca Honor profile directory when creating new window in existing browser by [email protected] · 14 years ago
- 95259c6 aura: Use native ProcessSingleton implementations. by [email protected] · 14 years ago
- b39ef1cb Move resource_codes to content/public/common. by [email protected] · 14 years ago
- d365a68 Ensure that process_singleton will do the right thing if the default profile has been deleted. by [email protected] · 14 years ago
- 0a19455 If Softricity DLLs are detected relaunch Chrome via WMI by [email protected] · 14 years ago
- 80772ed browser: Abstract message box dialog functions into its own header file. by [email protected] · 14 years ago
- 1fcfb20 Take two at splitting result codes between content and chrome. by [email protected] · 14 years ago
- 36d772c Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. by [email protected] · 14 years ago
- 785c967 This change will split the result codes between content and chrome. by [email protected] · 14 years ago
- a62d09f Centralizes checking for non-null return from CreateWindow. by [email protected] · 14 years ago
- 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
- ecb924c Add an exception wrapper to the WindowProc functions so by [email protected] · 14 years ago
- 8a205c0 FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by [email protected] · 14 years ago
- c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
- e766106 Move UI-relevant Windows files to ui/base. by [email protected] · 15 years ago
- b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 15 years ago
- 15d9694 Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by [email protected] · 15 years ago
- 7d340403 Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
- 0f26d7b Remove wstring from l10n_util. Part 5. by [email protected] · 15 years ago
- fd85ad6 Move app/win_util to app/win and fix the namespace usage. by [email protected] · 15 years ago
- fff369b8 Remove win_util::FormatMessage and FormatLastWin32Error. These were only used in a couple of diagnostic places and one can always use the "Error Lookup" utility. by [email protected] · 15 years ago
- e132804b - Installation results for use by Google Update are now written at the Package level. Furthermore, such results are placed in the product keys as well as the package key, if there is one. This ensures that the result will be available for Google Update regardless of whether or not a migration from single to unified is taking place. by [email protected] · 15 years ago
- ccd875e7 Fix extension packer command-line code for Mac. Instead of blocking in a janky way by running the message loop, I added an option to run the extension packer job synchronously. by [email protected] · 15 years ago
- 8ecad5e Move: by [email protected] · 15 years ago
- b969648 windows: remove PathService::Get() that uses wstrings by [email protected] · 15 years ago
- f700280 Cleanup: Remove chrome/browser/browser_init.* and references. by [email protected] · 15 years ago
- 8e96e50 Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*. by [email protected] · 15 years ago
- 6aeac834 Adding a flag to silently uninstall extensions by command line. by [email protected] · 15 years ago
- f805fe8 Make BrowserInit use FilePath instead of wstring for current directory. by [email protected] · 15 years ago
- e313f3b1 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
- afd20c02 Win: Fix race possible during startup before first Browser is created. by [email protected] · 15 years ago
- 4a44bc3 ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
- 7bc0e69 Revert 47875 - ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
- a2c2bfdd ProcessSingleton(all): create the lock immediately after failing to connect to an existing process. by [email protected] · 15 years ago
- f21cf2c Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
- f7987cf0 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
- 4dd4224 Linux: fix startup race between creating the SingletonLock and listening on SingletonSocket. by [email protected] · 15 years ago
- ddf8a4b0 We had a problem where if chrome crashed on cros and was relaunched by [email protected] · 15 years ago
- bbef41f0 Fixed a startup race condition. by [email protected] · 15 years ago
- 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
- 51343d5a Remove deprecated CommandLine(std::wstring) ctor. by [email protected] · 16 years ago
- ef5ff1b Fix to use FilePath version of PathService::Get. by [email protected] · 16 years ago
- 9f20a6d0 Make ProcessSingletonLinux check the hostname to avoid multiple uses of a profile over NFS. by [email protected] · 16 years ago
- 8b08cbd It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
- 8637807 Reverting 22144. by [email protected] · 16 years ago
- dc609a17 It's a copy of http://codereview.chromium.org/155772, with the fix for valgrind test failure. by [email protected] · 16 years ago
- ea392a6 Reverting 21943. by [email protected] · 16 years ago
- 7dee421 Linux: Adds ACKs to ProcessSingletonLinux. by [email protected] · 16 years ago
- 4a0765a Move win_util.h from common to app. by [email protected] · 16 years ago
- a92b864 Move l10n_util to app/ by [email protected] · 16 years ago
- 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
- aef15bd Relanding this. by [email protected] · 16 years ago
- c33ff77 Reverting 14489. Review URL: http://codereview.chromium.org/99004 by [email protected] · 16 years ago
- 8fba5ee7c This CL makes sure we unregister our Windows window classes when shut-down. by [email protected] · 16 years ago
- 366ffe5 Fix for minimum size check by [email protected] · 16 years ago
- f891fb3 Greatly reduce the race window in ProcessSingleton by [email protected] · 16 years ago
- f3b25f5 Removed zombie hunter code by [email protected] · 16 years ago
- 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
- 74d1bb0 Move chrome/apps/result_codes.h to chrome/common/result_codes.h by [email protected] · 16 years ago
- 34ac8f3 Update include paths for grit files. Go ahead and resort the headers too. by [email protected] · 16 years ago
- 75f0d09 Follow-up rename to my previous commit. by [email protected] · 16 years ago[Renamed from chrome/browser/process_singleton.cc]
- 7c47ae3e Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. by [email protected] · 16 years ago[Renamed (95%) from chrome/browser/message_window.cc]
- 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] · 16 years ago
- cd4fd15 Fix the windows implementation of KillProcess and WaitForSingleProcess to not close the process handle that they do not own. by [email protected] · 16 years ago
- 0303f31c Remove old web app code it's no longer needed. Simplifies startup a little. by [email protected] · 16 years ago
- a814d863 Re-land this changelist to make BrowserInit work on Mac. by [email protected] · 16 years ago
- d19921bf3 Rollback 8998 by [email protected] · 17 years ago
- f211bef Bring up BrowserInit on MacOS X. by [email protected] · 17 years ago
- f7011fcb Porting profiles to the Mac. by [email protected] · 17 years ago
- fc14cef Move MessageWindow out into its own file. BrowserInit is now cross-platform-capable. by [email protected] · 17 years ago