[Webkit-unassigned] [Bug 27802] Encoding override is not applied to all the contents in the page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 20:59:16 PDT 2009


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





--- Comment #3 from johnnyding <johnnyding.webkit at gmail.com>  2009-07-29 20:59:14 PDT ---
Thanks,  Alexey. You are right, I shouldn't change the encoding of the global
cached resource.  A way comes to my mind to fix this issue is to 
1) Firstly check the whether override encoding of revalidate resource is equal
with the existing encoding of the base cached source(m_resourceToRevalidate).
If yes, we done.
2) If no, we keep the revalidate resource and copy the data from base cached
source. Then change the encoding of revalidate resource to override encoding.

Is the way OK?

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



More information about the webkit-unassigned mailing list