Bug 20551 - [GTK] curl and search popup crashers
Summary: [GTK] curl and search popup crashers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Curl, Gtk
Depends on:
Blocks:
 
Reported: 2008-08-27 16:39 PDT by Alp Toker
Modified: 2008-08-27 19:19 PDT (History)
0 users

See Also:


Attachments
Fix crashers (2.07 KB, patch)
2008-08-27 16:48 PDT, Alp Toker
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.