Comment #5 on issue 20899 by [email protected]: OS X: Firefox import will lock up if firefox is open. http://code.google.com/p/chromium/issues/detail?id=20899
Thanks Chris, The problem is that before we read an FF profile we try to acquire the lock to it, if we can't lock there is UI that's supposed to be displayed to ask the user to quit firefox. That UI isn't implemented on the Mac. I appreciate the offer to help but I think the implementation depends on a refactor I'm doing of all the import code so perhaps it would be better to hold off for now. What would be cool if you have free cycles would be to implement FirstRun::SetShowFirstRunBubblePref(); and FirstRun::SetShowWelcomePagePref(); which are currently commented out in first_run_mac.mm -- 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 -~----------~----~----~----~------~----~------~--~---
