Bug 11845 - regression: unable to load images into frames
Summary: regression: unable to load images into frames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Major
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 18:20 PST by Darin Fisher (:fishd, Google)
Modified: 2006-12-15 19:05 PST (History)
0 users

See Also:


Attachments
patch (4.12 KB, patch)
2006-12-15 18:21 PST, Darin Fisher (:fishd, Google)
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Fisher (:fishd, Google) 2006-12-15 18:20:16 PST
regression: unable to load images into frames

The problem is in MimeTypeRegistry, which fails to initialize supportedImageResourceMIMETypes.

I also noticed that supportedImageMIMETypes is lacking some of the types that are actually supported (like image/x-icon).
Comment 1 Darin Fisher (:fishd, Google) 2006-12-15 18:21:14 PST
Created attachment 11873 [details]
patch

candidate patch
Comment 2 Oliver Hunt 2006-12-15 18:28:39 PST
Comment on attachment 11873 [details]
patch

looks good
Comment 3 Mark Rowe (bdash) 2006-12-15 19:05:31 PST
Landed in r18244.