Bug 20551

Summary: [GTK] curl and search popup crashers
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Curl, Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix crashers eric: review+

Description Alp Toker 2008-08-27 16:39:16 PDT
Some crashers we found during testing:

These tests crash due to a curl http backend bug:

        Test: fast/dom/clientWidthAfterDocumentIsRemoved.html
        Test: fast/encoding/char-encoding.html

SearchPopupMenu crashes because it's enabled when the feature isn't yet supported in the GTK+ port.

Fix attached.
Comment 1 Alp Toker 2008-08-27 16:48:48 PDT
Created attachment 23045 [details]
Fix crashers

Feel free to land this after review.
Comment 2 Mark Rowe (bdash) 2008-08-27 16:54:12 PDT
I don't see any reason that fixes for two unrelated crashes should be part of the same change.
Comment 3 Eric Seidel (no email) 2008-08-27 17:06:05 PDT
Comment on attachment 23045 [details]
Fix crashers

r=me
Comment 4 Holger Freyther 2008-08-27 19:19:05 PDT
Landed in r35960 and r35961.