[Webkit-unassigned] [Bug 22952] Cached CSS stylesheet reuses already-decoded form, even if it was decoded with the wrong charset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 21 11:06:54 PST 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Cached CSS stylesheet with  |Cached CSS stylesheet reuses
                   |no charset always uses      |already-decoded form, even
                   |charset of first document   |if it was decoded with the
                   |                            |wrong charset




------- Comment #7 from darin at apple.com  2008-12-21 11:06 PDT -------
This seems like a minor issue since it only affects cases where the same
stylesheet is used with different encodings. If this really was a common issue,
we would want to detect cases where the stylesheet was entirely ASCII and so
not affected by the encoding, because it would be a shame not to share the
cached stylesheet in that case.

For testing and software development purposes, there could be some value to
fixing this.


-- 
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