Bug 7735

Summary: REGRESSION: crash on importing bookmarks
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix mjs: review+

Description Alexey Proskuryakov 2006-03-12 06:35:25 PST
Almost the same as bug 5541:

AtomicString is non-functional at Safari startup, when bookmarks are imported, which causes a crash as soon as it is used (which happens to be in HTMLNames::init()).

Steps to reproduce:
1. Launch MSIE at least once, to make it write out its bookmarks
2. defaults write com.apple.Safari IEFavoritesWereImported 0
3. run-safari

Results: Safari crashes
Comment 1 Alexey Proskuryakov 2006-03-12 06:47:52 PST
Created attachment 7021 [details]
proposed fix
Comment 2 Maciej Stachowiak 2006-03-12 13:32:27 PST
Comment on attachment 7021 [details]
proposed fix

r=me