[Webkit-unassigned] [Bug 24904] Disentangle standards mode CSS type check from content sniffing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 18:48:30 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24904





------- Comment #14 from wtc at google.com  2009-04-06 18:48 PDT -------
Can we remove mimeType.isEmpty() and
equalIgnoringCase(mimeType, "application/x-unknown-content-type")
from CachedCSSStyleSheet::canUseSheet()?

These were blindly copied from Firefox source code.  Adam's change
will make the WebKit code differ more from the Firefox code, and
there will be less reason to allow mimeType.isEmpty() and
equalIgnoringCase(mimeType, "application/x-unknown-content-type").


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list