Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium
New issue 23359 by [email protected]: Crash when "Edit search engines" and close Incognito window. http://code.google.com/p/chromium/issues/detail?id=23359 What steps will reproduce the problem? 1. Open an Incognito window. 2. Right-click in Omnibox, select "Edit search engines..." 3. Close the Incognito window. 4. Double-click to edit something in "Search Engines" window. What is the expected output? What do you see instead? KeywordEditorView has a global window which references the profile it was initialized with. If initialized with the Incognito profile, it can end up with a stale reference. If you open from a regular profile and then close it while you have an Incognito window open, this doesn't happen because the Incognito profile retains a reference to the main profile (I think). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
