Home | History | Annotate | Download | only in WebCore

Lines Matching full:mime

6314 	- fixed MIME type leaks that were most of 3272566 
6322 fixed two leaks of MIME string
6954 Pass the reported MIME type of an image up to WebKit when
8934 (canRenderImageType): new, checks if the MIME type is supported by the image factory
12847 have a MIME type to send. Matches other web browsers' behavior.
15301 - add support for more MIME types
15964 the mime type for file attachments, however, our implementation of
15968 code in html_formimpl can call through to the WebFoundation mime
15985 Moved the class ID special case MIME types out of the if statement so they can be shared
15986 in the case where we have an embed tag but no MIME type.
16558 3052731: The page has a syntax error. Notice the missing ">"? He treat this as an OBJECT without an EMBED. khtml actually has a fallback for this. They check the classid and map a mime type to it. They currently map for realaudio and flash, but not quic
16563 3025872: khtml was unable to parse the EMBED tag within the OBJECT tag (similar to 3052731). When this happens, it looks at the classid and maps it to a mime type. This part was successful because it has a classid->mime type mapping for flash. The strang